2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2017-06-16 03:56:28 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 0
|
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-06-16 03:56:28 -04:00
|
|
|
#ifdef __cplusplus
|
2017-06-08 10:44:55 -04:00
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
/* The "const" storage-class-modifier is valid. */
|
|
|
|
|
#define YY_USE_CONST
|
|
|
|
|
|
|
|
|
|
#else /* ! __cplusplus */
|
|
|
|
|
|
|
|
|
|
/* C99 requires __STDC__ to be defined as 1. */
|
|
|
|
|
#if defined (__STDC__)
|
|
|
|
|
|
|
|
|
|
#define YY_USE_CONST
|
|
|
|
|
|
|
|
|
|
#endif /* defined (__STDC__) */
|
|
|
|
|
#endif /* ! __cplusplus */
|
|
|
|
|
|
|
|
|
|
#ifdef YY_USE_CONST
|
|
|
|
|
#define yyconst const
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
|
|
|
|
|
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
|
|
|
|
|
|
/* Special action meaning "start processing a new file". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
extern yy_size_t yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2017-06-16 03:56:28 -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 )
|
|
|
|
|
|
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-06-16 03:56:28 -04:00
|
|
|
yy_size_t yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_size_t 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. */
|
2017-06-16 03:56:28 -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-06-16 03:56:28 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
|
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-06-16 03:56:28 -04:00
|
|
|
static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
yy_size_t yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-06-16 03:56:28 -04:00
|
|
|
static char *yy_c_buf_p = (char *) 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
|
|
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
|
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
|
|
|
*/
|
|
|
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyrestart (FILE *input_file );
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
void yypop_buffer_state (void );
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
2017-06-16 03:56:28 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
|
|
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
|
|
|
|
|
|
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
|
|
|
static int yy_get_next_buffer (void );
|
2017-06-16 03:56:28 -04:00
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
__attribute__((__noreturn__))
|
|
|
|
|
#endif
|
|
|
|
|
static void 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-06-16 03:56:28 -04:00
|
|
|
yyleng = (size_t) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
#define YY_NUM_RULES 231
|
|
|
|
|
#define YY_END_OF_BUFFER 232
|
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;
|
|
|
|
|
};
|
2017-07-17 04:21:19 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2249] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-07-17 04:21:19 -04:00
|
|
|
1, 1, 213, 213, 217, 217, 221, 221, 225, 225,
|
|
|
|
|
1, 1, 232, 229, 1, 211, 211, 230, 2, 230,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 213, 214, 214, 215, 230, 217, 218, 218, 219,
|
|
|
|
|
230, 224, 221, 222, 222, 223, 230, 225, 226, 226,
|
|
|
|
|
227, 230, 228, 212, 2, 216, 230, 228, 229, 0,
|
|
|
|
|
1, 2, 2, 2, 2, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 213, 0, 217, 0, 224, 0, 221, 225,
|
|
|
|
|
0, 228, 0, 2, 2, 228, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 228, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 228, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 77, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 8, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 88, 228, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
228, 229, 229, 229, 229, 229, 229, 229, 37, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 170, 229, 14, 15, 229, 18, 17, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 156, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 3,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 228, 229, 229, 229, 210,
|
|
|
|
|
229, 229, 209, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
220, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 40, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 41, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
145, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 20, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 103, 229, 220, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 197, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
120, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 102, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 75, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 25, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
38, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 39, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 121, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 28, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
185, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 32, 229, 33, 229, 229, 229, 78, 229, 79,
|
|
|
|
|
229, 229, 76, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 7,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 163, 229, 229, 229, 229,
|
|
|
|
|
105, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
29, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 137, 229, 136, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 16, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 42, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 144, 229, 229, 229, 229, 81,
|
|
|
|
|
80, 229, 229, 229, 229, 229, 229, 229, 229, 131,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 89, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 60, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 64, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 36, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 134, 135, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 6, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 195, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 26, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 127, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 149, 229, 128, 229,
|
|
|
|
|
229, 161, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 27, 229, 229, 229,
|
|
|
|
|
229, 84, 229, 85, 229, 83, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 100, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 184, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 129, 229, 229, 229, 229,
|
|
|
|
|
229, 132, 229, 229, 160, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 74, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 34, 229, 229,
|
|
|
|
|
22, 229, 229, 229, 229, 19, 229, 110, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 49, 51, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 199, 229, 229, 171, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 86, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
99, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 205, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
104, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 155, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 119, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 115, 229, 122, 229, 229, 229, 229,
|
|
|
|
|
229, 92, 229, 229, 70, 229, 229, 229, 229, 147,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 162, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 176, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
118, 229, 229, 229, 229, 229, 52, 53, 229, 229,
|
|
|
|
|
229, 229, 229, 35, 229, 229, 229, 229, 229, 59,
|
|
|
|
|
123, 229, 138, 229, 164, 133, 229, 229, 229, 45,
|
|
|
|
|
229, 125, 229, 229, 229, 229, 229, 9, 229, 229,
|
|
|
|
|
229, 73, 229, 229, 229, 229, 189, 229, 146, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 106, 198, 229,
|
|
|
|
|
229, 175, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
157, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 208, 229, 124, 229, 229, 229,
|
|
|
|
|
44, 46, 229, 229, 229, 229, 229, 229, 229, 72,
|
|
|
|
|
229, 229, 229, 229, 187, 229, 194, 229, 229, 229,
|
|
|
|
|
229, 229, 151, 23, 24, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 69, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
153, 150, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 43, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 101, 13, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 203, 229, 206, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 12, 229, 229, 21, 229, 229, 229, 193,
|
|
|
|
|
229, 196, 47, 229, 159, 229, 152, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
114, 113, 229, 229, 229, 229, 229, 229, 229, 154,
|
|
|
|
|
148, 229, 229, 200, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 54, 229, 229, 229, 188, 229,
|
|
|
|
|
229, 229, 229, 229, 158, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 48, 229, 229, 229, 82, 229, 107,
|
|
|
|
|
229, 109, 139, 229, 229, 229, 112, 229, 229, 165,
|
|
|
|
|
229, 229, 229, 229, 229, 94, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 172, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 140,
|
|
|
|
|
229, 229, 186, 229, 207, 229, 229, 229, 30, 229,
|
|
|
|
|
229, 229, 229, 4, 229, 229, 93, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 168, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 201, 229, 229, 229, 229, 229,
|
|
|
|
|
174, 229, 229, 143, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 57, 229, 31, 192, 229, 169, 229, 229,
|
|
|
|
|
11, 229, 229, 229, 229, 229, 229, 141, 61, 229,
|
|
|
|
|
229, 229, 229, 117, 229, 229, 229, 229, 229, 96,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 173, 90, 229,
|
|
|
|
|
87, 229, 229, 229, 63, 67, 62, 229, 55, 229,
|
|
|
|
|
229, 229, 10, 229, 229, 229, 190, 229, 229, 229,
|
|
|
|
|
116, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 229, 229, 229, 68, 66, 229, 56,
|
|
|
|
|
204, 229, 229, 229, 130, 229, 229, 142, 229, 229,
|
|
|
|
|
229, 229, 229, 108, 50, 229, 229, 202, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 91, 65, 97, 98, 58, 229,
|
|
|
|
|
191, 111, 229, 229, 229, 167, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 71, 229, 166,
|
|
|
|
|
229, 183, 229, 229, 229, 229, 229, 229, 5, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 95, 229, 229, 229,
|
|
|
|
|
|
|
|
|
|
229, 229, 229, 126, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 179, 229, 229, 229, 229, 229, 229, 229,
|
|
|
|
|
229, 229, 229, 229, 229, 229, 177, 229, 180, 181,
|
|
|
|
|
229, 229, 229, 229, 229, 178, 182, 0
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
static yyconst YY_CHAR yy_ec[256] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
|
|
|
|
|
1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-11-28 03:10:45 -05:00
|
|
|
1, 2, 1, 5, 6, 1, 1, 1, 7, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 8, 1, 1, 1, 9, 1,
|
|
|
|
|
10, 11, 1, 12, 1, 1, 1, 13, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 14, 1, 1, 1, 1, 15, 16, 17, 18,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
19, 20, 21, 22, 23, 24, 25, 26, 27, 28,
|
|
|
|
|
29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
|
|
|
39, 40, 1, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
|
1, 1, 1, 1, 1
|
|
|
|
|
} ;
|
|
|
|
|
|
2017-03-09 08:18:08 -05:00
|
|
|
static yyconst YY_CHAR yy_meta[41] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-11-30 08:07:39 -05:00
|
|
|
1, 2, 3, 4, 5, 1, 6, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 7, 1, 1, 1, 1, 1, 1, 1,
|
2007-10-18 18:49:08 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2017-03-09 08:18:08 -05:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2263] =
|
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,
|
2017-07-17 04:21:19 -04:00
|
|
|
90, 112, 3360, 3232, 81, 4407, 4407, 4407, 96, 52,
|
|
|
|
|
72, 63, 107, 111, 70, 91, 109, 124, 98, 127,
|
|
|
|
|
114, 133, 136, 130, 144, 146, 163, 165, 171, 147,
|
|
|
|
|
182, 3196, 4407, 4407, 4407, 164, 3062, 4407, 4407, 4407,
|
|
|
|
|
95, 2411, 2139, 4407, 4407, 4407, 202, 1781, 4407, 4407,
|
|
|
|
|
4407, 185, 1721, 4407, 206, 4407, 210, 188, 1641, 217,
|
|
|
|
|
147, 0, 221, 0, 0, 215, 213, 97, 219, 223,
|
|
|
|
|
186, 158, 224, 225, 227, 228, 229, 236, 233, 232,
|
|
|
|
|
145, 235, 240, 251, 254, 242, 257, 267, 243, 264,
|
|
|
|
|
|
|
|
|
|
265, 266, 270, 271, 143, 274, 234, 278, 273, 279,
|
|
|
|
|
281, 280, 283, 282, 294, 296, 299, 300, 301, 303,
|
|
|
|
|
306, 310, 311, 307, 309, 313, 305, 322, 325, 331,
|
|
|
|
|
314, 333, 1451, 344, 968, 346, 902, 356, 713, 433,
|
|
|
|
|
350, 423, 360, 364, 0, 356, 337, 366, 358, 361,
|
|
|
|
|
362, 363, 365, 369, 367, 368, 384, 371, 388, 381,
|
|
|
|
|
392, 393, 398, 386, 391, 401, 394, 379, 403, 404,
|
|
|
|
|
400, 409, 410, 411, 420, 426, 429, 419, 422, 436,
|
|
|
|
|
440, 437, 448, 445, 435, 453, 450, 457, 458, 459,
|
|
|
|
|
449, 461, 460, 463, 464, 465, 468, 470, 472, 474,
|
|
|
|
|
|
|
|
|
|
471, 477, 479, 476, 484, 485, 494, 489, 177, 492,
|
|
|
|
|
501, 493, 496, 505, 513, 516, 500, 497, 511, 514,
|
|
|
|
|
517, 521, 522, 524, 532, 528, 530, 518, 534, 537,
|
|
|
|
|
535, 538, 540, 546, 552, 539, 550, 553, 555, 558,
|
|
|
|
|
556, 561, 563, 568, 564, 575, 566, 574, 576, 577,
|
|
|
|
|
580, 581, 582, 583, 585, 586, 587, 589, 592, 590,
|
|
|
|
|
596, 594, 609, 610, 600, 605, 611, 615, 616, 619,
|
|
|
|
|
624, 633, 634, 621, 628, 630, 635, 646, 642, 648,
|
|
|
|
|
640, 651, 650, 652, 653, 660, 657, 664, 661, 665,
|
|
|
|
|
675, 659, 663, 674, 687, 685, 686, 669, 688, 691,
|
|
|
|
|
|
|
|
|
|
692, 694, 712, 698, 693, 710, 696, 697, 706, 700,
|
|
|
|
|
718, 725, 722, 723, 730, 733, 734, 736, 741, 737,
|
|
|
|
|
740, 742, 744, 746, 601, 749, 761, 747, 753, 760,
|
|
|
|
|
763, 762, 667, 766, 755, 765, 772, 774, 775, 778,
|
|
|
|
|
784, 795, 786, 790, 787, 797, 768, 798, 800, 801,
|
|
|
|
|
803, 804, 814, 811, 809, 812, 810, 820, 821, 818,
|
|
|
|
|
823, 826, 825, 827, 4407, 834, 829, 836, 838, 837,
|
|
|
|
|
839, 4407, 840, 841, 842, 849, 845, 848, 852, 855,
|
|
|
|
|
865, 864, 868, 869, 870, 871, 873, 872, 874, 877,
|
|
|
|
|
879, 878, 898, 880, 884, 885, 887, 888, 890, 907,
|
|
|
|
|
|
|
|
|
|
896, 911, 905, 913, 915, 909, 916, 918, 922, 926,
|
|
|
|
|
919, 927, 4407, 932, 935, 937, 939, 940, 941, 946,
|
|
|
|
|
942, 952, 953, 943, 962, 958, 960, 959, 961, 964,
|
|
|
|
|
965, 969, 977, 973, 979, 983, 993, 989, 991, 998,
|
|
|
|
|
975, 994, 995, 972, 997, 1006, 1003, 1002, 1004, 1005,
|
|
|
|
|
1016, 1008, 1012, 1015, 1011, 1021, 1017, 1019, 1028, 1030,
|
|
|
|
|
1031, 1038, 1034, 1036, 1037, 1040, 1042, 1048, 1049, 1050,
|
|
|
|
|
1051, 1052, 1053, 1067, 1066, 1054, 1056, 1069, 1058, 1070,
|
|
|
|
|
1077, 1073, 1081, 1079, 1080, 1089, 1086, 1087, 1096, 1091,
|
|
|
|
|
1092, 1094, 1093, 1098, 1108, 1113, 1095, 1104, 1109, 1115,
|
|
|
|
|
|
|
|
|
|
1111, 1116, 1118, 1119, 1121, 1122, 1123, 1124, 1126, 1132,
|
|
|
|
|
1133, 1130, 1135, 1140, 1144, 1146, 1150, 1136, 1143, 1151,
|
|
|
|
|
1153, 1156, 1158, 1163, 1166, 1159, 1167, 1169, 1170, 1172,
|
|
|
|
|
1175, 1173, 1179, 1182, 1186, 1187, 1190, 1191, 4407, 1192,
|
|
|
|
|
1199, 1194, 1197, 1195, 1198, 1208, 1204, 1205, 1206, 1209,
|
|
|
|
|
1213, 4407, 1215, 4407, 4407, 1210, 4407, 4407, 1217, 1228,
|
|
|
|
|
1220, 1236, 1238, 1246, 1247, 1245, 1221, 1243, 1219, 1252,
|
|
|
|
|
1257, 1253, 1262, 1258, 1267, 1264, 1271, 1270, 1276, 1272,
|
|
|
|
|
1277, 1279, 1280, 1282, 1233, 1285, 1287, 1281, 1288, 1291,
|
|
|
|
|
1289, 1293, 1299, 1311, 1313, 1309, 1308, 1290, 1310, 1297,
|
|
|
|
|
|
|
|
|
|
1316, 1317, 1319, 1323, 1320, 1325, 1332, 1327, 4407, 1328,
|
|
|
|
|
1330, 1331, 1335, 1336, 1341, 1343, 1344, 1345, 1348, 4407,
|
|
|
|
|
1347, 1355, 1352, 1356, 1357, 1360, 1362, 1363, 1365, 1364,
|
|
|
|
|
1367, 1370, 1366, 1376, 1372, 1371, 1382, 1379, 1387, 1396,
|
|
|
|
|
1397, 1394, 1392, 1393, 1395, 1402, 1403, 1412, 1407, 1408,
|
|
|
|
|
1409, 1420, 1415, 1417, 1418, 1425, 1419, 1427, 1421, 4407,
|
|
|
|
|
1428, 1429, 4407, 1430, 1432, 1454, 1437, 1441, 1433, 1439,
|
|
|
|
|
1442, 1447, 1444, 1455, 1467, 1458, 1456, 1468, 1471, 1473,
|
|
|
|
|
1474, 1477, 1479, 1481, 1490, 1492, 1485, 1494, 1489, 1499,
|
|
|
|
|
1482, 1497, 1505, 1503, 1507, 1510, 1511, 1512, 1517, 1514,
|
|
|
|
|
|
|
|
|
|
4407, 1525, 1523, 1521, 1522, 1533, 1529, 1528, 1532, 1536,
|
|
|
|
|
1537, 1544, 1539, 1542, 1546, 1543, 1550, 1549, 1556, 1557,
|
|
|
|
|
1558, 4407, 1554, 1555, 1559, 1560, 1562, 1571, 1573, 1570,
|
|
|
|
|
1580, 1588, 1572, 4407, 1583, 1590, 1591, 1593, 1586, 1587,
|
|
|
|
|
1594, 1603, 1598, 1601, 1602, 1605, 1606, 1608, 1611, 1612,
|
|
|
|
|
4407, 1614, 1615, 1619, 1627, 1621, 1617, 1629, 1628, 1633,
|
|
|
|
|
1634, 1636, 1643, 1639, 1640, 4407, 1638, 1647, 1642, 1648,
|
|
|
|
|
1657, 1661, 1658, 1659, 1663, 1665, 1666, 1667, 1672, 1669,
|
|
|
|
|
1674, 1670, 1671, 4407, 1675, 244, 1676, 1677, 1678, 1688,
|
|
|
|
|
1691, 1681, 1693, 1697, 1699, 1700, 1701, 1703, 1704, 1705,
|
|
|
|
|
|
|
|
|
|
1707, 1708, 1710, 1711, 1715, 1720, 1716, 1719, 4407, 1728,
|
|
|
|
|
1732, 1734, 1717, 1739, 1730, 1740, 1745, 1743, 1746, 1744,
|
|
|
|
|
4407, 1753, 1754, 1747, 1755, 1757, 1759, 1760, 1761, 1764,
|
|
|
|
|
1765, 1766, 1769, 1772, 1768, 1771, 1780, 4407, 1785, 1778,
|
|
|
|
|
1782, 1777, 1793, 1794, 1801, 1796, 1799, 1803, 1804, 1817,
|
|
|
|
|
1807, 1802, 1814, 1809, 1818, 1812, 1819, 1827, 1828, 1831,
|
|
|
|
|
1833, 1834, 1835, 1837, 1844, 1847, 1843, 1846, 1845, 1852,
|
|
|
|
|
1858, 1857, 4407, 1860, 1862, 1866, 1867, 1875, 1871, 1870,
|
|
|
|
|
1872, 1873, 1878, 1880, 1886, 1882, 1883, 1888, 1890, 1887,
|
|
|
|
|
1897, 4407, 1898, 1899, 1903, 1906, 1907, 1910, 1911, 1912,
|
|
|
|
|
|
|
|
|
|
1914, 1915, 1918, 1917, 1919, 1920, 1926, 1928, 1929, 1930,
|
|
|
|
|
4407, 1937, 1938, 1940, 1947, 1939, 1942, 1946, 1950, 1951,
|
|
|
|
|
1952, 1953, 1960, 1955, 1958, 1956, 1959, 1962, 1963, 1965,
|
|
|
|
|
1966, 1970, 1974, 1982, 1967, 1984, 4407, 1977, 1993, 1986,
|
|
|
|
|
1994, 1983, 1998, 1999, 2001, 2000, 2011, 2006, 2007, 2008,
|
|
|
|
|
2009, 2012, 2015, 2019, 2021, 4407, 2022, 2024, 2017, 2028,
|
|
|
|
|
2025, 2023, 2029, 2031, 2043, 2045, 2046, 2047, 2049, 2032,
|
|
|
|
|
2053, 2054, 2034, 2056, 2063, 2070, 2066, 2071, 4407, 2074,
|
|
|
|
|
2075, 2069, 2059, 2062, 2080, 2081, 2082, 2084, 2085, 2086,
|
|
|
|
|
2087, 2089, 2098, 2100, 2090, 2096, 2102, 2103, 2111, 2106,
|
|
|
|
|
|
|
|
|
|
2107, 2112, 2119, 2109, 2114, 2116, 2117, 2120, 2123, 2124,
|
|
|
|
|
2129, 2137, 2131, 2142, 2145, 2147, 2125, 2146, 2148, 2152,
|
|
|
|
|
4407, 2149, 2156, 2160, 2157, 2163, 2153, 2164, 2165, 2174,
|
|
|
|
|
2176, 4407, 2166, 4407, 2178, 2179, 2187, 4407, 2189, 4407,
|
|
|
|
|
2191, 2170, 4407, 2192, 2193, 2196, 2177, 2198, 2199, 2200,
|
|
|
|
|
2206, 2197, 2203, 2207, 2209, 2210, 2213, 2214, 2219, 4407,
|
|
|
|
|
2226, 2216, 2218, 2227, 2230, 2220, 2222, 2229, 2236, 2237,
|
|
|
|
|
2243, 2239, 2252, 2247, 2254, 4407, 2249, 2251, 2253, 2255,
|
|
|
|
|
4407, 2256, 2258, 2264, 2260, 2262, 2266, 2270, 2268, 2273,
|
|
|
|
|
2281, 2284, 2274, 2285, 2271, 2292, 2293, 2297, 2286, 2294,
|
|
|
|
|
|
|
|
|
|
2299, 2306, 2302, 2309, 2301, 2305, 2312, 2315, 2308, 2314,
|
|
|
|
|
2316, 2317, 2318, 2321, 2322, 2329, 2325, 2327, 2328, 2330,
|
|
|
|
|
4407, 2338, 2339, 2341, 2343, 2340, 2348, 2349, 2350, 2352,
|
|
|
|
|
2354, 2353, 2358, 2356, 4407, 2363, 4407, 2357, 2365, 2375,
|
|
|
|
|
2376, 2366, 2381, 2371, 2380, 2377, 2388, 2384, 2398, 2391,
|
|
|
|
|
2394, 2395, 2399, 2401, 2402, 2404, 4407, 2403, 2405, 2406,
|
|
|
|
|
2409, 2410, 2421, 2412, 2420, 2422, 2436, 4407, 2437, 2424,
|
|
|
|
|
2439, 2438, 2447, 2444, 4407, 2434, 2451, 2446, 2449, 4407,
|
|
|
|
|
4407, 2448, 2453, 2455, 2456, 2457, 2466, 2462, 2463, 4407,
|
|
|
|
|
2465, 2469, 2471, 2472, 2479, 2480, 2473, 2470, 4407, 2483,
|
|
|
|
|
|
|
|
|
|
2487, 2488, 2490, 2491, 2492, 2494, 2495, 2505, 2496, 2500,
|
|
|
|
|
2501, 2510, 2511, 2517, 4407, 2519, 2512, 2523, 2520, 2525,
|
|
|
|
|
2506, 2528, 2529, 2530, 2531, 2533, 2534, 2536, 2537, 2538,
|
|
|
|
|
2539, 2543, 2557, 2544, 2548, 2552, 2556, 2553, 2561, 2562,
|
|
|
|
|
2564, 2566, 2574, 2575, 4407, 2577, 2569, 2582, 2579, 2581,
|
|
|
|
|
2586, 2588, 2596, 2580, 2591, 2595, 2603, 2598, 4407, 2606,
|
|
|
|
|
2602, 2607, 2601, 2608, 2619, 2617, 2610, 2614, 2621, 2622,
|
|
|
|
|
2624, 2627, 2628, 2631, 2634, 4407, 4407, 2629, 2636, 2640,
|
|
|
|
|
2637, 2642, 2644, 2641, 2645, 2643, 2654, 4407, 2651, 2661,
|
|
|
|
|
2658, 2659, 2668, 2671, 2664, 2672, 2673, 2660, 2674, 2675,
|
|
|
|
|
|
|
|
|
|
2676, 2681, 2683, 2684, 2686, 2688, 4407, 2691, 2689, 2694,
|
|
|
|
|
2696, 2697, 2698, 2706, 2711, 2715, 2695, 2712, 2717, 2724,
|
|
|
|
|
2720, 2729, 2731, 2721, 2690, 2736, 4407, 2732, 2734, 2733,
|
|
|
|
|
2735, 2746, 2739, 2748, 2741, 4407, 2749, 2750, 2755, 2757,
|
|
|
|
|
2743, 2764, 2759, 2762, 2766, 2768, 4407, 2769, 4407, 2770,
|
|
|
|
|
2771, 4407, 2775, 2776, 2779, 2780, 2781, 2785, 2782, 2790,
|
|
|
|
|
2791, 2792, 2793, 2795, 2804, 2794, 4407, 2805, 2796, 2801,
|
|
|
|
|
2803, 4407, 2816, 4407, 2807, 4407, 2813, 2818, 2825, 2820,
|
|
|
|
|
2821, 2824, 2830, 2827, 4407, 2831, 2833, 2839, 2834, 2836,
|
|
|
|
|
2842, 2844, 2846, 2841, 2845, 2849, 4407, 2850, 2847, 2852,
|
|
|
|
|
|
|
|
|
|
2848, 2861, 2862, 2864, 2863, 4407, 2871, 2872, 2873, 2875,
|
|
|
|
|
2877, 4407, 2878, 2886, 4407, 2879, 2890, 2882, 2892, 2894,
|
|
|
|
|
2895, 2898, 2899, 2885, 2907, 2904, 2902, 2906, 4407, 2910,
|
|
|
|
|
2911, 2913, 2918, 2916, 2920, 2927, 2923, 2922, 2926, 2932,
|
|
|
|
|
2934, 2930, 2941, 2936, 2945, 2937, 2947, 4407, 2948, 2949,
|
|
|
|
|
4407, 2950, 2951, 2952, 2956, 4407, 2955, 4407, 2958, 2960,
|
|
|
|
|
2962, 2967, 2966, 2968, 2979, 2969, 2980, 2981, 2982, 2991,
|
|
|
|
|
2989, 2973, 4407, 4407, 2999, 3000, 2983, 3003, 3004, 2994,
|
|
|
|
|
2996, 3013, 3011, 3009, 3012, 4407, 3018, 3010, 4407, 3019,
|
|
|
|
|
3020, 3023, 3021, 3024, 3027, 3031, 3033, 3034, 3028, 3035,
|
|
|
|
|
|
|
|
|
|
3037, 3039, 4407, 3041, 3042, 3048, 3049, 3050, 3052, 3053,
|
|
|
|
|
4407, 3051, 3055, 3056, 3057, 3061, 3067, 3076, 3079, 3082,
|
|
|
|
|
3069, 3073, 3087, 3083, 3090, 3091, 4407, 3093, 3085, 3094,
|
|
|
|
|
3097, 3100, 3102, 3103, 3107, 3108, 3111, 3113, 3104, 3115,
|
|
|
|
|
4407, 3116, 3120, 3117, 3124, 3125, 3127, 3128, 3129, 3138,
|
|
|
|
|
3132, 3135, 3139, 3141, 4407, 3142, 3144, 3146, 3148, 3154,
|
|
|
|
|
3147, 3156, 3149, 3157, 3159, 3170, 3163, 3173, 4407, 3165,
|
|
|
|
|
3174, 3168, 3176, 3160, 3178, 3182, 3180, 3188, 3190, 3191,
|
|
|
|
|
3184, 3192, 3201, 4407, 3194, 4407, 3202, 3203, 3212, 3207,
|
|
|
|
|
3209, 4407, 3210, 3213, 4407, 3215, 3217, 3219, 3218, 4407,
|
|
|
|
|
|
|
|
|
|
3220, 3221, 3224, 3228, 3236, 4407, 3238, 3241, 3245, 3243,
|
|
|
|
|
3247, 3248, 3250, 3251, 3252, 3253, 4407, 3255, 3257, 3264,
|
|
|
|
|
3267, 3256, 3258, 3266, 3269, 3268, 3270, 3283, 3279, 3274,
|
|
|
|
|
4407, 3281, 3282, 3290, 3286, 3289, 4407, 4407, 3293, 3295,
|
|
|
|
|
3298, 3299, 3302, 4407, 3300, 3311, 3306, 3309, 3310, 4407,
|
|
|
|
|
4407, 3313, 4407, 3314, 4407, 4407, 3315, 3316, 3323, 4407,
|
|
|
|
|
3327, 4407, 3330, 3328, 3317, 3331, 3334, 4407, 3335, 3336,
|
|
|
|
|
3338, 4407, 3340, 3347, 3342, 3343, 4407, 3345, 4407, 3350,
|
|
|
|
|
3356, 3352, 3359, 3362, 3363, 3364, 3366, 3368, 3371, 3372,
|
|
|
|
|
3373, 3374, 3378, 3380, 3379, 3381, 3382, 3383, 3389, 3385,
|
|
|
|
|
|
|
|
|
|
3395, 3396, 3397, 3398, 3399, 3400, 3402, 3405, 3404, 3406,
|
|
|
|
|
3409, 3414, 3415, 3419, 3408, 3418, 3430, 4407, 4407, 3425,
|
|
|
|
|
3427, 4407, 3432, 3433, 3434, 3435, 3436, 3437, 3440, 3441,
|
|
|
|
|
4407, 3447, 3439, 3444, 3453, 3449, 3450, 3454, 3459, 3461,
|
|
|
|
|
3466, 3470, 3473, 3463, 3471, 3474, 3477, 3476, 3478, 3479,
|
|
|
|
|
3483, 3488, 3489, 3495, 4407, 3490, 4407, 3492, 3497, 3499,
|
|
|
|
|
4407, 4407, 3500, 3502, 3504, 3506, 3507, 3511, 3508, 4407,
|
|
|
|
|
3513, 3515, 3523, 3514, 4407, 3530, 4407, 3532, 3516, 3534,
|
|
|
|
|
3536, 3538, 4407, 4407, 4407, 3539, 3524, 3542, 3543, 3544,
|
|
|
|
|
3545, 3548, 3547, 3550, 4407, 3554, 3551, 3557, 3560, 3564,
|
|
|
|
|
|
|
|
|
|
3568, 3565, 3571, 3579, 3577, 3580, 3570, 3578, 3587, 3589,
|
|
|
|
|
4407, 4407, 3561, 3596, 3592, 3599, 3594, 3600, 3601, 3591,
|
|
|
|
|
3603, 3602, 3604, 4407, 3609, 3608, 3614, 3615, 3617, 3618,
|
|
|
|
|
3619, 3621, 4407, 4407, 3622, 3623, 3625, 3634, 3629, 3631,
|
|
|
|
|
3624, 3636, 3637, 4407, 3638, 4407, 3642, 3645, 3652, 3651,
|
|
|
|
|
3647, 3654, 4407, 3657, 3658, 4407, 3660, 3661, 3663, 4407,
|
|
|
|
|
3667, 4407, 4407, 3670, 4407, 3665, 4407, 3672, 3673, 3677,
|
|
|
|
|
3679, 3681, 3683, 3687, 3689, 3690, 3691, 3699, 3695, 3696,
|
|
|
|
|
4407, 4407, 3703, 3698, 3701, 3710, 3706, 3709, 3712, 4407,
|
|
|
|
|
4407, 3714, 3715, 4407, 3716, 3717, 3720, 3722, 3723, 3724,
|
|
|
|
|
|
|
|
|
|
3727, 3728, 3729, 3730, 3732, 3744, 3750, 3736, 3748, 3739,
|
|
|
|
|
3742, 3746, 3754, 3756, 4407, 3758, 3760, 3761, 4407, 3765,
|
|
|
|
|
3762, 3767, 3770, 3771, 4407, 3772, 3778, 3781, 3773, 3783,
|
|
|
|
|
3792, 3784, 3787, 4407, 3789, 3793, 3794, 4407, 3795, 4407,
|
|
|
|
|
3799, 4407, 4407, 3800, 3803, 3801, 4407, 3807, 3813, 4407,
|
|
|
|
|
3809, 3815, 3816, 3818, 3821, 4407, 3825, 3822, 3829, 3823,
|
|
|
|
|
3830, 3831, 3838, 3833, 3840, 4407, 3834, 3841, 3843, 3846,
|
|
|
|
|
3847, 3845, 3848, 3850, 3852, 3857, 3855, 3866, 3861, 4407,
|
|
|
|
|
3868, 3871, 4407, 3863, 4407, 3873, 3874, 3877, 4407, 3876,
|
|
|
|
|
3878, 3879, 3885, 4407, 3886, 3883, 4407, 3888, 3892, 3894,
|
|
|
|
|
|
|
|
|
|
3896, 3889, 3895, 3899, 3901, 3903, 3911, 4407, 3909, 3913,
|
|
|
|
|
3920, 3916, 3922, 3917, 4407, 3918, 3924, 3932, 3927, 3929,
|
|
|
|
|
4407, 3931, 3934, 4407, 3937, 3941, 3938, 3942, 3940, 3949,
|
|
|
|
|
3951, 3954, 4407, 3956, 4407, 4407, 3957, 4407, 3958, 3960,
|
|
|
|
|
4407, 3963, 3964, 3965, 3966, 3968, 3969, 4407, 4407, 3970,
|
|
|
|
|
3971, 3973, 3977, 4407, 3981, 3983, 3986, 3987, 3988, 4407,
|
|
|
|
|
3989, 3990, 3993, 3992, 3995, 3996, 4000, 4407, 4407, 3998,
|
|
|
|
|
4407, 4007, 4015, 4016, 4407, 4407, 4407, 4022, 4407, 4024,
|
|
|
|
|
4028, 4027, 4407, 4030, 4019, 4032, 4407, 4034, 4002, 4035,
|
|
|
|
|
4407, 4036, 4038, 4039, 4042, 4044, 4045, 4048, 4052, 4049,
|
|
|
|
|
|
|
|
|
|
4055, 4056, 4057, 4058, 4059, 4065, 4407, 4407, 4067, 4407,
|
|
|
|
|
4407, 4069, 4072, 4076, 4407, 4073, 4080, 4407, 4084, 4081,
|
|
|
|
|
4085, 4087, 4089, 4407, 4407, 4090, 4091, 4407, 4098, 4095,
|
|
|
|
|
4096, 4097, 4099, 4103, 4407, 4407, 4407, 4407, 4407, 4104,
|
|
|
|
|
4407, 4407, 4106, 4100, 4111, 4407, 4105, 4112, 4113, 4114,
|
|
|
|
|
4118, 4115, 4121, 4122, 4124, 4130, 4132, 4135, 4138, 4143,
|
|
|
|
|
4140, 4147, 4148, 4149, 4156, 4151, 4154, 4407, 4155, 4407,
|
|
|
|
|
4157, 4407, 4158, 4166, 4167, 4162, 4159, 4163, 4407, 4169,
|
|
|
|
|
4174, 4168, 4171, 4179, 4180, 4181, 4185, 4188, 4194, 4195,
|
|
|
|
|
4197, 4198, 4200, 4189, 4210, 4212, 4407, 4206, 4201, 4209,
|
|
|
|
|
|
|
|
|
|
4221, 4214, 4216, 4407, 4217, 4218, 4219, 4223, 4224, 4226,
|
|
|
|
|
4227, 4234, 4239, 4242, 4241, 4230, 4244, 4245, 4250, 4232,
|
|
|
|
|
4253, 4254, 4407, 4255, 4256, 4259, 4262, 4263, 4265, 4266,
|
|
|
|
|
4267, 4270, 4272, 4275, 4277, 4280, 4407, 4283, 4407, 4407,
|
|
|
|
|
4286, 4271, 4282, 4293, 4295, 4407, 4407, 4407, 4315, 4322,
|
|
|
|
|
4329, 4336, 4343, 70, 4350, 4357, 4364, 4371, 4378, 4385,
|
|
|
|
|
4392, 4399
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2263] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-07-17 04:21:19 -04:00
|
|
|
2248, 1, 2249, 2249, 2250, 2250, 2251, 2251, 2252, 2252,
|
|
|
|
|
2253, 2253, 2248, 2254, 2248, 2248, 2248, 2248, 2255, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2256, 2248, 2248, 2248, 2256, 2257, 2248, 2248, 2248,
|
|
|
|
|
2257, 2258, 2248, 2248, 2248, 2248, 2258, 2259, 2248, 2248,
|
|
|
|
|
2248, 2259, 2260, 2248, 2261, 2248, 2260, 2260, 2254, 2254,
|
|
|
|
|
2248, 2262, 2255, 2262, 2255, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2256, 2256, 2257, 2257, 2258, 2258, 2248, 2259,
|
|
|
|
|
2259, 2260, 2260, 2261, 2261, 2260, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2260, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2260, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2260, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2260, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2248, 2248, 2254, 2248, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2260, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2260, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2248, 2254, 2254, 2254, 2248, 2254, 2248,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2248, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2248, 2254, 2248, 2254, 2248, 2248, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2248, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2248, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2248, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2248, 2248, 2254, 2248, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2248, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2248, 2254, 2248,
|
|
|
|
|
2254, 2248, 2248, 2254, 2254, 2254, 2248, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2248, 2254, 2248, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2254, 2248, 2248, 2254, 2248, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2248, 2248, 2248, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2248, 2254, 2248,
|
|
|
|
|
2248, 2254, 2254, 2254, 2248, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2248, 2248, 2254, 2254, 2248, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2248, 2248, 2248, 2248, 2248, 2254,
|
|
|
|
|
2248, 2248, 2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2248,
|
|
|
|
|
2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2254, 2254,
|
|
|
|
|
|
|
|
|
|
2254, 2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2248, 2254, 2254, 2254, 2254, 2254, 2254, 2254,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2254, 2248, 2254, 2248, 2248,
|
|
|
|
|
2254, 2254, 2254, 2254, 2254, 2248, 2248, 0, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[4448] =
|
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,
|
|
|
|
|
36, 37, 38, 39, 40, 41, 14, 14, 14, 14,
|
|
|
|
|
43, 44, 45, 43, 44, 45, 48, 49, 48, 49,
|
|
|
|
|
50, 46, 50, 69, 46, 69, 69, 51, 69, 51,
|
|
|
|
|
53, 54, 55, 56, 69, 18, 53, 54, 55, 56,
|
|
|
|
|
69, 18, 57, 59, 60, 61, 70, 79, 57, 59,
|
|
|
|
|
60, 61, 71, 70, 62, 70, 72, 89, 76, 77,
|
|
|
|
|
62, 15, 16, 17, 64, 65, 66, 74, 135, 74,
|
|
|
|
|
|
|
|
|
|
74, 135, 74, 67, 70, 91, 78, 90, 74, 75,
|
|
|
|
|
70, 70, 68, 15, 16, 17, 64, 65, 66, 92,
|
|
|
|
|
70, 80, 70, 93, 70, 67, 99, 70, 81, 84,
|
|
|
|
|
149, 94, 82, 85, 68, 83, 86, 70, 87, 88,
|
|
|
|
|
70, 95, 101, 70, 96, 100, 70, 102, 71, 70,
|
|
|
|
|
106, 97, 72, 98, 107, 103, 70, 70, 70, 70,
|
|
|
|
|
70, 104, 110, 186, 109, 105, 111, 133, 133, 166,
|
|
|
|
|
108, 70, 112, 115, 128, 113, 70, 116, 70, 129,
|
|
|
|
|
154, 117, 114, 120, 70, 125, 121, 126, 140, 140,
|
|
|
|
|
70, 118, 295, 122, 119, 70, 130, 123, 124, 70,
|
|
|
|
|
|
|
|
|
|
131, 143, 127, 137, 132, 137, 137, 74, 137, 74,
|
|
|
|
|
74, 142, 74, 142, 142, 146, 142, 153, 69, 145,
|
|
|
|
|
69, 69, 74, 69, 74, 74, 70, 74, 70, 69,
|
|
|
|
|
148, 147, 70, 74, 75, 150, 70, 70, 70, 151,
|
|
|
|
|
70, 70, 70, 162, 156, 70, 70, 70, 70, 70,
|
|
|
|
|
157, 155, 152, 70, 188, 70, 70, 143, 158, 159,
|
|
|
|
|
164, 161, 163, 160, 70, 165, 167, 70, 169, 171,
|
|
|
|
|
70, 168, 170, 172, 176, 178, 173, 70, 70, 70,
|
|
|
|
|
70, 181, 179, 70, 70, 182, 70, 70, 185, 174,
|
|
|
|
|
175, 70, 70, 70, 70, 70, 70, 184, 192, 177,
|
|
|
|
|
|
|
|
|
|
187, 194, 180, 183, 189, 195, 190, 70, 197, 70,
|
|
|
|
|
191, 193, 70, 70, 70, 196, 70, 206, 70, 70,
|
|
|
|
|
70, 208, 70, 70, 70, 199, 70, 70, 201, 198,
|
|
|
|
|
203, 200, 205, 202, 204, 70, 207, 213, 70, 212,
|
|
|
|
|
210, 209, 211, 215, 70, 217, 70, 133, 133, 135,
|
|
|
|
|
70, 218, 135, 140, 140, 220, 216, 137, 214, 137,
|
|
|
|
|
137, 142, 137, 142, 142, 74, 142, 74, 74, 143,
|
|
|
|
|
74, 70, 219, 221, 70, 70, 70, 145, 70, 70,
|
|
|
|
|
70, 70, 70, 224, 70, 223, 222, 227, 234, 232,
|
|
|
|
|
229, 230, 70, 226, 70, 225, 248, 70, 231, 70,
|
|
|
|
|
|
|
|
|
|
228, 70, 233, 235, 70, 70, 70, 70, 236, 245,
|
|
|
|
|
238, 70, 243, 70, 70, 239, 70, 70, 244, 246,
|
|
|
|
|
240, 249, 70, 70, 70, 237, 241, 242, 251, 255,
|
|
|
|
|
247, 250, 70, 70, 252, 70, 143, 253, 256, 70,
|
|
|
|
|
257, 254, 70, 264, 266, 258, 141, 261, 70, 70,
|
|
|
|
|
70, 263, 262, 70, 265, 268, 267, 259, 70, 260,
|
|
|
|
|
271, 70, 70, 70, 273, 274, 70, 269, 272, 270,
|
|
|
|
|
70, 70, 70, 70, 70, 276, 70, 70, 70, 275,
|
|
|
|
|
277, 70, 279, 70, 70, 70, 281, 70, 283, 70,
|
|
|
|
|
70, 290, 70, 278, 282, 287, 288, 70, 70, 280,
|
|
|
|
|
|
|
|
|
|
284, 293, 70, 285, 286, 70, 70, 70, 297, 70,
|
|
|
|
|
70, 289, 296, 70, 70, 304, 291, 292, 70, 300,
|
|
|
|
|
301, 299, 294, 303, 143, 298, 70, 70, 310, 70,
|
|
|
|
|
70, 70, 305, 306, 70, 70, 307, 70, 309, 313,
|
|
|
|
|
311, 70, 312, 70, 302, 70, 308, 70, 70, 316,
|
|
|
|
|
70, 70, 70, 70, 320, 321, 314, 315, 318, 70,
|
|
|
|
|
322, 317, 323, 70, 325, 70, 70, 326, 70, 70,
|
|
|
|
|
324, 70, 329, 319, 70, 332, 70, 70, 330, 70,
|
|
|
|
|
335, 70, 334, 337, 327, 331, 328, 70, 70, 70,
|
|
|
|
|
70, 333, 336, 70, 70, 70, 70, 342, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 343, 70, 70, 345, 70, 347, 70, 341, 70,
|
|
|
|
|
338, 339, 349, 70, 70, 340, 351, 344, 70, 350,
|
|
|
|
|
346, 348, 70, 70, 70, 353, 352, 354, 70, 70,
|
|
|
|
|
433, 359, 70, 358, 70, 355, 356, 70, 357, 363,
|
|
|
|
|
364, 70, 361, 70, 362, 365, 70, 70, 70, 360,
|
|
|
|
|
366, 367, 370, 70, 368, 70, 369, 371, 372, 70,
|
|
|
|
|
373, 70, 374, 70, 70, 70, 70, 380, 375, 376,
|
|
|
|
|
70, 382, 70, 70, 70, 377, 70, 70, 70, 383,
|
|
|
|
|
70, 379, 70, 384, 442, 378, 388, 70, 70, 385,
|
|
|
|
|
381, 386, 389, 387, 393, 390, 392, 391, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 397, 394, 70, 70, 70, 70, 400, 143,
|
|
|
|
|
70, 70, 395, 70, 139, 411, 398, 412, 399, 70,
|
|
|
|
|
396, 402, 413, 70, 401, 70, 410, 403, 404, 415,
|
|
|
|
|
414, 70, 419, 417, 416, 70, 70, 405, 70, 406,
|
|
|
|
|
407, 408, 420, 70, 409, 418, 70, 70, 427, 70,
|
|
|
|
|
70, 431, 425, 70, 70, 70, 422, 70, 421, 70,
|
|
|
|
|
70, 424, 70, 423, 426, 429, 70, 434, 70, 430,
|
|
|
|
|
428, 435, 436, 70, 70, 70, 70, 441, 70, 70,
|
|
|
|
|
437, 70, 438, 443, 432, 70, 445, 70, 70, 439,
|
|
|
|
|
440, 70, 446, 451, 447, 452, 450, 70, 444, 70,
|
|
|
|
|
|
|
|
|
|
70, 459, 454, 70, 457, 448, 453, 449, 70, 456,
|
|
|
|
|
70, 70, 460, 70, 70, 458, 70, 70, 464, 462,
|
|
|
|
|
455, 465, 70, 70, 70, 70, 461, 70, 466, 463,
|
|
|
|
|
468, 70, 469, 70, 70, 472, 70, 473, 70, 70,
|
|
|
|
|
70, 476, 70, 467, 474, 470, 471, 70, 477, 70,
|
|
|
|
|
70, 70, 70, 70, 70, 70, 487, 479, 70, 475,
|
|
|
|
|
480, 70, 70, 478, 482, 70, 489, 488, 70, 486,
|
|
|
|
|
481, 483, 492, 484, 485, 494, 491, 70, 70, 490,
|
|
|
|
|
493, 70, 70, 70, 70, 70, 70, 70, 497, 500,
|
|
|
|
|
70, 70, 70, 70, 514, 502, 496, 70, 70, 495,
|
|
|
|
|
|
|
|
|
|
70, 70, 501, 70, 516, 515, 498, 499, 503, 70,
|
|
|
|
|
504, 70, 505, 511, 513, 138, 512, 506, 70, 507,
|
|
|
|
|
70, 518, 70, 517, 70, 520, 70, 508, 70, 70,
|
|
|
|
|
509, 70, 70, 521, 519, 70, 526, 510, 522, 70,
|
|
|
|
|
70, 524, 532, 523, 527, 143, 530, 529, 70, 531,
|
|
|
|
|
70, 525, 70, 70, 70, 70, 70, 535, 528, 70,
|
|
|
|
|
540, 537, 533, 538, 539, 70, 70, 536, 541, 542,
|
|
|
|
|
534, 70, 70, 70, 70, 70, 544, 70, 70, 546,
|
|
|
|
|
547, 136, 70, 543, 551, 70, 70, 545, 70, 552,
|
|
|
|
|
70, 554, 70, 563, 548, 555, 70, 549, 550, 553,
|
|
|
|
|
|
|
|
|
|
556, 557, 70, 558, 70, 559, 70, 70, 70, 560,
|
|
|
|
|
70, 70, 561, 565, 564, 70, 70, 70, 70, 70,
|
|
|
|
|
566, 70, 568, 570, 70, 70, 571, 562, 70, 70,
|
|
|
|
|
70, 573, 70, 567, 70, 577, 574, 579, 569, 572,
|
|
|
|
|
575, 70, 576, 70, 70, 583, 580, 70, 578, 70,
|
|
|
|
|
70, 70, 585, 70, 586, 70, 584, 581, 588, 582,
|
|
|
|
|
589, 70, 70, 70, 70, 70, 70, 70, 592, 70,
|
|
|
|
|
598, 70, 599, 593, 596, 591, 587, 590, 595, 70,
|
|
|
|
|
70, 594, 70, 70, 603, 597, 70, 600, 605, 601,
|
|
|
|
|
70, 604, 70, 70, 70, 606, 608, 602, 607, 70,
|
|
|
|
|
|
|
|
|
|
70, 609, 70, 612, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
615, 70, 610, 611, 614, 619, 618, 70, 617, 623,
|
|
|
|
|
620, 70, 70, 613, 70, 616, 70, 621, 70, 70,
|
|
|
|
|
625, 70, 70, 622, 70, 70, 70, 70, 630, 70,
|
|
|
|
|
636, 624, 626, 70, 631, 70, 70, 627, 70, 70,
|
|
|
|
|
628, 632, 629, 70, 639, 633, 70, 70, 634, 70,
|
|
|
|
|
635, 640, 637, 70, 70, 643, 70, 638, 642, 70,
|
|
|
|
|
641, 70, 70, 646, 647, 644, 70, 645, 648, 70,
|
|
|
|
|
70, 649, 70, 70, 650, 70, 70, 652, 143, 657,
|
|
|
|
|
651, 653, 70, 656, 655, 70, 658, 654, 660, 70,
|
|
|
|
|
|
|
|
|
|
70, 661, 663, 70, 70, 70, 666, 70, 70, 662,
|
|
|
|
|
70, 70, 70, 664, 668, 671, 659, 70, 70, 70,
|
|
|
|
|
669, 70, 70, 70, 665, 672, 70, 667, 70, 670,
|
|
|
|
|
70, 676, 70, 70, 70, 677, 673, 685, 678, 683,
|
|
|
|
|
682, 70, 675, 681, 674, 679, 70, 684, 680, 70,
|
|
|
|
|
686, 70, 687, 688, 715, 697, 70, 699, 70, 70,
|
|
|
|
|
70, 689, 690, 696, 691, 70, 70, 692, 700, 701,
|
|
|
|
|
70, 70, 693, 702, 698, 70, 703, 70, 694, 695,
|
|
|
|
|
70, 705, 706, 70, 70, 70, 704, 707, 708, 70,
|
|
|
|
|
70, 709, 70, 70, 70, 70, 712, 710, 70, 716,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 70, 70, 722, 70, 721, 718, 711,
|
|
|
|
|
70, 728, 70, 713, 714, 717, 720, 723, 724, 719,
|
|
|
|
|
725, 70, 70, 70, 70, 726, 70, 727, 730, 70,
|
|
|
|
|
70, 729, 70, 70, 731, 734, 70, 732, 70, 737,
|
|
|
|
|
70, 70, 735, 70, 70, 70, 736, 741, 70, 70,
|
|
|
|
|
739, 733, 740, 742, 70, 744, 70, 70, 70, 738,
|
|
|
|
|
70, 70, 750, 743, 748, 70, 746, 751, 70, 70,
|
|
|
|
|
70, 745, 749, 70, 753, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 759, 747, 70, 70, 70, 752, 758, 762, 70,
|
|
|
|
|
765, 754, 70, 755, 766, 70, 757, 756, 760, 764,
|
|
|
|
|
|
|
|
|
|
70, 763, 761, 769, 770, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 771, 767, 775, 768, 70, 70, 777, 773, 778,
|
|
|
|
|
70, 70, 70, 779, 772, 70, 774, 782, 70, 784,
|
|
|
|
|
70, 70, 70, 70, 70, 781, 776, 786, 143, 780,
|
|
|
|
|
70, 70, 70, 70, 788, 70, 70, 787, 783, 785,
|
|
|
|
|
70, 800, 70, 789, 70, 70, 791, 70, 801, 804,
|
|
|
|
|
70, 802, 806, 792, 134, 790, 793, 70, 70, 70,
|
|
|
|
|
794, 70, 795, 811, 808, 805, 796, 803, 797, 809,
|
|
|
|
|
70, 70, 807, 798, 70, 810, 70, 70, 799, 813,
|
|
|
|
|
70, 815, 70, 822, 70, 70, 812, 820, 70, 814,
|
|
|
|
|
|
|
|
|
|
819, 816, 70, 70, 821, 70, 818, 70, 823, 830,
|
|
|
|
|
70, 817, 70, 824, 828, 825, 70, 829, 70, 832,
|
|
|
|
|
70, 833, 831, 70, 70, 70, 826, 70, 834, 838,
|
|
|
|
|
70, 839, 840, 827, 70, 70, 70, 835, 70, 841,
|
|
|
|
|
844, 70, 70, 836, 837, 70, 70, 845, 843, 70,
|
|
|
|
|
70, 850, 70, 842, 847, 70, 70, 70, 848, 70,
|
|
|
|
|
846, 851, 70, 70, 853, 859, 849, 70, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 852, 70, 854, 855, 857, 858,
|
|
|
|
|
864, 860, 856, 70, 70, 70, 70, 861, 863, 865,
|
|
|
|
|
862, 866, 867, 70, 868, 869, 70, 872, 870, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 873, 70, 70, 874, 70, 70, 875, 876,
|
|
|
|
|
880, 70, 871, 877, 70, 70, 70, 882, 70, 70,
|
|
|
|
|
878, 70, 879, 884, 70, 70, 886, 70, 70, 887,
|
|
|
|
|
70, 881, 70, 889, 70, 885, 883, 888, 891, 892,
|
|
|
|
|
70, 70, 70, 893, 890, 895, 70, 70, 894, 70,
|
|
|
|
|
900, 70, 70, 70, 70, 70, 70, 901, 902, 896,
|
|
|
|
|
70, 70, 899, 904, 907, 897, 905, 898, 908, 903,
|
|
|
|
|
70, 70, 70, 906, 70, 911, 70, 910, 70, 70,
|
|
|
|
|
70, 915, 70, 70, 70, 70, 909, 70, 70, 70,
|
|
|
|
|
70, 70, 914, 913, 70, 924, 917, 912, 925, 926,
|
|
|
|
|
|
|
|
|
|
916, 70, 918, 921, 70, 922, 70, 920, 927, 919,
|
|
|
|
|
70, 923, 70, 70, 70, 928, 70, 70, 70, 931,
|
|
|
|
|
70, 70, 937, 70, 70, 934, 929, 930, 70, 70,
|
|
|
|
|
70, 932, 70, 70, 143, 935, 933, 942, 938, 940,
|
|
|
|
|
936, 70, 945, 70, 948, 70, 939, 70, 943, 941,
|
|
|
|
|
946, 944, 70, 70, 947, 949, 70, 70, 70, 70,
|
|
|
|
|
70, 950, 951, 952, 954, 956, 70, 70, 70, 958,
|
|
|
|
|
70, 957, 70, 70, 70, 953, 955, 70, 70, 70,
|
|
|
|
|
962, 70, 70, 959, 70, 70, 963, 961, 967, 960,
|
|
|
|
|
70, 70, 972, 70, 141, 70, 964, 966, 70, 965,
|
|
|
|
|
|
|
|
|
|
968, 969, 971, 974, 970, 973, 70, 70, 978, 70,
|
|
|
|
|
975, 976, 70, 979, 70, 70, 70, 70, 983, 977,
|
|
|
|
|
70, 992, 70, 993, 991, 70, 981, 70, 980, 982,
|
|
|
|
|
70, 70, 70, 990, 995, 984, 994, 996, 985, 986,
|
|
|
|
|
70, 70, 998, 987, 70, 997, 70, 70, 70, 988,
|
|
|
|
|
70, 1004, 1001, 989, 1005, 1000, 70, 70, 70, 70,
|
|
|
|
|
70, 1006, 1002, 1007, 999, 70, 1013, 1008, 1003, 1014,
|
|
|
|
|
70, 70, 1009, 70, 1010, 70, 1011, 1016, 1012, 70,
|
|
|
|
|
70, 1015, 1020, 70, 70, 70, 70, 1021, 70, 1019,
|
|
|
|
|
1017, 70, 1023, 70, 1025, 70, 70, 1018, 1022, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 1032, 70, 1024, 1026, 1031, 1027, 1028, 1034,
|
|
|
|
|
70, 70, 70, 1029, 1035, 1033, 70, 1036, 1038, 70,
|
|
|
|
|
70, 1030, 1040, 70, 70, 70, 1043, 70, 70, 1041,
|
|
|
|
|
70, 70, 70, 70, 1048, 1037, 1045, 1047, 1046, 70,
|
|
|
|
|
1039, 70, 70, 70, 1053, 1054, 1042, 1050, 1044, 1051,
|
|
|
|
|
70, 70, 70, 70, 1056, 70, 1052, 1049, 1055, 70,
|
|
|
|
|
70, 1057, 1060, 70, 70, 70, 70, 1064, 70, 70,
|
|
|
|
|
1059, 70, 70, 70, 1058, 70, 70, 1071, 70, 70,
|
|
|
|
|
70, 1068, 1065, 70, 1061, 1062, 1069, 70, 1066, 1063,
|
|
|
|
|
70, 1067, 1075, 1070, 1076, 70, 70, 70, 1072, 70,
|
|
|
|
|
|
|
|
|
|
1080, 1074, 1078, 1077, 1073, 1081, 70, 70, 1082, 1079,
|
|
|
|
|
1084, 70, 70, 70, 70, 1083, 1088, 1087, 1090, 70,
|
|
|
|
|
70, 70, 70, 1091, 70, 70, 1085, 1089, 70, 1086,
|
|
|
|
|
70, 1092, 70, 1096, 70, 70, 70, 70, 70, 1099,
|
|
|
|
|
1093, 70, 70, 1095, 70, 70, 1112, 70, 1094, 1101,
|
|
|
|
|
1097, 1104, 1103, 1102, 1098, 1100, 70, 1105, 70, 70,
|
|
|
|
|
70, 1107, 70, 1106, 1109, 1108, 70, 70, 1115, 70,
|
|
|
|
|
1117, 1111, 70, 1114, 1116, 70, 70, 1118, 1110, 70,
|
|
|
|
|
1119, 1113, 70, 70, 70, 1120, 1121, 70, 70, 1125,
|
|
|
|
|
1124, 1123, 1122, 70, 70, 70, 1128, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 1127, 70, 70, 1131, 1134, 1130, 1136, 1126, 70,
|
|
|
|
|
1135, 70, 1137, 70, 1132, 70, 70, 1129, 1142, 70,
|
|
|
|
|
70, 1133, 70, 1138, 70, 70, 1146, 70, 1139, 70,
|
|
|
|
|
70, 1145, 70, 70, 1140, 1141, 70, 70, 70, 1144,
|
|
|
|
|
139, 1147, 70, 1154, 70, 1143, 1148, 1151, 1149, 1150,
|
|
|
|
|
70, 1160, 1153, 1155, 1157, 70, 1156, 1152, 70, 70,
|
|
|
|
|
70, 70, 70, 1158, 1159, 70, 70, 1163, 1161, 70,
|
|
|
|
|
70, 1164, 1168, 70, 1162, 1169, 70, 70, 70, 70,
|
|
|
|
|
1170, 1174, 1166, 70, 1165, 1167, 1171, 70, 1175, 70,
|
|
|
|
|
70, 70, 70, 1178, 1179, 1172, 1177, 1176, 1173, 1182,
|
|
|
|
|
|
|
|
|
|
70, 1180, 70, 1181, 70, 70, 70, 1184, 1183, 70,
|
|
|
|
|
70, 70, 70, 70, 1191, 1186, 70, 1188, 1190, 70,
|
|
|
|
|
70, 1193, 70, 70, 1185, 1187, 70, 70, 1189, 70,
|
|
|
|
|
1196, 70, 70, 70, 1195, 70, 1192, 1198, 1199, 70,
|
|
|
|
|
70, 1202, 70, 70, 1194, 1201, 1197, 1200, 1203, 70,
|
|
|
|
|
70, 1206, 70, 1204, 1207, 1205, 70, 1210, 1209, 1211,
|
|
|
|
|
70, 1213, 70, 1215, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1208, 70, 1219, 70, 1217, 70, 1214, 70, 1220, 70,
|
|
|
|
|
1212, 70, 1223, 70, 70, 1216, 70, 70, 1229, 1226,
|
|
|
|
|
1222, 1221, 1227, 1218, 70, 1224, 1231, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
1235, 1225, 1230, 1232, 1228, 70, 70, 70, 1234, 1233,
|
|
|
|
|
70, 1236, 70, 1240, 70, 70, 1242, 1237, 70, 70,
|
|
|
|
|
1241, 70, 70, 1244, 1245, 70, 1238, 70, 70, 70,
|
|
|
|
|
70, 70, 1239, 1246, 70, 70, 1254, 1243, 70, 1247,
|
|
|
|
|
70, 70, 70, 70, 1250, 1251, 1252, 1248, 1253, 1249,
|
|
|
|
|
1259, 70, 70, 70, 70, 1257, 70, 1262, 1255, 1261,
|
|
|
|
|
1256, 70, 70, 70, 1258, 70, 70, 70, 1263, 70,
|
|
|
|
|
70, 70, 1260, 1269, 1267, 1264, 70, 1276, 70, 70,
|
|
|
|
|
1270, 1266, 1268, 1271, 70, 1272, 1265, 1277, 70, 70,
|
|
|
|
|
70, 1273, 1278, 70, 70, 1275, 1274, 70, 1279, 1280,
|
|
|
|
|
|
|
|
|
|
1281, 70, 1282, 1288, 70, 1287, 1286, 70, 70, 1283,
|
|
|
|
|
1284, 70, 70, 1285, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1297, 1290, 70, 70, 138, 70, 1301, 1289, 1292, 1294,
|
|
|
|
|
1291, 1293, 1299, 70, 70, 70, 1296, 70, 1298, 1300,
|
|
|
|
|
1302, 1295, 1303, 1306, 1308, 1304, 1310, 70, 1307, 70,
|
|
|
|
|
70, 70, 70, 1305, 1312, 1309, 1311, 70, 1315, 70,
|
|
|
|
|
70, 70, 70, 1313, 70, 1317, 70, 1314, 70, 70,
|
|
|
|
|
70, 1318, 1316, 1324, 1320, 70, 70, 1327, 70, 70,
|
|
|
|
|
1319, 1321, 70, 70, 70, 70, 70, 1322, 1329, 1323,
|
|
|
|
|
1330, 1325, 70, 70, 1326, 1333, 70, 1331, 1332, 1336,
|
|
|
|
|
|
|
|
|
|
70, 70, 1328, 70, 70, 70, 1334, 70, 70, 70,
|
|
|
|
|
1338, 1335, 1343, 70, 70, 1337, 1339, 1340, 70, 70,
|
|
|
|
|
1346, 1344, 1347, 70, 70, 70, 1341, 1348, 1342, 1349,
|
|
|
|
|
70, 1345, 70, 70, 1351, 1352, 70, 1350, 70, 1355,
|
|
|
|
|
1354, 70, 70, 70, 70, 1353, 70, 70, 1358, 70,
|
|
|
|
|
70, 70, 70, 1359, 1362, 1367, 70, 70, 1360, 1363,
|
|
|
|
|
1357, 70, 1361, 1356, 1368, 70, 70, 1366, 1372, 70,
|
|
|
|
|
70, 1365, 1364, 1374, 70, 70, 1376, 70, 1369, 70,
|
|
|
|
|
1370, 1378, 70, 1377, 1380, 1371, 1373, 70, 70, 1382,
|
|
|
|
|
70, 1379, 70, 70, 70, 70, 1375, 1384, 1385, 70,
|
|
|
|
|
|
|
|
|
|
1381, 70, 1386, 1387, 70, 1388, 1389, 1390, 70, 70,
|
|
|
|
|
1394, 70, 1391, 1396, 70, 70, 70, 1383, 1397, 70,
|
|
|
|
|
70, 70, 1399, 70, 1392, 1400, 1402, 70, 1393, 1398,
|
|
|
|
|
70, 1395, 70, 1406, 70, 70, 1401, 70, 1408, 1403,
|
|
|
|
|
70, 70, 70, 1404, 70, 1411, 1412, 70, 1405, 70,
|
|
|
|
|
70, 1413, 1415, 70, 70, 70, 70, 70, 70, 1420,
|
|
|
|
|
1409, 1407, 1417, 1410, 70, 1416, 1418, 70, 1424, 1423,
|
|
|
|
|
1414, 70, 70, 70, 70, 1427, 1429, 70, 1428, 1426,
|
|
|
|
|
1419, 70, 1421, 1422, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1430, 1425, 1435, 1432, 70, 1431, 70, 70, 1438, 70,
|
|
|
|
|
|
|
|
|
|
1434, 70, 70, 70, 70, 1440, 1433, 70, 70, 70,
|
|
|
|
|
70, 70, 1436, 1445, 1439, 1461, 1446, 1443, 1448, 70,
|
|
|
|
|
1447, 1441, 1437, 1442, 70, 70, 1444, 1451, 70, 1452,
|
|
|
|
|
70, 1455, 1456, 70, 70, 1449, 1457, 70, 1459, 1453,
|
|
|
|
|
1450, 1458, 70, 1462, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1454, 1464, 70, 1467, 70, 1469, 70, 1463, 1465, 70,
|
|
|
|
|
1460, 70, 70, 70, 1472, 1471, 1470, 1473, 70, 1474,
|
|
|
|
|
70, 1476, 70, 1466, 1468, 70, 1475, 70, 1477, 70,
|
|
|
|
|
1478, 70, 70, 70, 70, 1479, 1482, 1481, 70, 70,
|
|
|
|
|
1480, 1486, 70, 70, 70, 70, 1483, 1489, 70, 1488,
|
|
|
|
|
|
|
|
|
|
1484, 1485, 1487, 70, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1494, 1496, 1491, 1495, 70, 1490, 70, 70, 70, 1498,
|
|
|
|
|
70, 1497, 1492, 1501, 1493, 1502, 70, 1500, 1503, 70,
|
|
|
|
|
1499, 70, 1507, 70, 70, 1509, 1504, 70, 70, 1510,
|
|
|
|
|
70, 1505, 1511, 70, 70, 1506, 70, 70, 1512, 70,
|
|
|
|
|
1508, 1513, 70, 1515, 70, 70, 1516, 70, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 1527, 70, 1514, 1518, 1523, 1519,
|
|
|
|
|
1517, 1520, 1526, 1522, 70, 70, 70, 70, 1530, 1528,
|
|
|
|
|
1521, 1524, 1531, 1525, 70, 70, 70, 1534, 70, 1533,
|
|
|
|
|
70, 70, 70, 1536, 1529, 70, 1532, 1537, 70, 70,
|
|
|
|
|
|
|
|
|
|
1538, 1539, 1541, 70, 1535, 70, 1540, 70, 70, 1544,
|
|
|
|
|
1543, 70, 70, 1545, 1549, 70, 1546, 70, 1548, 70,
|
|
|
|
|
70, 1542, 1550, 70, 70, 1555, 70, 1552, 1551, 70,
|
|
|
|
|
1547, 70, 1556, 70, 1559, 70, 70, 1561, 1554, 70,
|
|
|
|
|
70, 1560, 1553, 70, 1557, 70, 1563, 70, 1564, 70,
|
|
|
|
|
70, 1562, 1565, 1558, 70, 1566, 1567, 1569, 70, 1570,
|
|
|
|
|
70, 70, 70, 70, 70, 70, 1572, 1573, 70, 70,
|
|
|
|
|
1568, 70, 1571, 70, 1578, 70, 1574, 1580, 1584, 70,
|
|
|
|
|
70, 70, 70, 1576, 1575, 1577, 70, 1579, 1581, 1583,
|
|
|
|
|
1585, 1586, 70, 70, 70, 70, 70, 1588, 1591, 1589,
|
|
|
|
|
|
|
|
|
|
1582, 1587, 70, 1592, 70, 1599, 1594, 70, 1590, 70,
|
|
|
|
|
1593, 1595, 70, 70, 1596, 1600, 70, 70, 1601, 1602,
|
|
|
|
|
1604, 1606, 70, 70, 70, 70, 70, 1603, 1597, 1605,
|
|
|
|
|
1607, 70, 70, 70, 70, 1608, 70, 70, 1611, 1598,
|
|
|
|
|
70, 70, 1614, 1609, 70, 1617, 70, 70, 70, 1613,
|
|
|
|
|
70, 1618, 70, 1620, 70, 70, 1619, 1610, 1615, 1612,
|
|
|
|
|
1616, 70, 70, 70, 70, 70, 70, 1631, 70, 70,
|
|
|
|
|
70, 1622, 1632, 1623, 70, 136, 1621, 1628, 1624, 1630,
|
|
|
|
|
70, 1626, 70, 1633, 1627, 1625, 70, 1629, 1634, 70,
|
|
|
|
|
1636, 1637, 70, 1635, 1638, 70, 70, 1639, 70, 1640,
|
|
|
|
|
|
|
|
|
|
70, 1641, 1644, 70, 70, 1642, 70, 70, 1643, 1645,
|
|
|
|
|
70, 1646, 1650, 70, 1651, 70, 70, 70, 1647, 1653,
|
|
|
|
|
70, 70, 1649, 1655, 70, 1656, 70, 1648, 70, 70,
|
|
|
|
|
70, 1657, 1660, 70, 1659, 1652, 1662, 70, 70, 1654,
|
|
|
|
|
70, 70, 70, 1666, 1665, 70, 1664, 1658, 70, 1661,
|
|
|
|
|
1668, 70, 70, 1672, 70, 70, 1663, 70, 1667, 70,
|
|
|
|
|
70, 70, 70, 1670, 1669, 1676, 1677, 70, 1679, 70,
|
|
|
|
|
70, 1671, 70, 70, 1675, 1673, 70, 1681, 70, 1678,
|
|
|
|
|
1674, 70, 1680, 70, 1683, 1684, 70, 70, 1685, 70,
|
|
|
|
|
1686, 70, 1687, 70, 1690, 70, 1691, 70, 1682, 1698,
|
|
|
|
|
|
|
|
|
|
1692, 70, 1689, 70, 70, 70, 1688, 70, 1693, 134,
|
|
|
|
|
1694, 1697, 1695, 1696, 70, 70, 70, 1702, 1699, 1703,
|
|
|
|
|
70, 1704, 70, 70, 1701, 70, 70, 1700, 70, 1705,
|
|
|
|
|
70, 70, 70, 70, 70, 1709, 1714, 70, 1708, 1715,
|
|
|
|
|
1710, 70, 1706, 1713, 1707, 70, 1711, 1712, 1718, 70,
|
|
|
|
|
1719, 70, 1721, 1717, 70, 1722, 70, 1716, 70, 1720,
|
|
|
|
|
70, 70, 1724, 70, 70, 70, 70, 1728, 70, 70,
|
|
|
|
|
70, 70, 1729, 1730, 1723, 1725, 1731, 70, 1726, 70,
|
|
|
|
|
70, 70, 70, 70, 1727, 1732, 1736, 70, 1738, 1733,
|
|
|
|
|
1739, 1734, 70, 1735, 70, 70, 70, 1744, 1740, 70,
|
|
|
|
|
|
|
|
|
|
1743, 1737, 70, 70, 1746, 1741, 70, 1745, 70, 1748,
|
|
|
|
|
1742, 70, 70, 70, 1749, 70, 1751, 1752, 1753, 70,
|
|
|
|
|
1747, 1755, 70, 70, 70, 1757, 70, 70, 70, 70,
|
|
|
|
|
70, 1754, 1756, 1759, 1760, 1761, 70, 1763, 1750, 1762,
|
|
|
|
|
70, 70, 1764, 70, 70, 1758, 1765, 70, 70, 70,
|
|
|
|
|
1770, 70, 1767, 70, 1772, 70, 70, 1775, 70, 2248,
|
|
|
|
|
70, 1769, 1771, 70, 1776, 70, 1766, 1768, 1777, 70,
|
|
|
|
|
1778, 1774, 70, 1773, 1779, 70, 70, 70, 1783, 70,
|
|
|
|
|
1784, 70, 1782, 1785, 70, 70, 70, 70, 1788, 1780,
|
|
|
|
|
1781, 70, 70, 70, 70, 70, 70, 1786, 70, 1791,
|
|
|
|
|
|
|
|
|
|
1793, 1795, 70, 1789, 1787, 1790, 1792, 1796, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 1802, 70, 1794, 70, 70, 70,
|
|
|
|
|
1811, 70, 70, 1799, 1803, 1807, 1801, 70, 70, 1798,
|
|
|
|
|
1812, 70, 70, 1809, 1797, 1800, 1804, 1810, 70, 1805,
|
|
|
|
|
70, 1808, 1806, 70, 1813, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 1815, 70, 70, 70, 1823, 1814, 70, 1820, 1824,
|
|
|
|
|
70, 1825, 70, 70, 1817, 1816, 70, 70, 1819, 1818,
|
|
|
|
|
1821, 1822, 70, 1827, 70, 1826, 70, 1828, 1833, 70,
|
|
|
|
|
1835, 1829, 1834, 70, 70, 1830, 70, 70, 1831, 70,
|
|
|
|
|
70, 70, 70, 1832, 1836, 1839, 70, 1842, 1843, 1837,
|
|
|
|
|
|
|
|
|
|
1844, 70, 70, 70, 1845, 70, 1838, 1846, 70, 1840,
|
|
|
|
|
70, 1841, 70, 70, 1848, 70, 1853, 70, 1852, 70,
|
|
|
|
|
70, 70, 1847, 1856, 70, 1857, 70, 70, 70, 70,
|
|
|
|
|
1849, 1850, 1859, 1851, 1854, 1860, 70, 70, 1855, 2248,
|
|
|
|
|
1861, 1858, 1862, 70, 1863, 70, 1865, 70, 1864, 70,
|
|
|
|
|
1867, 70, 70, 1868, 1866, 70, 70, 70, 70, 1869,
|
|
|
|
|
70, 70, 1872, 70, 70, 1871, 1874, 70, 1870, 1878,
|
|
|
|
|
70, 1876, 1873, 70, 70, 1879, 1881, 70, 70, 1875,
|
|
|
|
|
1882, 70, 1877, 70, 70, 1883, 1885, 1892, 1880, 1884,
|
|
|
|
|
70, 70, 70, 70, 1887, 1886, 1889, 2248, 1888, 1890,
|
|
|
|
|
|
|
|
|
|
70, 1891, 70, 1893, 70, 70, 1896, 70, 1894, 70,
|
|
|
|
|
1895, 1897, 70, 70, 70, 70, 70, 70, 1898, 1900,
|
|
|
|
|
1902, 70, 70, 1899, 1901, 1904, 1905, 70, 70, 1903,
|
|
|
|
|
70, 70, 70, 1910, 70, 70, 70, 70, 70, 1908,
|
|
|
|
|
1909, 1907, 70, 1911, 70, 1906, 1915, 70, 1919, 70,
|
|
|
|
|
70, 70, 1918, 1917, 1912, 70, 1913, 1914, 70, 1924,
|
|
|
|
|
70, 1916, 1923, 1925, 70, 70, 1921, 70, 1926, 1920,
|
|
|
|
|
70, 70, 1927, 70, 70, 1922, 70, 1930, 70, 1928,
|
|
|
|
|
70, 1933, 1934, 70, 1929, 70, 70, 1937, 1931, 1938,
|
|
|
|
|
70, 1932, 70, 1940, 70, 1939, 70, 1941, 1935, 1942,
|
|
|
|
|
|
|
|
|
|
70, 1943, 70, 70, 70, 1936, 1946, 1947, 70, 70,
|
|
|
|
|
1949, 70, 70, 1948, 70, 1950, 70, 1953, 1945, 70,
|
|
|
|
|
1952, 1944, 70, 70, 1956, 70, 1955, 70, 70, 70,
|
|
|
|
|
70, 1958, 1957, 70, 1951, 70, 70, 70, 1962, 1966,
|
|
|
|
|
70, 70, 70, 70, 1954, 70, 1970, 1960, 1961, 70,
|
|
|
|
|
1968, 1965, 70, 1963, 1959, 70, 1964, 70, 1971, 70,
|
|
|
|
|
1967, 70, 1969, 70, 1972, 1973, 1974, 70, 1977, 70,
|
|
|
|
|
1980, 70, 1975, 70, 70, 70, 1981, 1983, 70, 1985,
|
|
|
|
|
70, 1976, 1984, 70, 70, 70, 70, 1978, 1986, 1979,
|
|
|
|
|
1989, 70, 1982, 1987, 70, 1991, 70, 70, 1990, 1993,
|
|
|
|
|
|
|
|
|
|
70, 1997, 70, 1988, 1994, 70, 70, 70, 70, 1996,
|
|
|
|
|
1995, 1992, 70, 70, 70, 1998, 70, 2003, 2002, 1999,
|
|
|
|
|
70, 2008, 70, 2004, 2001, 2005, 70, 2006, 70, 70,
|
|
|
|
|
2007, 70, 2013, 2000, 70, 70, 70, 2009, 70, 2012,
|
|
|
|
|
2014, 2015, 70, 70, 70, 2019, 70, 70, 2017, 2010,
|
|
|
|
|
2011, 70, 2021, 70, 70, 2024, 70, 2016, 70, 70,
|
|
|
|
|
70, 70, 2018, 70, 2026, 70, 2022, 2027, 70, 2023,
|
|
|
|
|
70, 2020, 2025, 2030, 70, 2031, 70, 2028, 2033, 70,
|
|
|
|
|
2035, 70, 2029, 2036, 70, 2038, 70, 70, 2041, 70,
|
|
|
|
|
70, 70, 70, 2034, 2032, 2040, 70, 2037, 70, 70,
|
|
|
|
|
|
|
|
|
|
2045, 70, 70, 2039, 2048, 70, 2049, 70, 70, 70,
|
|
|
|
|
2046, 2042, 70, 2054, 70, 2043, 70, 2044, 2050, 2055,
|
|
|
|
|
2052, 2051, 70, 2047, 70, 2056, 70, 2059, 2060, 70,
|
|
|
|
|
70, 70, 2053, 70, 2057, 70, 2063, 70, 2061, 2065,
|
|
|
|
|
70, 2068, 70, 2069, 70, 70, 2058, 70, 2062, 2071,
|
|
|
|
|
70, 70, 2075, 70, 70, 70, 2064, 2066, 2067, 2072,
|
|
|
|
|
2074, 2076, 70, 2077, 70, 2073, 2070, 70, 2079, 70,
|
|
|
|
|
70, 70, 2078, 70, 2082, 2083, 70, 70, 70, 70,
|
|
|
|
|
2087, 70, 70, 70, 70, 2091, 70, 2088, 2086, 2080,
|
|
|
|
|
70, 2084, 2090, 2081, 70, 2092, 70, 2089, 2085, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 70, 2095, 70, 70, 2097, 70, 70,
|
|
|
|
|
2098, 70, 2096, 70, 2093, 70, 2094, 2248, 2105, 2107,
|
|
|
|
|
70, 2101, 2119, 2099, 2100, 2102, 2103, 2108, 70, 70,
|
|
|
|
|
2104, 2106, 70, 2109, 2110, 70, 2111, 70, 2112, 2113,
|
|
|
|
|
70, 70, 2115, 70, 2114, 70, 2118, 70, 70, 70,
|
|
|
|
|
2116, 70, 70, 2123, 2124, 70, 2125, 70, 70, 2117,
|
|
|
|
|
2122, 70, 70, 2120, 2128, 70, 2127, 2121, 70, 70,
|
|
|
|
|
70, 70, 70, 2126, 2248, 2132, 2133, 2135, 70, 2136,
|
|
|
|
|
70, 2137, 70, 2130, 2138, 70, 70, 2129, 2139, 70,
|
|
|
|
|
2131, 2134, 2141, 70, 70, 2140, 2142, 70, 70, 2144,
|
|
|
|
|
|
|
|
|
|
70, 2146, 70, 70, 70, 2149, 2143, 2148, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 2151, 2145, 70, 70, 70, 70,
|
|
|
|
|
2155, 2147, 2150, 2156, 70, 70, 70, 70, 70, 2152,
|
|
|
|
|
2153, 70, 2154, 2157, 70, 70, 2160, 70, 2158, 2161,
|
|
|
|
|
2248, 2159, 2168, 70, 2164, 70, 2162, 2170, 70, 2163,
|
|
|
|
|
2166, 70, 2171, 70, 2169, 2172, 70, 2167, 2173, 2165,
|
|
|
|
|
70, 70, 70, 2177, 70, 2174, 2179, 70, 70, 70,
|
|
|
|
|
70, 70, 70, 2183, 2184, 70, 70, 2176, 2178, 70,
|
|
|
|
|
70, 70, 70, 2180, 70, 2186, 2175, 70, 2181, 2185,
|
|
|
|
|
2182, 2189, 70, 70, 70, 2187, 2188, 2191, 70, 2194,
|
|
|
|
|
|
|
|
|
|
2190, 70, 70, 2195, 2248, 2192, 2197, 70, 70, 2198,
|
|
|
|
|
70, 70, 2193, 70, 70, 2199, 2200, 2203, 2201, 70,
|
|
|
|
|
2196, 2202, 70, 70, 2204, 70, 2205, 70, 2208, 70,
|
|
|
|
|
70, 70, 70, 2206, 70, 2211, 70, 70, 2215, 70,
|
|
|
|
|
70, 2207, 2210, 70, 2216, 70, 2209, 70, 2218, 2214,
|
|
|
|
|
2212, 2213, 70, 2219, 70, 70, 2223, 70, 70, 2217,
|
|
|
|
|
2220, 2221, 2222, 70, 2226, 2224, 70, 70, 70, 70,
|
|
|
|
|
2225, 2227, 70, 2229, 2230, 70, 70, 2233, 70, 70,
|
|
|
|
|
70, 2236, 2237, 70, 70, 70, 2228, 2239, 70, 2240,
|
|
|
|
|
70, 2231, 2238, 70, 2232, 70, 70, 2234, 2235, 70,
|
|
|
|
|
|
|
|
|
|
2241, 2242, 2248, 2244, 2243, 2246, 70, 2247, 70, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2245, 42, 42, 42, 42, 42,
|
|
|
|
|
42, 42, 47, 47, 47, 47, 47, 47, 47, 52,
|
|
|
|
|
52, 52, 52, 52, 52, 52, 58, 58, 58, 58,
|
|
|
|
|
58, 58, 58, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
|
73, 73, 2248, 73, 73, 73, 73, 133, 133, 2248,
|
|
|
|
|
2248, 2248, 133, 133, 135, 135, 2248, 2248, 135, 2248,
|
|
|
|
|
135, 137, 2248, 2248, 2248, 2248, 2248, 137, 140, 140,
|
|
|
|
|
2248, 2248, 2248, 140, 140, 142, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 142, 144, 144, 2248, 144, 144, 144, 144, 74,
|
|
|
|
|
|
|
|
|
|
74, 2248, 74, 74, 74, 74, 13, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[4448] =
|
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,
|
2017-07-17 04:21:19 -04:00
|
|
|
2254, 8, 7, 9, 9, 9, 22, 22, 8, 10,
|
|
|
|
|
10, 10, 15, 25, 9, 21, 15, 25, 21, 21,
|
|
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 51, 19,
|
|
|
|
|
|
|
|
|
|
19, 51, 19, 11, 26, 26, 21, 25, 19, 19,
|
|
|
|
|
78, 29, 11, 12, 12, 12, 12, 12, 12, 26,
|
|
|
|
|
23, 23, 27, 27, 24, 12, 29, 31, 23, 24,
|
|
|
|
|
78, 27, 23, 24, 12, 23, 24, 28, 24, 24,
|
|
|
|
|
30, 28, 31, 34, 28, 30, 32, 32, 71, 33,
|
|
|
|
|
33, 28, 71, 28, 33, 32, 105, 35, 91, 36,
|
|
|
|
|
40, 32, 35, 105, 34, 32, 35, 46, 46, 91,
|
|
|
|
|
33, 82, 35, 36, 40, 35, 37, 37, 38, 40,
|
|
|
|
|
82, 37, 35, 38, 39, 39, 38, 39, 62, 62,
|
|
|
|
|
209, 37, 209, 38, 37, 41, 41, 38, 38, 81,
|
|
|
|
|
|
|
|
|
|
41, 68, 39, 57, 41, 57, 57, 65, 57, 65,
|
|
|
|
|
65, 67, 65, 67, 67, 68, 67, 81, 70, 65,
|
|
|
|
|
70, 70, 73, 70, 73, 73, 77, 73, 76, 70,
|
|
|
|
|
77, 76, 79, 73, 73, 79, 80, 83, 84, 80,
|
|
|
|
|
85, 86, 87, 88, 84, 90, 89, 107, 92, 88,
|
|
|
|
|
84, 83, 80, 93, 107, 96, 99, 786, 85, 85,
|
|
|
|
|
89, 87, 88, 86, 94, 90, 92, 95, 94, 96,
|
|
|
|
|
97, 93, 95, 97, 98, 99, 97, 100, 101, 102,
|
|
|
|
|
98, 101, 100, 103, 104, 101, 109, 106, 104, 97,
|
|
|
|
|
97, 108, 110, 112, 111, 114, 113, 103, 111, 98,
|
|
|
|
|
|
|
|
|
|
106, 113, 100, 102, 108, 113, 109, 115, 115, 116,
|
|
|
|
|
110, 112, 117, 118, 119, 114, 120, 122, 127, 121,
|
|
|
|
|
124, 124, 125, 122, 123, 117, 126, 131, 118, 116,
|
|
|
|
|
120, 117, 121, 119, 120, 128, 123, 128, 129, 127,
|
|
|
|
|
125, 124, 126, 129, 130, 131, 132, 134, 134, 136,
|
|
|
|
|
147, 132, 136, 141, 141, 147, 130, 138, 128, 138,
|
|
|
|
|
138, 143, 138, 143, 143, 144, 143, 144, 144, 146,
|
|
|
|
|
144, 149, 146, 148, 150, 151, 152, 144, 153, 148,
|
|
|
|
|
155, 156, 154, 151, 158, 150, 149, 154, 160, 158,
|
|
|
|
|
156, 157, 168, 153, 160, 152, 168, 157, 157, 164,
|
|
|
|
|
|
|
|
|
|
155, 159, 159, 161, 165, 161, 162, 167, 161, 165,
|
|
|
|
|
162, 163, 163, 171, 166, 162, 169, 170, 164, 166,
|
|
|
|
|
162, 169, 172, 173, 174, 161, 162, 162, 171, 174,
|
|
|
|
|
167, 170, 178, 175, 172, 179, 142, 172, 175, 176,
|
|
|
|
|
176, 173, 177, 180, 182, 176, 140, 177, 185, 180,
|
|
|
|
|
182, 179, 178, 181, 181, 183, 182, 176, 184, 176,
|
|
|
|
|
186, 183, 191, 187, 188, 189, 186, 184, 187, 185,
|
|
|
|
|
188, 189, 190, 193, 192, 191, 194, 195, 196, 190,
|
|
|
|
|
192, 197, 194, 198, 201, 199, 196, 200, 198, 204,
|
|
|
|
|
202, 205, 203, 193, 197, 202, 203, 205, 206, 195,
|
|
|
|
|
|
|
|
|
|
199, 207, 208, 200, 201, 210, 212, 207, 211, 213,
|
|
|
|
|
218, 204, 210, 217, 211, 217, 206, 206, 214, 214,
|
|
|
|
|
215, 213, 208, 216, 219, 212, 215, 220, 222, 216,
|
|
|
|
|
221, 228, 217, 218, 222, 223, 219, 224, 221, 225,
|
|
|
|
|
223, 226, 224, 227, 215, 225, 220, 229, 231, 228,
|
|
|
|
|
230, 232, 236, 233, 232, 233, 226, 227, 230, 234,
|
|
|
|
|
234, 229, 235, 237, 237, 235, 238, 238, 239, 241,
|
|
|
|
|
236, 240, 241, 231, 242, 244, 243, 245, 242, 247,
|
|
|
|
|
247, 244, 246, 249, 239, 243, 240, 248, 246, 249,
|
|
|
|
|
250, 245, 248, 251, 252, 253, 254, 254, 255, 256,
|
|
|
|
|
|
|
|
|
|
257, 255, 258, 260, 257, 259, 259, 262, 253, 261,
|
|
|
|
|
250, 251, 261, 265, 325, 252, 263, 256, 266, 262,
|
|
|
|
|
258, 260, 263, 264, 267, 265, 264, 266, 268, 269,
|
|
|
|
|
325, 268, 270, 267, 274, 266, 266, 271, 266, 271,
|
|
|
|
|
271, 275, 269, 276, 270, 272, 272, 273, 277, 268,
|
|
|
|
|
273, 274, 276, 281, 274, 279, 275, 277, 278, 278,
|
|
|
|
|
279, 280, 280, 283, 282, 284, 285, 286, 281, 282,
|
|
|
|
|
287, 288, 292, 286, 289, 283, 293, 288, 290, 289,
|
|
|
|
|
333, 285, 298, 290, 333, 284, 292, 294, 291, 290,
|
|
|
|
|
287, 291, 293, 291, 295, 293, 294, 293, 296, 297,
|
|
|
|
|
|
|
|
|
|
295, 299, 298, 296, 300, 301, 305, 302, 301, 307,
|
|
|
|
|
308, 304, 297, 310, 139, 305, 299, 306, 300, 309,
|
|
|
|
|
297, 302, 306, 306, 301, 303, 304, 303, 303, 308,
|
|
|
|
|
307, 311, 312, 310, 309, 313, 314, 303, 312, 303,
|
|
|
|
|
303, 303, 312, 315, 303, 311, 316, 317, 319, 318,
|
|
|
|
|
320, 323, 317, 321, 319, 322, 314, 323, 313, 324,
|
|
|
|
|
328, 316, 326, 315, 318, 321, 329, 326, 335, 322,
|
|
|
|
|
320, 327, 327, 330, 327, 332, 331, 332, 336, 334,
|
|
|
|
|
328, 347, 329, 334, 324, 337, 335, 338, 339, 330,
|
|
|
|
|
331, 340, 336, 339, 337, 340, 338, 341, 334, 343,
|
|
|
|
|
|
|
|
|
|
345, 347, 342, 344, 345, 337, 341, 337, 342, 344,
|
|
|
|
|
346, 348, 348, 349, 350, 346, 351, 352, 352, 350,
|
|
|
|
|
343, 353, 355, 357, 354, 356, 349, 353, 354, 351,
|
|
|
|
|
356, 360, 357, 358, 359, 360, 361, 361, 363, 362,
|
|
|
|
|
364, 364, 367, 355, 362, 358, 359, 366, 366, 368,
|
|
|
|
|
370, 369, 371, 373, 374, 375, 376, 368, 377, 363,
|
|
|
|
|
369, 378, 376, 367, 371, 379, 378, 377, 380, 375,
|
|
|
|
|
370, 373, 381, 373, 374, 383, 380, 382, 381, 379,
|
|
|
|
|
382, 383, 384, 385, 386, 388, 387, 389, 385, 388,
|
|
|
|
|
390, 392, 391, 394, 397, 390, 384, 395, 396, 383,
|
|
|
|
|
|
|
|
|
|
397, 398, 389, 399, 398, 397, 386, 387, 391, 401,
|
|
|
|
|
392, 393, 393, 394, 396, 137, 395, 393, 403, 393,
|
|
|
|
|
400, 400, 406, 399, 402, 402, 404, 393, 405, 407,
|
|
|
|
|
393, 408, 411, 403, 401, 409, 408, 393, 404, 410,
|
|
|
|
|
412, 406, 415, 405, 409, 414, 412, 411, 415, 414,
|
|
|
|
|
416, 407, 417, 418, 419, 421, 424, 418, 410, 420,
|
|
|
|
|
423, 420, 416, 421, 422, 422, 423, 419, 424, 425,
|
|
|
|
|
417, 426, 428, 427, 429, 425, 427, 430, 431, 429,
|
|
|
|
|
430, 135, 432, 426, 433, 444, 434, 428, 441, 433,
|
|
|
|
|
433, 435, 435, 444, 431, 436, 436, 431, 432, 434,
|
|
|
|
|
|
|
|
|
|
437, 438, 438, 439, 439, 440, 437, 442, 443, 441,
|
|
|
|
|
445, 440, 442, 446, 445, 448, 447, 449, 450, 446,
|
|
|
|
|
447, 452, 449, 451, 455, 453, 452, 443, 454, 451,
|
|
|
|
|
457, 454, 458, 448, 456, 456, 454, 458, 450, 453,
|
|
|
|
|
454, 459, 455, 460, 461, 462, 459, 463, 457, 464,
|
|
|
|
|
465, 462, 464, 466, 465, 467, 463, 460, 466, 461,
|
|
|
|
|
467, 468, 469, 470, 471, 472, 473, 476, 470, 477,
|
|
|
|
|
476, 479, 477, 471, 474, 469, 465, 468, 473, 475,
|
|
|
|
|
474, 472, 478, 480, 481, 475, 482, 478, 483, 479,
|
|
|
|
|
481, 482, 484, 485, 483, 484, 486, 480, 485, 487,
|
|
|
|
|
|
|
|
|
|
488, 486, 486, 489, 490, 491, 493, 492, 497, 489,
|
|
|
|
|
492, 494, 487, 488, 491, 495, 494, 498, 493, 498,
|
|
|
|
|
495, 495, 499, 490, 501, 492, 496, 496, 500, 502,
|
|
|
|
|
500, 503, 504, 497, 505, 506, 507, 508, 505, 509,
|
|
|
|
|
511, 499, 501, 512, 506, 510, 511, 502, 513, 518,
|
|
|
|
|
503, 507, 504, 514, 514, 508, 519, 515, 509, 516,
|
|
|
|
|
510, 515, 512, 517, 520, 518, 521, 513, 517, 522,
|
|
|
|
|
516, 523, 526, 521, 522, 519, 524, 520, 523, 525,
|
|
|
|
|
527, 524, 528, 529, 525, 530, 532, 527, 531, 532,
|
|
|
|
|
526, 528, 533, 531, 530, 534, 533, 529, 535, 535,
|
|
|
|
|
|
|
|
|
|
536, 536, 537, 537, 538, 540, 541, 542, 544, 536,
|
|
|
|
|
543, 545, 541, 538, 543, 546, 534, 547, 548, 549,
|
|
|
|
|
544, 546, 550, 556, 540, 547, 551, 542, 553, 545,
|
|
|
|
|
559, 551, 569, 561, 567, 551, 548, 561, 551, 559,
|
|
|
|
|
556, 560, 550, 553, 549, 551, 585, 560, 551, 562,
|
|
|
|
|
562, 563, 563, 564, 585, 567, 568, 569, 566, 564,
|
|
|
|
|
565, 565, 565, 566, 565, 570, 572, 565, 570, 571,
|
|
|
|
|
571, 574, 565, 572, 568, 573, 573, 576, 565, 565,
|
|
|
|
|
575, 575, 576, 578, 577, 580, 574, 577, 578, 579,
|
|
|
|
|
581, 579, 582, 583, 588, 584, 582, 580, 586, 586,
|
|
|
|
|
|
|
|
|
|
587, 589, 591, 598, 590, 592, 592, 591, 588, 581,
|
|
|
|
|
600, 598, 593, 583, 584, 587, 590, 593, 594, 589,
|
|
|
|
|
595, 597, 596, 599, 594, 596, 595, 597, 600, 601,
|
|
|
|
|
602, 599, 603, 605, 601, 604, 604, 602, 606, 607,
|
|
|
|
|
608, 610, 605, 611, 612, 607, 606, 612, 613, 614,
|
|
|
|
|
610, 603, 611, 613, 615, 615, 616, 617, 618, 608,
|
|
|
|
|
621, 619, 621, 614, 619, 623, 617, 622, 622, 624,
|
|
|
|
|
625, 616, 619, 626, 624, 627, 628, 630, 629, 633,
|
|
|
|
|
631, 630, 618, 632, 636, 635, 623, 629, 633, 634,
|
|
|
|
|
636, 625, 638, 626, 637, 637, 628, 627, 631, 635,
|
|
|
|
|
|
|
|
|
|
639, 634, 632, 640, 641, 643, 644, 642, 645, 640,
|
|
|
|
|
641, 642, 638, 645, 639, 646, 647, 647, 644, 648,
|
|
|
|
|
649, 650, 651, 649, 643, 648, 644, 652, 653, 654,
|
|
|
|
|
654, 655, 657, 652, 659, 651, 646, 656, 656, 650,
|
|
|
|
|
658, 661, 662, 664, 658, 665, 669, 657, 653, 655,
|
|
|
|
|
667, 667, 670, 659, 668, 671, 662, 673, 668, 671,
|
|
|
|
|
672, 669, 673, 664, 133, 661, 665, 666, 674, 677,
|
|
|
|
|
666, 676, 666, 677, 675, 672, 666, 670, 666, 675,
|
|
|
|
|
675, 678, 674, 666, 679, 676, 680, 681, 666, 679,
|
|
|
|
|
682, 680, 683, 687, 684, 691, 678, 685, 687, 679,
|
|
|
|
|
|
|
|
|
|
684, 681, 689, 685, 686, 686, 683, 688, 688, 691,
|
|
|
|
|
692, 682, 690, 688, 689, 688, 694, 690, 693, 693,
|
|
|
|
|
695, 694, 692, 696, 697, 698, 688, 700, 695, 699,
|
|
|
|
|
699, 700, 702, 688, 704, 705, 703, 696, 702, 703,
|
|
|
|
|
706, 708, 707, 697, 698, 709, 706, 707, 705, 710,
|
|
|
|
|
711, 712, 713, 704, 709, 714, 716, 712, 710, 715,
|
|
|
|
|
708, 713, 718, 717, 715, 721, 711, 723, 724, 719,
|
|
|
|
|
720, 721, 725, 726, 714, 727, 716, 717, 719, 720,
|
|
|
|
|
727, 723, 718, 730, 728, 733, 729, 724, 726, 728,
|
|
|
|
|
725, 729, 730, 731, 731, 732, 735, 736, 733, 739,
|
|
|
|
|
|
|
|
|
|
740, 732, 736, 736, 737, 737, 738, 741, 737, 738,
|
|
|
|
|
742, 743, 735, 739, 744, 745, 742, 744, 746, 747,
|
|
|
|
|
740, 748, 741, 746, 749, 750, 748, 752, 753, 749,
|
|
|
|
|
757, 743, 754, 752, 756, 747, 745, 750, 754, 755,
|
|
|
|
|
755, 759, 758, 756, 753, 758, 760, 761, 757, 762,
|
|
|
|
|
763, 767, 764, 765, 69, 769, 763, 764, 765, 759,
|
|
|
|
|
768, 770, 762, 768, 771, 760, 769, 761, 772, 767,
|
|
|
|
|
771, 773, 774, 770, 772, 775, 775, 774, 776, 777,
|
|
|
|
|
778, 779, 780, 782, 783, 779, 773, 781, 785, 787,
|
|
|
|
|
788, 789, 778, 777, 792, 790, 781, 776, 791, 792,
|
|
|
|
|
|
|
|
|
|
780, 790, 782, 787, 791, 788, 793, 785, 793, 783,
|
|
|
|
|
794, 789, 795, 796, 797, 794, 798, 799, 800, 797,
|
|
|
|
|
801, 802, 803, 803, 804, 800, 795, 796, 805, 807,
|
|
|
|
|
813, 798, 808, 806, 63, 801, 799, 808, 804, 806,
|
|
|
|
|
802, 810, 810, 815, 813, 811, 805, 812, 808, 807,
|
|
|
|
|
811, 808, 814, 816, 812, 814, 818, 820, 817, 819,
|
|
|
|
|
824, 815, 816, 817, 819, 822, 822, 823, 825, 824,
|
|
|
|
|
826, 823, 827, 828, 829, 818, 820, 830, 831, 832,
|
|
|
|
|
828, 835, 833, 825, 836, 834, 829, 827, 833, 826,
|
|
|
|
|
842, 840, 839, 837, 58, 841, 830, 832, 839, 831,
|
|
|
|
|
|
|
|
|
|
834, 835, 837, 841, 836, 840, 843, 844, 845, 846,
|
|
|
|
|
842, 843, 847, 845, 845, 852, 848, 849, 849, 844,
|
|
|
|
|
851, 853, 854, 854, 852, 856, 847, 853, 846, 848,
|
|
|
|
|
850, 855, 857, 851, 856, 850, 855, 857, 850, 850,
|
|
|
|
|
858, 859, 859, 850, 860, 858, 861, 862, 863, 850,
|
|
|
|
|
864, 865, 862, 850, 866, 861, 867, 865, 869, 868,
|
|
|
|
|
866, 867, 863, 868, 860, 870, 870, 869, 864, 871,
|
|
|
|
|
872, 871, 869, 874, 869, 875, 869, 874, 869, 876,
|
|
|
|
|
877, 872, 878, 880, 879, 881, 882, 878, 878, 877,
|
|
|
|
|
875, 883, 880, 884, 882, 886, 887, 876, 879, 885,
|
|
|
|
|
|
|
|
|
|
890, 888, 889, 889, 881, 883, 888, 884, 885, 891,
|
|
|
|
|
891, 893, 894, 886, 893, 890, 895, 894, 896, 896,
|
|
|
|
|
897, 887, 898, 898, 899, 900, 901, 901, 902, 899,
|
|
|
|
|
904, 903, 905, 906, 906, 895, 903, 905, 904, 907,
|
|
|
|
|
897, 908, 909, 910, 912, 913, 900, 908, 902, 909,
|
|
|
|
|
912, 913, 916, 914, 915, 917, 910, 907, 914, 918,
|
|
|
|
|
915, 916, 919, 919, 920, 921, 922, 923, 924, 926,
|
|
|
|
|
918, 925, 927, 923, 917, 928, 929, 929, 930, 931,
|
|
|
|
|
935, 926, 924, 932, 920, 921, 927, 933, 924, 922,
|
|
|
|
|
938, 925, 933, 928, 934, 934, 942, 936, 930, 940,
|
|
|
|
|
|
|
|
|
|
939, 932, 936, 935, 931, 939, 939, 941, 940, 938,
|
|
|
|
|
942, 943, 944, 946, 945, 941, 945, 944, 947, 948,
|
|
|
|
|
949, 950, 951, 948, 947, 952, 943, 946, 953, 943,
|
|
|
|
|
959, 949, 954, 953, 955, 957, 962, 958, 961, 957,
|
|
|
|
|
950, 960, 963, 952, 964, 970, 970, 973, 951, 959,
|
|
|
|
|
954, 962, 961, 960, 955, 958, 965, 963, 966, 967,
|
|
|
|
|
968, 965, 969, 964, 967, 966, 971, 972, 973, 974,
|
|
|
|
|
975, 969, 983, 972, 974, 984, 975, 976, 968, 977,
|
|
|
|
|
977, 971, 982, 976, 978, 978, 980, 980, 981, 984,
|
|
|
|
|
983, 982, 981, 985, 986, 987, 987, 988, 989, 990,
|
|
|
|
|
|
|
|
|
|
991, 986, 992, 995, 990, 993, 989, 994, 985, 996,
|
|
|
|
|
993, 993, 994, 994, 991, 997, 998, 988, 999, 1000,
|
|
|
|
|
1001, 992, 1004, 995, 999, 1002, 1003, 1005, 996, 1006,
|
|
|
|
|
1007, 1002, 1003, 1008, 997, 998, 1009, 1010, 1017, 1001,
|
|
|
|
|
53, 1004, 1011, 1011, 1013, 1000, 1005, 1008, 1006, 1007,
|
|
|
|
|
1012, 1017, 1010, 1012, 1014, 1014, 1013, 1009, 1015, 1018,
|
|
|
|
|
1016, 1019, 1022, 1015, 1016, 1020, 1027, 1020, 1018, 1023,
|
|
|
|
|
1025, 1020, 1024, 1024, 1019, 1025, 1026, 1028, 1029, 1033,
|
|
|
|
|
1026, 1030, 1022, 1042, 1020, 1023, 1027, 1030, 1031, 1031,
|
|
|
|
|
1047, 1035, 1036, 1036, 1037, 1028, 1035, 1033, 1029, 1042,
|
|
|
|
|
|
|
|
|
|
1037, 1039, 1039, 1041, 1041, 1044, 1045, 1045, 1044, 1046,
|
|
|
|
|
1052, 1048, 1049, 1050, 1052, 1047, 1053, 1049, 1051, 1051,
|
|
|
|
|
1054, 1054, 1055, 1056, 1046, 1048, 1057, 1058, 1050, 1062,
|
|
|
|
|
1057, 1063, 1059, 1066, 1056, 1067, 1053, 1059, 1061, 1061,
|
|
|
|
|
1064, 1064, 1068, 1065, 1055, 1063, 1058, 1062, 1065, 1069,
|
|
|
|
|
1070, 1068, 1072, 1066, 1069, 1067, 1071, 1072, 1071, 1073,
|
|
|
|
|
1074, 1075, 1077, 1078, 1078, 1073, 1079, 1075, 1080, 1082,
|
|
|
|
|
1070, 1083, 1083, 1085, 1080, 1086, 1077, 1084, 1084, 1087,
|
|
|
|
|
1074, 1089, 1087, 1088, 1095, 1079, 1090, 1093, 1091, 1090,
|
|
|
|
|
1086, 1085, 1090, 1082, 1091, 1088, 1093, 1092, 1094, 1099,
|
|
|
|
|
|
|
|
|
|
1097, 1089, 1092, 1094, 1090, 1096, 1097, 1100, 1096, 1095,
|
|
|
|
|
1098, 1098, 1101, 1102, 1105, 1103, 1104, 1099, 1106, 1102,
|
|
|
|
|
1103, 1109, 1104, 1106, 1107, 1107, 1100, 1110, 1108, 1111,
|
|
|
|
|
1112, 1113, 1101, 1108, 1114, 1115, 1116, 1105, 1117, 1109,
|
|
|
|
|
1118, 1119, 1116, 1120, 1112, 1113, 1114, 1110, 1115, 1111,
|
|
|
|
|
1122, 1122, 1123, 1126, 1124, 1119, 1125, 1125, 1117, 1124,
|
|
|
|
|
1118, 1127, 1128, 1129, 1120, 1130, 1132, 1131, 1126, 1134,
|
|
|
|
|
1138, 1133, 1123, 1132, 1130, 1127, 1136, 1139, 1139, 1142,
|
|
|
|
|
1133, 1129, 1131, 1133, 1144, 1134, 1128, 1140, 1140, 1141,
|
|
|
|
|
1146, 1136, 1141, 1145, 1143, 1138, 1136, 1148, 1142, 1143,
|
|
|
|
|
|
|
|
|
|
1144, 1147, 1145, 1150, 1150, 1149, 1148, 1151, 1152, 1146,
|
|
|
|
|
1147, 1149, 1153, 1147, 1154, 1155, 1158, 1156, 1159, 1160,
|
|
|
|
|
1160, 1152, 1161, 1162, 52, 1164, 1164, 1151, 1154, 1156,
|
|
|
|
|
1153, 1155, 1162, 1165, 1163, 1166, 1159, 1170, 1161, 1163,
|
|
|
|
|
1164, 1158, 1165, 1167, 1169, 1165, 1171, 1176, 1167, 1167,
|
|
|
|
|
1169, 1172, 1171, 1166, 1173, 1170, 1172, 1174, 1177, 1178,
|
|
|
|
|
1173, 1182, 1179, 1174, 1177, 1179, 1183, 1176, 1184, 1185,
|
|
|
|
|
1186, 1179, 1178, 1187, 1183, 1188, 1189, 1191, 1191, 1187,
|
|
|
|
|
1182, 1184, 1192, 1198, 1193, 1194, 1197, 1185, 1193, 1186,
|
|
|
|
|
1194, 1188, 1195, 1196, 1189, 1197, 1200, 1195, 1196, 1201,
|
|
|
|
|
|
|
|
|
|
1201, 1202, 1192, 1203, 1204, 1205, 1198, 1206, 1207, 1209,
|
|
|
|
|
1203, 1200, 1208, 1210, 1211, 1202, 1204, 1205, 1208, 1221,
|
|
|
|
|
1211, 1209, 1212, 1212, 1213, 1217, 1206, 1213, 1207, 1214,
|
|
|
|
|
1214, 1210, 1216, 1219, 1217, 1218, 1218, 1216, 1220, 1221,
|
|
|
|
|
1220, 1222, 1223, 1224, 1225, 1219, 1226, 1227, 1224, 1228,
|
|
|
|
|
1229, 1230, 1231, 1225, 1228, 1232, 1232, 1234, 1226, 1229,
|
|
|
|
|
1223, 1235, 1227, 1222, 1233, 1236, 1238, 1231, 1237, 1237,
|
|
|
|
|
1233, 1230, 1229, 1239, 1239, 1240, 1241, 1241, 1234, 1242,
|
|
|
|
|
1235, 1243, 1247, 1242, 1246, 1236, 1238, 1243, 1244, 1248,
|
|
|
|
|
1246, 1244, 1249, 1254, 1250, 1248, 1240, 1250, 1251, 1251,
|
|
|
|
|
|
|
|
|
|
1247, 1252, 1252, 1253, 1255, 1254, 1254, 1254, 1256, 1253,
|
|
|
|
|
1257, 1258, 1254, 1260, 1263, 1261, 1257, 1249, 1260, 1260,
|
|
|
|
|
1262, 1264, 1262, 1267, 1255, 1263, 1265, 1268, 1256, 1261,
|
|
|
|
|
1266, 1258, 1265, 1269, 1269, 1270, 1264, 1271, 1271, 1266,
|
|
|
|
|
1272, 1273, 1278, 1267, 1274, 1274, 1275, 1275, 1268, 1279,
|
|
|
|
|
1281, 1278, 1280, 1280, 1284, 1282, 1286, 1283, 1285, 1285,
|
|
|
|
|
1272, 1270, 1282, 1273, 1289, 1281, 1283, 1287, 1290, 1289,
|
|
|
|
|
1279, 1291, 1292, 1298, 1290, 1293, 1295, 1295, 1294, 1292,
|
|
|
|
|
1284, 1293, 1286, 1287, 1294, 1296, 1297, 1299, 1300, 1301,
|
|
|
|
|
1296, 1291, 1301, 1298, 1302, 1297, 1303, 1304, 1304, 1305,
|
|
|
|
|
|
|
|
|
|
1300, 1306, 1309, 1325, 1308, 1306, 1299, 1310, 1317, 1311,
|
|
|
|
|
1312, 1313, 1302, 1311, 1305, 1325, 1312, 1309, 1314, 1314,
|
|
|
|
|
1313, 1306, 1303, 1308, 1315, 1318, 1310, 1316, 1316, 1317,
|
|
|
|
|
1319, 1320, 1321, 1321, 1324, 1315, 1322, 1320, 1323, 1318,
|
|
|
|
|
1315, 1322, 1322, 1326, 1323, 1328, 1330, 1329, 1331, 1326,
|
|
|
|
|
1319, 1329, 1333, 1332, 1335, 1334, 1341, 1328, 1330, 1332,
|
|
|
|
|
1324, 1334, 1337, 1338, 1338, 1337, 1335, 1339, 1339, 1340,
|
|
|
|
|
1340, 1342, 1343, 1331, 1333, 1344, 1341, 1342, 1343, 1345,
|
|
|
|
|
1344, 1346, 1348, 1350, 1351, 1345, 1350, 1348, 1353, 1354,
|
|
|
|
|
1346, 1355, 1355, 1356, 1357, 1359, 1351, 1358, 1358, 1357,
|
|
|
|
|
|
|
|
|
|
1353, 1354, 1356, 1360, 1361, 1362, 1363, 1366, 1364, 1369,
|
|
|
|
|
1363, 1365, 1360, 1364, 1370, 1359, 1371, 1365, 1368, 1368,
|
|
|
|
|
1375, 1366, 1361, 1370, 1362, 1371, 1377, 1369, 1373, 1373,
|
|
|
|
|
1368, 1378, 1379, 1380, 1381, 1381, 1375, 1382, 1379, 1382,
|
|
|
|
|
1384, 1377, 1383, 1383, 1386, 1378, 1387, 1389, 1384, 1390,
|
|
|
|
|
1380, 1386, 1388, 1388, 1394, 1391, 1389, 1392, 1395, 1393,
|
|
|
|
|
1399, 1401, 1396, 1398, 1400, 1400, 1387, 1391, 1396, 1392,
|
|
|
|
|
1390, 1393, 1399, 1395, 1402, 1403, 1405, 1404, 1403, 1401,
|
|
|
|
|
1394, 1396, 1404, 1398, 1407, 1408, 1409, 1408, 1410, 1407,
|
|
|
|
|
1411, 1413, 1416, 1410, 1402, 1418, 1405, 1411, 1424, 1414,
|
|
|
|
|
|
|
|
|
|
1413, 1414, 1417, 1417, 1409, 1419, 1416, 1420, 1421, 1420,
|
|
|
|
|
1419, 1422, 1423, 1421, 1425, 1427, 1422, 1426, 1424, 1428,
|
|
|
|
|
1425, 1418, 1426, 1430, 1431, 1432, 1432, 1428, 1427, 1434,
|
|
|
|
|
1423, 1433, 1433, 1435, 1436, 1438, 1437, 1438, 1431, 1439,
|
|
|
|
|
1436, 1437, 1430, 1442, 1434, 1440, 1440, 1441, 1441, 1444,
|
|
|
|
|
1446, 1439, 1442, 1435, 1443, 1442, 1443, 1445, 1445, 1446,
|
|
|
|
|
1447, 1449, 1450, 1452, 1453, 1454, 1449, 1450, 1457, 1455,
|
|
|
|
|
1444, 1459, 1447, 1460, 1457, 1461, 1452, 1459, 1463, 1463,
|
|
|
|
|
1462, 1464, 1466, 1454, 1453, 1455, 1472, 1457, 1460, 1462,
|
|
|
|
|
1464, 1465, 1465, 1467, 1468, 1469, 1477, 1467, 1470, 1468,
|
|
|
|
|
|
|
|
|
|
1461, 1466, 1471, 1470, 1470, 1477, 1472, 1480, 1469, 1481,
|
|
|
|
|
1471, 1475, 1475, 1476, 1476, 1478, 1478, 1479, 1479, 1480,
|
|
|
|
|
1482, 1484, 1484, 1488, 1483, 1485, 1482, 1481, 1476, 1483,
|
|
|
|
|
1485, 1487, 1490, 1491, 1493, 1487, 1492, 1494, 1491, 1476,
|
|
|
|
|
1495, 1499, 1494, 1488, 1496, 1497, 1497, 1498, 1500, 1493,
|
|
|
|
|
1501, 1498, 1502, 1500, 1504, 1505, 1499, 1490, 1495, 1492,
|
|
|
|
|
1496, 1506, 1507, 1508, 1512, 1509, 1510, 1513, 1513, 1514,
|
|
|
|
|
1515, 1502, 1514, 1504, 1516, 47, 1501, 1509, 1505, 1512,
|
|
|
|
|
1517, 1507, 1521, 1515, 1508, 1506, 1522, 1510, 1516, 1518,
|
|
|
|
|
1518, 1519, 1519, 1517, 1520, 1520, 1524, 1521, 1529, 1522,
|
|
|
|
|
|
|
|
|
|
1523, 1523, 1525, 1525, 1526, 1524, 1528, 1530, 1524, 1526,
|
|
|
|
|
1531, 1528, 1532, 1532, 1533, 1533, 1534, 1539, 1529, 1535,
|
|
|
|
|
1535, 1536, 1531, 1537, 1537, 1538, 1538, 1530, 1540, 1542,
|
|
|
|
|
1544, 1539, 1543, 1543, 1542, 1534, 1545, 1545, 1546, 1536,
|
|
|
|
|
1547, 1548, 1549, 1549, 1548, 1551, 1547, 1540, 1552, 1544,
|
|
|
|
|
1550, 1550, 1553, 1554, 1554, 1556, 1546, 1557, 1549, 1558,
|
|
|
|
|
1561, 1559, 1563, 1552, 1551, 1559, 1560, 1560, 1562, 1562,
|
|
|
|
|
1564, 1553, 1565, 1574, 1558, 1556, 1567, 1564, 1570, 1561,
|
|
|
|
|
1557, 1572, 1563, 1566, 1566, 1567, 1568, 1571, 1568, 1573,
|
|
|
|
|
1570, 1575, 1571, 1577, 1574, 1576, 1575, 1581, 1565, 1582,
|
|
|
|
|
|
|
|
|
|
1576, 1578, 1573, 1579, 1580, 1582, 1572, 1585, 1577, 42,
|
|
|
|
|
1578, 1581, 1579, 1580, 1583, 1587, 1588, 1588, 1583, 1589,
|
|
|
|
|
1590, 1590, 1591, 1593, 1587, 1589, 1594, 1585, 1596, 1590,
|
|
|
|
|
1597, 1599, 1598, 1601, 1602, 1594, 1601, 1603, 1593, 1602,
|
|
|
|
|
1596, 1604, 1591, 1599, 1591, 14, 1597, 1598, 1605, 1605,
|
|
|
|
|
1607, 1607, 1609, 1604, 1608, 1610, 1610, 1603, 1609, 1608,
|
|
|
|
|
1611, 1612, 1612, 1613, 1614, 1615, 1616, 1616, 1618, 1622,
|
|
|
|
|
1619, 1623, 1618, 1619, 1611, 1613, 1620, 1620, 1614, 1624,
|
|
|
|
|
1621, 1626, 1625, 1627, 1615, 1621, 1625, 1630, 1627, 1622,
|
|
|
|
|
1628, 1623, 1629, 1624, 1632, 1633, 1628, 1634, 1629, 1635,
|
|
|
|
|
|
|
|
|
|
1633, 1626, 1636, 1634, 1636, 1630, 1639, 1635, 1640, 1640,
|
|
|
|
|
1632, 1641, 1642, 1645, 1641, 1643, 1643, 1645, 1646, 1647,
|
|
|
|
|
1639, 1648, 1648, 1649, 1646, 1652, 1652, 1654, 1657, 1658,
|
|
|
|
|
1665, 1647, 1649, 1657, 1658, 1659, 1659, 1663, 1642, 1661,
|
|
|
|
|
1661, 1664, 1664, 1663, 1666, 1654, 1665, 1667, 1669, 1670,
|
|
|
|
|
1671, 1671, 1667, 1673, 1674, 1675, 1676, 1678, 1678, 13,
|
|
|
|
|
1674, 1670, 1673, 1680, 1680, 1682, 1666, 1669, 1681, 1681,
|
|
|
|
|
1682, 1676, 1683, 1675, 1683, 1684, 1685, 1686, 1687, 1687,
|
|
|
|
|
1688, 1688, 1686, 1689, 1689, 1690, 1691, 1692, 1692, 1684,
|
|
|
|
|
1685, 1693, 1695, 1694, 1696, 1697, 1698, 1690, 1700, 1695,
|
|
|
|
|
|
|
|
|
|
1697, 1699, 1699, 1693, 1691, 1694, 1696, 1700, 1701, 1702,
|
|
|
|
|
1703, 1704, 1705, 1706, 1706, 1707, 1698, 1709, 1708, 1710,
|
|
|
|
|
1715, 1715, 1711, 1703, 1707, 1711, 1705, 1712, 1713, 1702,
|
|
|
|
|
1716, 1716, 1714, 1713, 1701, 1704, 1708, 1714, 1720, 1709,
|
|
|
|
|
1721, 1712, 1710, 1717, 1717, 1723, 1724, 1725, 1726, 1727,
|
|
|
|
|
1728, 1721, 1733, 1729, 1730, 1730, 1720, 1734, 1727, 1732,
|
|
|
|
|
1732, 1733, 1736, 1737, 1724, 1723, 1735, 1738, 1726, 1725,
|
|
|
|
|
1728, 1729, 1739, 1735, 1740, 1734, 1744, 1736, 1741, 1741,
|
|
|
|
|
1743, 1737, 1742, 1742, 1745, 1738, 1743, 1746, 1739, 1748,
|
|
|
|
|
1747, 1749, 1750, 1740, 1744, 1747, 1751, 1750, 1751, 1745,
|
|
|
|
|
|
|
|
|
|
1752, 1752, 1753, 1756, 1753, 1758, 1746, 1754, 1754, 1748,
|
|
|
|
|
1759, 1749, 1760, 1763, 1758, 1764, 1765, 1765, 1764, 1766,
|
|
|
|
|
1767, 1769, 1756, 1768, 1768, 1769, 1771, 1774, 1772, 1779,
|
|
|
|
|
1759, 1760, 1772, 1763, 1766, 1773, 1773, 1787, 1767, 0,
|
|
|
|
|
1774, 1771, 1776, 1776, 1778, 1778, 1780, 1780, 1779, 1781,
|
|
|
|
|
1782, 1782, 1786, 1786, 1781, 1788, 1789, 1790, 1791, 1787,
|
|
|
|
|
1793, 1792, 1790, 1794, 1797, 1789, 1792, 1796, 1788, 1797,
|
|
|
|
|
1798, 1794, 1791, 1799, 1813, 1798, 1800, 1800, 1802, 1793,
|
|
|
|
|
1801, 1801, 1796, 1807, 1803, 1802, 1804, 1813, 1799, 1803,
|
|
|
|
|
1805, 1808, 1804, 1806, 1806, 1805, 1808, 0, 1807, 1809,
|
|
|
|
|
|
|
|
|
|
1809, 1810, 1810, 1814, 1820, 1815, 1816, 1817, 1814, 1814,
|
|
|
|
|
1815, 1817, 1816, 1818, 1819, 1822, 1821, 1823, 1818, 1820,
|
|
|
|
|
1822, 1826, 1825, 1819, 1821, 1825, 1826, 1827, 1828, 1823,
|
|
|
|
|
1829, 1830, 1831, 1831, 1832, 1835, 1836, 1841, 1837, 1829,
|
|
|
|
|
1830, 1828, 1839, 1832, 1840, 1827, 1838, 1838, 1842, 1842,
|
|
|
|
|
1843, 1845, 1841, 1840, 1835, 1847, 1836, 1837, 1848, 1849,
|
|
|
|
|
1851, 1839, 1848, 1850, 1850, 1849, 1845, 1852, 1851, 1843,
|
|
|
|
|
1854, 1855, 1852, 1857, 1858, 1847, 1859, 1857, 1866, 1854,
|
|
|
|
|
1861, 1861, 1864, 1864, 1855, 1868, 1869, 1869, 1858, 1870,
|
|
|
|
|
1870, 1859, 1871, 1872, 1872, 1871, 1873, 1873, 1866, 1874,
|
|
|
|
|
|
|
|
|
|
1874, 1875, 1875, 1876, 1877, 1868, 1878, 1879, 1879, 1880,
|
|
|
|
|
1883, 1884, 1878, 1880, 1885, 1883, 1883, 1886, 1877, 1887,
|
|
|
|
|
1885, 1876, 1888, 1886, 1889, 1889, 1888, 1892, 1893, 1895,
|
|
|
|
|
1896, 1893, 1892, 1897, 1884, 1898, 1899, 1900, 1897, 1901,
|
|
|
|
|
1901, 1902, 1903, 1904, 1887, 1905, 1905, 1896, 1896, 1908,
|
|
|
|
|
1903, 1900, 1910, 1898, 1895, 1911, 1899, 1906, 1906, 1912,
|
|
|
|
|
1902, 1909, 1904, 1907, 1907, 1908, 1909, 1913, 1912, 1914,
|
|
|
|
|
1916, 1916, 1910, 1917, 1918, 1921, 1917, 1920, 1920, 1922,
|
|
|
|
|
1922, 1911, 1921, 1923, 1924, 1926, 1929, 1913, 1923, 1914,
|
|
|
|
|
1927, 1927, 1918, 1924, 1928, 1929, 1930, 1932, 1928, 1931,
|
|
|
|
|
|
|
|
|
|
1933, 1935, 1935, 1926, 1931, 1931, 1936, 1937, 1939, 1933,
|
|
|
|
|
1932, 1930, 1941, 1944, 1946, 1936, 1945, 1945, 1944, 1937,
|
|
|
|
|
1948, 1951, 1951, 1946, 1941, 1948, 1949, 1949, 1952, 1953,
|
|
|
|
|
1949, 1954, 1957, 1939, 1955, 1958, 1960, 1952, 1957, 1955,
|
|
|
|
|
1958, 1959, 1959, 1961, 1962, 1963, 1964, 1967, 1961, 1953,
|
|
|
|
|
1954, 1963, 1965, 1965, 1968, 1969, 1969, 1960, 1972, 1970,
|
|
|
|
|
1971, 1973, 1962, 1974, 1971, 1975, 1967, 1972, 1977, 1968,
|
|
|
|
|
1976, 1964, 1970, 1975, 1979, 1976, 1984, 1973, 1978, 1978,
|
|
|
|
|
1981, 1981, 1974, 1982, 1982, 1986, 1986, 1987, 1990, 1990,
|
|
|
|
|
1988, 1991, 1992, 1979, 1977, 1988, 1996, 1984, 1993, 1995,
|
|
|
|
|
|
|
|
|
|
1995, 1998, 2002, 1987, 1999, 1999, 2000, 2000, 2003, 2001,
|
|
|
|
|
1996, 1991, 2004, 2005, 2005, 1992, 2006, 1993, 2001, 2006,
|
|
|
|
|
2003, 2002, 2009, 1998, 2007, 2007, 2010, 2011, 2012, 2012,
|
|
|
|
|
2014, 2016, 2004, 2011, 2009, 2013, 2016, 2017, 2013, 2018,
|
|
|
|
|
2019, 2020, 2020, 2022, 2022, 2018, 2010, 2023, 2014, 2025,
|
|
|
|
|
2025, 2027, 2029, 2029, 2026, 2028, 2017, 2019, 2019, 2026,
|
|
|
|
|
2028, 2030, 2030, 2031, 2031, 2027, 2023, 2032, 2034, 2034,
|
|
|
|
|
2037, 2039, 2032, 2040, 2040, 2042, 2042, 2043, 2044, 2045,
|
|
|
|
|
2046, 2046, 2047, 2050, 2051, 2052, 2052, 2047, 2045, 2037,
|
|
|
|
|
2053, 2043, 2051, 2039, 2055, 2053, 2056, 2050, 2044, 2057,
|
|
|
|
|
|
|
|
|
|
2058, 2059, 2061, 2062, 2057, 2064, 2063, 2059, 2065, 2066,
|
|
|
|
|
2061, 2070, 2058, 2067, 2055, 2089, 2056, 0, 2067, 2072,
|
|
|
|
|
2072, 2064, 2089, 2062, 2063, 2065, 2065, 2073, 2073, 2074,
|
|
|
|
|
2066, 2070, 2085, 2074, 2078, 2078, 2080, 2080, 2081, 2081,
|
|
|
|
|
2082, 2081, 2084, 2084, 2082, 2086, 2088, 2088, 2090, 2092,
|
|
|
|
|
2085, 2093, 2094, 2094, 2095, 2095, 2096, 2096, 2097, 2086,
|
|
|
|
|
2093, 2098, 2100, 2090, 2099, 2099, 2098, 2092, 2101, 2102,
|
|
|
|
|
2103, 2104, 2105, 2097, 0, 2103, 2104, 2106, 2106, 2109,
|
|
|
|
|
2109, 2112, 2112, 2101, 2113, 2113, 2116, 2100, 2114, 2114,
|
|
|
|
|
2102, 2105, 2117, 2117, 2120, 2116, 2119, 2119, 2121, 2121,
|
|
|
|
|
|
|
|
|
|
2122, 2123, 2123, 2126, 2127, 2129, 2120, 2127, 2130, 2131,
|
|
|
|
|
2132, 2129, 2133, 2144, 2131, 2122, 2134, 2140, 2147, 2143,
|
|
|
|
|
2140, 2126, 2130, 2143, 2145, 2148, 2149, 2150, 2152, 2132,
|
|
|
|
|
2133, 2151, 2134, 2144, 2153, 2154, 2148, 2155, 2145, 2149,
|
|
|
|
|
0, 2147, 2156, 2156, 2152, 2157, 2150, 2158, 2158, 2151,
|
|
|
|
|
2154, 2159, 2159, 2161, 2157, 2160, 2160, 2155, 2161, 2153,
|
|
|
|
|
2162, 2163, 2164, 2165, 2166, 2162, 2167, 2167, 2169, 2165,
|
|
|
|
|
2171, 2173, 2177, 2174, 2175, 2176, 2178, 2164, 2166, 2174,
|
|
|
|
|
2175, 2182, 2180, 2169, 2183, 2177, 2163, 2181, 2171, 2176,
|
|
|
|
|
2173, 2181, 2184, 2185, 2186, 2178, 2180, 2183, 2187, 2186,
|
|
|
|
|
|
|
|
|
|
2182, 2188, 2194, 2187, 0, 2184, 2189, 2189, 2190, 2190,
|
|
|
|
|
2191, 2192, 2185, 2193, 2199, 2191, 2192, 2195, 2193, 2198,
|
|
|
|
|
2188, 2194, 2200, 2195, 2196, 2196, 2198, 2202, 2201, 2203,
|
|
|
|
|
2205, 2206, 2207, 2199, 2201, 2205, 2208, 2209, 2209, 2210,
|
|
|
|
|
2211, 2200, 2203, 2216, 2210, 2220, 2202, 2212, 2212, 2208,
|
|
|
|
|
2206, 2207, 2213, 2213, 2215, 2214, 2217, 2217, 2218, 2211,
|
|
|
|
|
2214, 2215, 2216, 2219, 2220, 2218, 2221, 2222, 2224, 2225,
|
|
|
|
|
2219, 2221, 2226, 2224, 2225, 2227, 2228, 2228, 2229, 2230,
|
|
|
|
|
2231, 2231, 2232, 2232, 2242, 2233, 2222, 2234, 2234, 2235,
|
|
|
|
|
2235, 2226, 2233, 2236, 2227, 2243, 2238, 2229, 2230, 2241,
|
|
|
|
|
|
|
|
|
|
2236, 2238, 0, 2242, 2241, 2244, 2244, 2245, 2245, 0,
|
|
|
|
|
0, 0, 0, 0, 2243, 2249, 2249, 2249, 2249, 2249,
|
|
|
|
|
2249, 2249, 2250, 2250, 2250, 2250, 2250, 2250, 2250, 2251,
|
|
|
|
|
2251, 2251, 2251, 2251, 2251, 2251, 2252, 2252, 2252, 2252,
|
|
|
|
|
2252, 2252, 2252, 2253, 2253, 2253, 2253, 2253, 2253, 2253,
|
|
|
|
|
2255, 2255, 0, 2255, 2255, 2255, 2255, 2256, 2256, 0,
|
|
|
|
|
0, 0, 2256, 2256, 2257, 2257, 0, 0, 2257, 0,
|
|
|
|
|
2257, 2258, 0, 0, 0, 0, 0, 2258, 2259, 2259,
|
|
|
|
|
0, 0, 0, 2259, 2259, 2260, 0, 0, 0, 0,
|
|
|
|
|
0, 2260, 2261, 2261, 0, 2261, 2261, 2261, 2261, 2262,
|
|
|
|
|
|
|
|
|
|
2262, 0, 2262, 2262, 2262, 2262, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248, 2248,
|
|
|
|
|
2248, 2248, 2248, 2248, 2248, 2248, 2248
|
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 <string.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
#include "util/configparser.h"
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
|
|
|
#else
|
|
|
|
|
#define LEXOUT(s)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 187 "./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
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 2380 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
|
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
|
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
|
|
|
* The user has a chance to override it with an option.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
|
|
|
#define YY_EXTRA_TYPE void *
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void );
|
|
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
|
|
|
|
int yylex_destroy (void );
|
|
|
|
|
|
|
|
|
|
int yyget_debug (void );
|
|
|
|
|
|
|
|
|
|
void yyset_debug (int debug_flag );
|
|
|
|
|
|
|
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
|
|
|
|
|
|
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
|
|
|
|
|
|
FILE *yyget_in (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_size_t yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-06-16 03:56:28 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, 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 = '*'; \
|
|
|
|
|
size_t n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2017-06-16 03:56:28 -04:00
|
|
|
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
|
|
|
|
#line 207 "./util/configlexer.lex"
|
|
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 2603 "<stdout>"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = 0;
|
|
|
|
|
if ( (yy_more_flag) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
|
|
|
|
|
(yy_more_flag) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Support of yytext. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_bp points to the position in yy_ch_buf of the start of
|
|
|
|
|
* the current run.
|
|
|
|
|
*/
|
|
|
|
|
yy_bp = yy_cp;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_match:
|
|
|
|
|
do
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-07-17 04:21:19 -04:00
|
|
|
if ( yy_current_state >= 2249 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2017-07-17 04:21:19 -04:00
|
|
|
while ( yy_base[yy_current_state] != 4407 );
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 208 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 210 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 213 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 214 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 215 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 216 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 217 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 218 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 219 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 220 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 221 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 222 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 223 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 224 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 225 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 226 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 227 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 228 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 229 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 230 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 231 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 232 "./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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2017-03-21 08:08:17 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-24 08:43:20 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-26 03:38:00 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
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
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-03 08:43:29 -05:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-09 08:18:08 -05:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-16 05:17:58 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2017-04-06 09:13:06 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2017-04-26 08:58:13 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
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
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-24 08:43:20 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-26 03:38:00 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-03 04:51:40 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-03 08:43:29 -05:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-05 06:39:54 -05:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
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-03-09 08:18:08 -05:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-16 05:17:58 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2017-04-06 09:13:06 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2017-04-26 08:58:13 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2017-03-21 08:08:17 -04:00
|
|
|
{
|
2017-06-08 10:44:55 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2017-03-21 08:08:17 -04:00
|
|
|
{
|
2017-06-08 10:44:55 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2017-03-21 08:08:17 -04:00
|
|
|
{
|
2017-06-08 10:44:55 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
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-06-08 10:44:55 -04:00
|
|
|
#line 394 "./util/configlexer.lex"
|
2017-04-06 09:13:06 -04:00
|
|
|
{
|
2017-06-08 10:44:55 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 396 "./util/configlexer.lex"
|
2017-04-26 08:58:13 -04:00
|
|
|
{
|
2017-06-08 10:44:55 -04:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-06-08 10:44:55 -04:00
|
|
|
#line 398 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 400 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 401 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 402 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
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
|
2017-03-07 09:58:51 -05:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 404 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 406 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 407 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
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
|
2017-03-20 11:09:06 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 409 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-16 05:17:58 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 411 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 412 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 413 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-21 08:08:17 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 415 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2017-03-20 11:09:06 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 417 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 418 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 419 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2017-05-16 09:21:10 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 421 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-04-26 08:58:13 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 423 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 424 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 425 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 426 "./util/configlexer.lex"
|
2017-07-17 04:21:19 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 427 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
/* rule 211 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 428 "./util/configlexer.lex"
|
2017-05-16 09:21:10 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2017-07-17 04:21:19 -04:00
|
|
|
case 212:
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 432 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 213:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 437 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 214:
|
|
|
|
|
/* rule 214 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 438 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 215:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 440 "./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 */
|
2017-07-17 04:21:19 -04:00
|
|
|
case 216:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 452 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 453 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 217:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 458 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 218:
|
|
|
|
|
/* rule 218 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 459 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 219:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 461 "./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 */
|
2017-07-17 04:21:19 -04:00
|
|
|
case 220:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 473 "./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):
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 475 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 221:
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 479 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
case 222:
|
|
|
|
|
/* rule 222 can match eol */
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 480 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
case 223:
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 481 "./util/configlexer.lex"
|
2017-06-08 10:44:55 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
case 224:
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 482 "./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):
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 487 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 225:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 491 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 226:
|
|
|
|
|
/* rule 226 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 492 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 227:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 494 "./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):
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 500 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 228:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 511 "./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
|
2017-07-17 04:21:19 -04:00
|
|
|
case 229:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 515 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
case 230:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 519 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
case 231:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 523 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 3920 "<stdout>"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case YY_END_OF_BUFFER:
|
|
|
|
|
{
|
|
|
|
|
/* Amount of text matched not including the EOB char. */
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We're scanning a new file or input source. It's
|
|
|
|
|
* possible that this happened because the user
|
|
|
|
|
* just pointed yyin at a new source and called
|
|
|
|
|
* yylex(). If so, then we have to assure
|
2015-12-01 03:11:48 -05:00
|
|
|
* consistency between YY_CURRENT_BUFFER and our
|
2007-10-18 18:49:08 -04:00
|
|
|
* globals. Here is the right place to do so, because
|
|
|
|
|
* this is the first action (other than possibly a
|
|
|
|
|
* back-up) that will match for the new input source.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Note that here we test for yy_c_buf_p "<=" to the position
|
|
|
|
|
* of the first EOB in the buffer, since yy_c_buf_p will
|
|
|
|
|
* already have been incremented past the NUL character
|
|
|
|
|
* (since all states make transitions on EOB to the
|
|
|
|
|
* end-of-buffer state). Contrast this with the test
|
|
|
|
|
* in input().
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* This was really a NUL. */
|
|
|
|
|
yy_state_type yy_next_state;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Okay, we're now positioned to make the NUL
|
|
|
|
|
* transition. We couldn't have
|
|
|
|
|
* yy_get_previous_state() go ahead and do it
|
|
|
|
|
* for us because it doesn't know how to deal
|
|
|
|
|
* with the possibility of jamming (and we don't
|
|
|
|
|
* want to build jamming into it because then it
|
|
|
|
|
* will run more slowly).
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( yy_next_state )
|
|
|
|
|
{
|
|
|
|
|
/* Consume the NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = ++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_state = yy_next_state;
|
|
|
|
|
goto yy_match;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
else switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Note: because we've taken care in
|
|
|
|
|
* yy_get_next_buffer() to have set up
|
|
|
|
|
* yytext, we can now set up
|
|
|
|
|
* yy_c_buf_p so that if some total
|
|
|
|
|
* hoser (like flex itself) wants to
|
|
|
|
|
* call the scanner after we return the
|
|
|
|
|
* YY_NULL, it'll still work - another
|
|
|
|
|
* YY_NULL will get returned.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
|
|
|
goto do_action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_match;
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--no action found" );
|
|
|
|
|
} /* end of action switch */
|
|
|
|
|
} /* end of scanning one token */
|
2016-10-20 03:46:35 -04:00
|
|
|
} /* end of user's declarations */
|
2015-12-01 03:11:48 -05:00
|
|
|
} /* end of yylex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
|
|
|
*
|
|
|
|
|
* Returns a code representing an action:
|
|
|
|
|
* EOB_ACT_LAST_MATCH -
|
|
|
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
|
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_get_next_buffer (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
|
|
|
char *source = (yytext_ptr);
|
|
|
|
|
yy_size_t number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We matched a single character, the EOB, so
|
|
|
|
|
* treat this as a final EOF.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_END_OF_FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* We matched some text prior to the EOB, first
|
|
|
|
|
* process it.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_LAST_MATCH;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Try to read more data. */
|
|
|
|
|
|
|
|
|
|
/* First move last chars to start of buffer. */
|
2016-10-20 03:46:35 -04:00
|
|
|
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
|
|
|
*(dest++) = *(source++);
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
|
|
|
* just force an EOF
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-09-13 06:44:24 -04:00
|
|
|
int num_to_read =
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
while ( num_to_read <= 0 )
|
|
|
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
|
|
|
|
|
|
/* just a shorter name for the current buffer */
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
int yy_c_buf_p_offset =
|
2015-12-01 03:11:48 -05:00
|
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
|
|
|
{
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_size_t 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. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-06-16 03:56:28 -04:00
|
|
|
b->yy_ch_buf = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
if ((yy_size_t) ((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-06-16 03:56:28 -04:00
|
|
|
yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
|
|
|
|
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];
|
2017-07-17 04:21:19 -04:00
|
|
|
if ( yy_current_state >= 2249 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) 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];
|
2017-07-17 04:21:19 -04:00
|
|
|
if ( yy_current_state >= 2249 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
2017-07-17 04:21:19 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2248);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
|
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
|
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-06-16 03:56:28 -04:00
|
|
|
return EOF;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
b->yy_buf_size = (yy_size_t)size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-06-16 03:56:28 -04:00
|
|
|
yy_size_t 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()" );
|
2017-06-16 03:56:28 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2017-06-16 03:56:28 -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
|
|
|
|
|
*
|
2017-06-16 03:56:28 -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-06-16 03:56:28 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
|
|
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-06-16 03:56:28 -04:00
|
|
|
b->yy_input_file = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
|
|
|
{
|
|
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
return yy_scan_bytes(yystr,strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-06-16 03:56:28 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2017-06-16 03:56:28 -04:00
|
|
|
n = _yybytes_len + 2;
|
2015-12-01 03:11:48 -05:00
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
|
|
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
|
|
|
* away when we're done.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2017-06-16 03:56:28 -04:00
|
|
|
static void yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2017-06-16 03:56:28 -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)
|
|
|
|
|
{
|
2017-06-16 03:56:28 -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-06-16 03:56:28 -04:00
|
|
|
yy_size_t 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-06-16 03:56:28 -04:00
|
|
|
(yy_buffer_stack) = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-06-16 03:56:28 -04:00
|
|
|
(yy_c_buf_p) = (char *) 0;
|
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-06-16 03:56:28 -04:00
|
|
|
yyin = (FILE *) 0;
|
|
|
|
|
yyout = (FILE *) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
yypop_buffer_state();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-06-16 03:56:28 -04:00
|
|
|
return (void *) 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-06-16 03:56:28 -04:00
|
|
|
return (void *) realloc( (char *) 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
|
|
|
|
2017-07-17 04:21:19 -04:00
|
|
|
#line 523 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|