2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2017-07-24 05:04:18 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 1
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* end standard C headers. */
|
|
|
|
|
|
|
|
|
|
/* flex integer type definitions */
|
|
|
|
|
|
|
|
|
|
#ifndef FLEXINT_H
|
|
|
|
|
#define FLEXINT_H
|
|
|
|
|
|
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef INT16_MAX
|
|
|
|
|
#define INT16_MAX (32767)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MAX
|
|
|
|
|
#define INT32_MAX (2147483647)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT8_MAX
|
|
|
|
|
#define UINT8_MAX (255U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT16_MAX
|
|
|
|
|
#define UINT16_MAX (65535U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT32_MAX
|
|
|
|
|
#define UINT32_MAX (4294967295U)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
/* TODO: this is always defined, so inline it */
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst const
|
2017-07-24 05:04:18 -04:00
|
|
|
|
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
#define yynoreturn __attribute__((__noreturn__))
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
#define yynoreturn
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
|
|
|
|
|
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
|
|
|
|
|
|
/* Special action meaning "start processing a new file". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
extern int yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
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-07-24 05:04:18 -04:00
|
|
|
int yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
|
|
|
* and can realloc() it to grow it, and should free() it to
|
|
|
|
|
* delete it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_our_buffer;
|
|
|
|
|
|
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
|
|
|
* if we're using stdio for input, then we want to use getc()
|
|
|
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
|
|
|
* each newline.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_interactive;
|
|
|
|
|
|
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
|
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
|
|
|
* not.
|
|
|
|
|
*/
|
|
|
|
|
int yy_at_bol;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
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-07-24 05:04:18 -04:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
|
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-07-24 05:04:18 -04:00
|
|
|
static int yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
int yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-07-24 05:04:18 -04:00
|
|
|
static char *yy_c_buf_p = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
|
|
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
|
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
|
|
|
*/
|
|
|
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyrestart (FILE *input_file );
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
void yypop_buffer_state (void );
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
|
|
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
FILE *yyin = NULL, *yyout = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
|
|
|
|
|
|
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
|
|
|
static int yy_get_next_buffer (void );
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
|
|
|
* corresponding action - sets up yytext.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_DO_BEFORE_ACTION \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = yy_bp; \
|
|
|
|
|
(yytext_ptr) -= (yy_more_len); \
|
2017-07-24 05:04:18 -04:00
|
|
|
yyleng = (int) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
#define YY_NUM_RULES 234
|
|
|
|
|
#define YY_END_OF_BUFFER 235
|
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-08-31 07:59:38 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2288] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-08-31 07:59:38 -04:00
|
|
|
1, 1, 216, 216, 220, 220, 224, 224, 228, 228,
|
|
|
|
|
1, 1, 235, 232, 1, 214, 214, 233, 2, 233,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 216, 217, 217, 218, 233, 220, 221, 221, 222,
|
|
|
|
|
233, 227, 224, 225, 225, 226, 233, 228, 229, 229,
|
|
|
|
|
230, 233, 231, 215, 2, 219, 233, 231, 232, 0,
|
|
|
|
|
1, 2, 2, 2, 2, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 216, 0, 220, 0, 227, 0, 224, 228,
|
|
|
|
|
0, 231, 0, 2, 2, 231, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 231,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 231, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 77, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 8, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 88, 231, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 231, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 37, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 170, 232, 14, 15, 232,
|
|
|
|
|
18, 17, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 156, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 3, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
231, 232, 232, 232, 212, 232, 232, 211, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 223, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 40, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 41, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 145, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 20, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 103,
|
|
|
|
|
232, 223, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 197, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 120, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 102, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 75, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 25, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 38, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 39, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 121, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 28, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 185, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 32,
|
|
|
|
|
232, 33, 232, 232, 232, 78, 232, 79, 232, 232,
|
|
|
|
|
76, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 7, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 163, 232, 232, 232, 232, 105, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 29,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 137, 232, 136, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 16, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 42, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 144, 232, 232, 232, 232, 81,
|
|
|
|
|
80, 232, 232, 232, 232, 232, 232, 232, 232, 131,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 89, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 60, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 64, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 36,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 134, 135, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 6, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 195, 232, 232,
|
|
|
|
|
213, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 26, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 127, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 149, 232,
|
|
|
|
|
128, 232, 232, 161, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 27,
|
|
|
|
|
232, 232, 232, 232, 84, 232, 85, 232, 83, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 100, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 184,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 129, 232,
|
|
|
|
|
232, 232, 232, 232, 132, 232, 232, 160, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 74, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
34, 232, 232, 22, 232, 232, 232, 232, 19, 232,
|
|
|
|
|
110, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 49, 51, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 199, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 171, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 86, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 99, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
207, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 104, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 155, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 119, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 115, 232, 122,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 92, 232, 232, 70, 232,
|
|
|
|
|
232, 232, 232, 147, 232, 232, 232, 232, 232, 162,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 176, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 118, 232, 232, 232, 232,
|
|
|
|
|
232, 52, 53, 232, 232, 232, 232, 232, 35, 232,
|
|
|
|
|
232, 232, 232, 232, 59, 123, 232, 138, 232, 164,
|
|
|
|
|
133, 232, 232, 232, 45, 232, 125, 232, 232, 232,
|
|
|
|
|
232, 232, 9, 232, 232, 232, 73, 232, 232, 232,
|
|
|
|
|
232, 189, 232, 146, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 106, 198, 232, 232, 232, 175, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 157, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
210, 232, 124, 232, 232, 232, 44, 46, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 72, 232, 232, 232, 232,
|
|
|
|
|
187, 232, 194, 232, 232, 232, 232, 232, 151, 23,
|
|
|
|
|
|
|
|
|
|
24, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
69, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 153, 150, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
43, 232, 232, 232, 232, 232, 232, 232, 232, 101,
|
|
|
|
|
13, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
205, 232, 208, 232, 232, 232, 232, 232, 232, 12,
|
|
|
|
|
232, 232, 21, 232, 232, 232, 193, 232, 196, 47,
|
|
|
|
|
232, 159, 232, 152, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 114, 113, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 232, 232, 154, 148, 232, 232,
|
|
|
|
|
200, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 54, 232, 232, 232, 188, 232, 232, 232,
|
|
|
|
|
232, 232, 158, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 48, 232, 232, 232, 82, 232, 107, 232, 109,
|
|
|
|
|
139, 232, 232, 232, 112, 232, 232, 165, 232, 232,
|
|
|
|
|
232, 232, 232, 94, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 172, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 140, 232,
|
|
|
|
|
|
|
|
|
|
232, 186, 232, 209, 232, 232, 232, 30, 232, 232,
|
|
|
|
|
232, 232, 4, 232, 232, 93, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 168, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 201, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
174, 232, 232, 143, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 57, 232, 31, 192, 232, 169, 232, 232,
|
|
|
|
|
11, 232, 232, 232, 232, 232, 232, 141, 61, 232,
|
|
|
|
|
232, 232, 232, 117, 232, 232, 232, 232, 232, 96,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 173, 90,
|
|
|
|
|
232, 87, 232, 232, 232, 63, 67, 62, 232, 55,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 10, 232, 232, 232, 190, 232, 232,
|
|
|
|
|
232, 116, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 68, 66,
|
|
|
|
|
232, 56, 206, 232, 232, 232, 130, 232, 232, 142,
|
|
|
|
|
232, 232, 232, 232, 232, 108, 50, 232, 232, 202,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 91, 65, 97,
|
|
|
|
|
98, 58, 232, 191, 111, 232, 232, 232, 167, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 71, 232, 166, 232, 183, 232, 232, 232,
|
|
|
|
|
|
|
|
|
|
232, 232, 232, 232, 5, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 95, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 126, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 232, 232, 232, 232, 232, 232, 232, 179, 232,
|
|
|
|
|
232, 232, 232, 232, 203, 232, 232, 232, 232, 232,
|
|
|
|
|
232, 204, 232, 232, 232, 177, 232, 180, 181, 232,
|
|
|
|
|
232, 232, 232, 232, 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-08-31 07:59:38 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2302] =
|
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-08-31 07:59:38 -04:00
|
|
|
90, 112, 2091, 2047, 81, 4490, 4490, 4490, 96, 52,
|
2017-07-17 04:21:19 -04:00
|
|
|
72, 63, 107, 111, 70, 91, 109, 124, 98, 127,
|
|
|
|
|
114, 133, 136, 130, 144, 146, 163, 165, 171, 147,
|
2017-08-31 07:59:38 -04:00
|
|
|
182, 1992, 4490, 4490, 4490, 164, 1828, 4490, 4490, 4490,
|
|
|
|
|
95, 1657, 1592, 4490, 4490, 4490, 202, 1496, 4490, 4490,
|
|
|
|
|
4490, 185, 1225, 4490, 206, 4490, 210, 188, 1072, 217,
|
2017-07-17 04:21:19 -04:00
|
|
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
309, 310, 307, 313, 305, 308, 311, 325, 326, 328,
|
|
|
|
|
329, 330, 904, 346, 784, 348, 668, 361, 635, 584,
|
|
|
|
|
352, 423, 365, 369, 0, 361, 339, 371, 363, 366,
|
|
|
|
|
367, 368, 370, 345, 372, 373, 380, 379, 388, 396,
|
|
|
|
|
395, 397, 399, 383, 386, 403, 404, 405, 407, 410,
|
|
|
|
|
413, 414, 376, 416, 420, 430, 432, 419, 422, 440,
|
|
|
|
|
441, 449, 451, 435, 433, 452, 453, 462, 463, 459,
|
|
|
|
|
333, 461, 460, 464, 447, 465, 468, 471, 472, 474,
|
|
|
|
|
|
|
|
|
|
475, 477, 478, 479, 484, 491, 486, 494, 489, 177,
|
|
|
|
|
492, 503, 493, 498, 500, 508, 513, 514, 511, 515,
|
|
|
|
|
517, 520, 524, 525, 532, 529, 531, 521, 522, 538,
|
|
|
|
|
539, 519, 542, 541, 548, 553, 551, 554, 556, 558,
|
|
|
|
|
560, 559, 561, 563, 570, 566, 573, 576, 578, 585,
|
|
|
|
|
568, 571, 581, 582, 586, 590, 591, 592, 594, 597,
|
|
|
|
|
599, 600, 601, 610, 605, 606, 607, 611, 619, 615,
|
|
|
|
|
614, 629, 634, 635, 630, 621, 637, 639, 642, 644,
|
|
|
|
|
651, 643, 654, 645, 653, 655, 662, 660, 661, 669,
|
|
|
|
|
667, 671, 674, 664, 665, 683, 691, 688, 687, 675,
|
|
|
|
|
|
|
|
|
|
689, 696, 694, 698, 714, 690, 702, 707, 699, 703,
|
|
|
|
|
709, 715, 718, 727, 719, 723, 725, 734, 736, 737,
|
|
|
|
|
744, 739, 746, 740, 753, 748, 750, 751, 763, 755,
|
|
|
|
|
762, 764, 757, 765, 768, 770, 769, 776, 777, 779,
|
|
|
|
|
791, 781, 783, 800, 782, 795, 798, 804, 793, 805,
|
|
|
|
|
807, 810, 808, 811, 822, 814, 817, 819, 823, 825,
|
2017-08-31 07:59:38 -04:00
|
|
|
827, 826, 828, 831, 833, 834, 4490, 840, 842, 843,
|
|
|
|
|
844, 845, 846, 4490, 848, 847, 850, 855, 852, 857,
|
2017-08-08 05:09:45 -04:00
|
|
|
856, 869, 878, 859, 871, 881, 873, 880, 860, 876,
|
|
|
|
|
884, 883, 886, 889, 890, 910, 892, 894, 901, 902,
|
|
|
|
|
|
|
|
|
|
900, 895, 919, 906, 921, 893, 923, 924, 914, 925,
|
2017-08-31 07:59:38 -04:00
|
|
|
927, 928, 930, 938, 934, 4490, 941, 948, 943, 944,
|
2017-08-08 05:09:45 -04:00
|
|
|
946, 951, 952, 957, 959, 966, 956, 967, 963, 969,
|
|
|
|
|
970, 971, 974, 973, 978, 987, 980, 983, 991, 1001,
|
|
|
|
|
997, 999, 1006, 984, 1002, 1003, 1004, 1009, 1014, 1011,
|
|
|
|
|
1010, 1016, 1017, 1024, 1020, 1019, 1023, 1027, 1029, 1032,
|
|
|
|
|
1034, 1036, 1038, 1040, 1048, 979, 1043, 1047, 1044, 1053,
|
|
|
|
|
1054, 1056, 1057, 1059, 1060, 1063, 1067, 1065, 1074, 1078,
|
|
|
|
|
1079, 1064, 1066, 1089, 1085, 1092, 1088, 1093, 1100, 1095,
|
|
|
|
|
1096, 1103, 1087, 1101, 1102, 1113, 1104, 1112, 1124, 1114,
|
|
|
|
|
|
|
|
|
|
1111, 1119, 1122, 1125, 1126, 1128, 1129, 1130, 1131, 1133,
|
|
|
|
|
1132, 1134, 1137, 1138, 1145, 1140, 1143, 1154, 1157, 1149,
|
|
|
|
|
1158, 1151, 1164, 1165, 1166, 1169, 1168, 1171, 1172, 1170,
|
|
|
|
|
1179, 1180, 1181, 1182, 1185, 1184, 1192, 1193, 1198, 1199,
|
2017-08-31 07:59:38 -04:00
|
|
|
1202, 1194, 4490, 1204, 1211, 1206, 1209, 1207, 1210, 1218,
|
|
|
|
|
1216, 1215, 1217, 1220, 1222, 4490, 1221, 4490, 4490, 1229,
|
|
|
|
|
4490, 4490, 1230, 1232, 1243, 1248, 1250, 1258, 1259, 1257,
|
2017-08-08 05:09:45 -04:00
|
|
|
1235, 1237, 1245, 1264, 1254, 1265, 1268, 1273, 1274, 1276,
|
|
|
|
|
1279, 1280, 1284, 1283, 1287, 1289, 1290, 1292, 1291, 1296,
|
|
|
|
|
1294, 1298, 1300, 1301, 1302, 1304, 1314, 1321, 1322, 1305,
|
|
|
|
|
|
|
|
|
|
1317, 1320, 1324, 1325, 1326, 1327, 1329, 1336, 1330, 1333,
|
2017-08-31 07:59:38 -04:00
|
|
|
1344, 1337, 4490, 1340, 1342, 1347, 1352, 1345, 1353, 1346,
|
|
|
|
|
1355, 1358, 1360, 1362, 4490, 1364, 1369, 1370, 1371, 1372,
|
2017-08-08 05:09:45 -04:00
|
|
|
1363, 1375, 1378, 1377, 1381, 1382, 1380, 1379, 1389, 1390,
|
|
|
|
|
1396, 1395, 1387, 1392, 1409, 1411, 1408, 1410, 1413, 1414,
|
|
|
|
|
1415, 1416, 1424, 1420, 1421, 1422, 1432, 1427, 1431, 1428,
|
2017-08-31 07:59:38 -04:00
|
|
|
1438, 1434, 1440, 1441, 4490, 1442, 1443, 4490, 1445, 1448,
|
2017-08-08 05:09:45 -04:00
|
|
|
1470, 1450, 1452, 1453, 1455, 1454, 1459, 1462, 1463, 1484,
|
|
|
|
|
1471, 1472, 1482, 1487, 1488, 1489, 1490, 1494, 1495, 1504,
|
|
|
|
|
1500, 1510, 1506, 1509, 1513, 1515, 1516, 1519, 1517, 1523,
|
|
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
1524, 1526, 1527, 1534, 1535, 4490, 1536, 1461, 1537, 1540,
|
2017-08-08 05:09:45 -04:00
|
|
|
1547, 1543, 1542, 1549, 1550, 1544, 1557, 1554, 1552, 1562,
|
2017-08-31 07:59:38 -04:00
|
|
|
1555, 1564, 1565, 1568, 1570, 1572, 4490, 1569, 1573, 1576,
|
|
|
|
|
1574, 1581, 1582, 1588, 1590, 1595, 1597, 1598, 4490, 1584,
|
2017-08-08 05:09:45 -04:00
|
|
|
1607, 1604, 1609, 1602, 1603, 1610, 1619, 1614, 1615, 1617,
|
2017-08-31 07:59:38 -04:00
|
|
|
1621, 1622, 1620, 1624, 1628, 1630, 4490, 1631, 1632, 1635,
|
2017-08-08 05:09:45 -04:00
|
|
|
1640, 1643, 1644, 1646, 1645, 1647, 1650, 1651, 1659, 1655,
|
2017-08-31 07:59:38 -04:00
|
|
|
1656, 4490, 1654, 1665, 1658, 1667, 1677, 1680, 1673, 1676,
|
|
|
|
|
1683, 1675, 1678, 1684, 1689, 1686, 1690, 1687, 1691, 4490,
|
2017-08-08 05:09:45 -04:00
|
|
|
1693, 244, 1695, 1698, 1697, 1707, 1708, 1700, 1718, 1710,
|
|
|
|
|
|
|
|
|
|
1711, 1714, 1719, 1721, 1703, 1723, 1726, 1727, 1732, 1729,
|
2017-08-31 07:59:38 -04:00
|
|
|
1733, 1734, 1735, 1737, 4490, 1738, 1744, 1745, 1747, 1754,
|
|
|
|
|
1748, 1750, 1758, 1760, 1762, 1764, 4490, 1769, 1770, 1771,
|
2017-08-08 05:09:45 -04:00
|
|
|
1772, 1765, 1773, 1775, 1777, 1776, 1778, 1785, 1786, 1781,
|
2017-08-31 07:59:38 -04:00
|
|
|
1790, 1791, 1793, 4490, 1800, 1798, 1797, 1801, 1804, 1806,
|
2017-08-08 05:09:45 -04:00
|
|
|
1814, 1807, 1815, 1817, 1819, 1831, 1822, 1816, 1833, 1823,
|
|
|
|
|
1832, 1834, 1841, 1842, 1848, 1838, 1851, 1852, 1845, 1853,
|
2017-08-31 07:59:38 -04:00
|
|
|
1861, 1862, 1863, 1865, 1864, 1866, 1872, 1874, 4490, 1875,
|
2017-08-08 05:09:45 -04:00
|
|
|
1876, 1877, 1881, 1889, 1886, 1887, 1892, 1893, 1894, 1897,
|
2017-08-31 07:59:38 -04:00
|
|
|
1898, 1904, 1899, 1903, 1905, 1907, 1909, 1915, 4490, 1916,
|
2017-08-08 05:09:45 -04:00
|
|
|
|
|
|
|
|
1918, 1920, 1922, 1925, 1927, 1929, 1930, 1932, 1933, 1935,
|
2017-08-31 07:59:38 -04:00
|
|
|
1936, 1937, 1946, 1938, 1943, 1941, 1950, 4490, 1958, 1960,
|
2017-08-08 05:09:45 -04:00
|
|
|
1957, 1961, 1959, 1964, 1965, 1967, 1969, 1970, 1971, 1978,
|
|
|
|
|
1973, 1975, 1974, 1977, 1979, 1980, 1982, 1984, 1985, 1996,
|
2017-08-31 07:59:38 -04:00
|
|
|
1999, 1988, 2000, 4490, 2004, 2013, 2006, 2008, 2010, 2014,
|
|
|
|
|
2017, 2018, 2019, 2027, 2026, 2028, 2031, 2034, 2035, 2036,
|
|
|
|
|
2037, 2038, 4490, 2040, 2043, 2045, 2042, 2048, 2051, 2052,
|
|
|
|
|
2046, 2063, 2049, 2069, 2057, 2070, 2071, 2073, 2076, 2059,
|
|
|
|
|
2078, 2087, 2090, 2085, 2091, 4490, 2094, 2095, 2089, 2096,
|
|
|
|
|
2097, 2100, 2101, 2102, 2104, 2105, 2107, 2106, 2109, 2122,
|
|
|
|
|
|
|
|
|
|
2131, 2117, 2110, 2119, 2123, 2132, 2118, 2127, 2133, 2140,
|
|
|
|
|
2135, 2136, 2141, 2143, 2145, 2147, 2148, 2149, 2153, 2152,
|
|
|
|
|
2158, 2161, 2165, 2167, 2170, 2171, 2172, 4490, 2173, 2176,
|
|
|
|
|
2182, 2183, 2185, 2186, 2175, 2187, 2177, 2200, 2199, 4490,
|
|
|
|
|
2196, 4490, 2201, 2202, 2210, 4490, 2208, 4490, 2212, 2209,
|
|
|
|
|
4490, 2213, 2217, 2215, 2219, 2220, 2221, 2222, 2224, 2227,
|
|
|
|
|
2228, 2232, 2229, 2235, 2236, 2238, 2242, 4490, 2250, 2241,
|
|
|
|
|
2239, 2254, 2256, 2243, 2245, 2258, 2264, 2252, 2260, 2266,
|
|
|
|
|
2274, 2270, 2279, 4490, 2275, 2277, 2278, 2280, 4490, 2281,
|
|
|
|
|
2282, 2284, 2288, 2287, 2291, 2292, 2295, 2296, 2308, 2304,
|
|
|
|
|
|
|
|
|
|
2310, 2300, 2312, 2299, 2318, 2319, 2322, 2320, 2325, 2327,
|
|
|
|
|
2334, 2330, 2337, 2329, 2336, 2333, 2340, 2339, 2342, 2343,
|
|
|
|
|
2346, 2350, 2349, 2353, 2354, 2351, 2355, 2356, 2358, 4490,
|
|
|
|
|
2368, 2365, 2369, 2372, 2376, 2378, 2359, 2377, 2380, 2381,
|
|
|
|
|
2386, 2388, 2382, 4490, 2384, 4490, 2387, 2402, 2406, 2407,
|
|
|
|
|
2390, 2403, 2411, 2413, 2414, 2416, 2415, 2423, 2419, 2420,
|
|
|
|
|
2421, 2426, 2429, 2430, 2435, 4490, 2431, 2432, 2436, 2438,
|
|
|
|
|
2439, 2452, 2458, 2451, 2449, 2470, 4490, 2461, 2453, 2442,
|
|
|
|
|
2468, 2472, 2480, 2475, 4490, 2445, 2482, 2466, 2483, 4490,
|
|
|
|
|
4490, 2478, 2485, 2487, 2484, 2488, 2495, 2490, 2491, 4490,
|
|
|
|
|
|
|
|
|
|
2499, 2494, 2501, 2503, 2510, 2511, 2504, 2496, 4490, 2512,
|
|
|
|
|
2518, 2520, 2521, 2523, 2524, 2522, 2525, 2532, 2530, 2529,
|
|
|
|
|
2531, 2539, 2540, 2549, 4490, 2546, 2544, 2555, 2550, 2301,
|
|
|
|
|
2552, 2556, 2557, 2558, 2559, 2560, 2561, 2565, 2563, 2570,
|
|
|
|
|
2566, 2567, 2584, 2577, 2574, 2581, 2585, 2588, 2589, 2591,
|
|
|
|
|
2593, 2597, 2594, 2607, 2599, 4490, 2610, 2603, 2612, 2608,
|
|
|
|
|
2613, 2618, 2619, 2628, 2611, 2615, 2626, 2637, 2627, 4490,
|
|
|
|
|
2640, 2629, 2636, 2641, 2642, 2650, 2645, 2648, 2632, 2656,
|
|
|
|
|
2649, 2658, 2651, 2660, 2661, 2664, 4490, 4490, 2665, 2666,
|
|
|
|
|
2670, 2673, 2672, 2667, 2677, 2680, 2678, 2683, 4490, 2684,
|
|
|
|
|
|
|
|
|
|
2691, 2686, 2690, 2698, 2700, 2696, 2702, 2701, 2693, 2705,
|
|
|
|
|
2708, 2709, 2711, 2714, 2715, 2717, 2718, 4490, 2723, 2719,
|
|
|
|
|
4490, 2725, 2726, 2721, 2728, 2736, 2739, 2746, 2731, 2733,
|
|
|
|
|
2741, 2749, 2754, 2757, 2764, 2748, 2759, 2766, 4490, 2763,
|
|
|
|
|
2765, 2767, 2762, 2776, 2768, 2778, 2773, 4490, 2777, 2781,
|
|
|
|
|
2784, 2789, 2786, 2797, 2792, 2794, 2795, 2793, 4490, 2800,
|
|
|
|
|
4490, 2804, 2796, 4490, 2803, 2809, 2811, 2813, 2812, 2814,
|
|
|
|
|
2824, 2816, 2818, 2820, 2825, 2826, 2828, 2835, 2831, 4490,
|
|
|
|
|
2839, 2832, 2834, 2837, 4490, 2842, 4490, 2847, 4490, 2849,
|
|
|
|
|
2848, 2858, 2853, 2854, 2857, 2861, 2865, 4490, 2867, 2856,
|
|
|
|
|
|
|
|
|
|
2868, 2866, 2871, 2872, 2877, 2878, 2879, 2880, 2881, 4490,
|
|
|
|
|
2882, 2885, 2894, 2883, 2886, 2888, 2898, 2896, 4490, 2899,
|
|
|
|
|
2907, 2908, 2910, 2911, 4490, 2912, 2917, 4490, 2913, 2923,
|
|
|
|
|
2914, 2920, 2928, 2924, 2931, 2932, 2933, 2941, 2934, 2938,
|
|
|
|
|
2937, 4490, 2942, 2943, 2947, 2948, 2944, 2952, 2960, 2958,
|
|
|
|
|
2962, 2955, 2965, 2968, 2970, 2971, 2956, 2975, 2976, 2978,
|
|
|
|
|
4490, 2981, 2983, 4490, 2980, 2984, 2987, 2991, 4490, 2989,
|
|
|
|
|
4490, 2992, 2994, 2996, 2997, 3000, 3001, 3003, 3011, 3012,
|
|
|
|
|
3013, 3014, 3023, 3020, 3015, 4490, 4490, 3025, 3031, 3029,
|
|
|
|
|
3034, 3036, 3039, 3026, 3047, 3040, 3043, 3048, 4490, 3050,
|
|
|
|
|
|
|
|
|
|
3049, 3052, 4490, 3055, 3058, 3059, 3060, 3061, 3065, 3062,
|
|
|
|
|
3068, 3070, 3064, 3071, 3072, 3073, 4490, 3077, 3081, 3084,
|
|
|
|
|
3086, 3085, 3087, 3088, 4490, 3095, 3090, 3091, 3100, 3093,
|
|
|
|
|
3101, 3102, 3112, 3116, 3117, 3118, 3119, 3121, 3123, 3124,
|
|
|
|
|
4490, 3134, 3125, 3126, 3128, 3136, 3138, 3141, 3143, 3144,
|
|
|
|
|
3148, 3150, 3151, 3152, 4490, 3153, 3155, 3156, 3164, 3159,
|
|
|
|
|
3161, 3166, 3172, 3179, 3157, 3168, 3170, 3181, 4490, 3174,
|
|
|
|
|
3182, 3184, 3186, 3192, 3185, 3196, 3187, 3193, 3197, 3201,
|
|
|
|
|
3203, 3206, 4490, 3198, 3209, 3211, 3213, 3216, 3215, 3217,
|
|
|
|
|
3218, 3219, 3221, 3225, 3224, 3235, 3227, 4490, 3232, 4490,
|
|
|
|
|
|
|
|
|
|
3239, 3240, 3249, 3244, 3242, 4490, 3246, 3247, 4490, 3251,
|
|
|
|
|
3250, 3254, 3255, 4490, 3257, 3265, 3258, 3259, 3273, 4490,
|
|
|
|
|
3275, 3276, 3283, 3285, 3287, 3268, 3288, 3280, 3284, 3290,
|
|
|
|
|
3293, 4490, 3291, 3296, 3301, 3297, 3303, 3304, 3305, 3306,
|
|
|
|
|
3307, 3308, 3317, 3312, 3314, 4490, 3315, 3316, 3326, 3322,
|
|
|
|
|
3333, 4490, 4490, 3325, 3328, 3334, 3336, 3340, 4490, 3338,
|
|
|
|
|
3349, 3344, 3346, 3348, 4490, 4490, 3351, 4490, 3347, 4490,
|
|
|
|
|
4490, 3353, 3354, 3361, 4490, 3364, 4490, 3372, 3367, 3355,
|
|
|
|
|
3352, 3370, 4490, 3369, 3373, 3377, 4490, 3378, 3386, 3379,
|
|
|
|
|
3381, 4490, 3383, 4490, 3389, 3392, 3393, 3399, 3394, 3395,
|
|
|
|
|
|
|
|
|
|
3400, 3403, 3407, 3411, 3404, 3412, 3413, 3415, 3417, 3418,
|
|
|
|
|
3419, 3421, 3420, 3423, 3424, 3428, 3432, 3434, 3435, 3436,
|
|
|
|
|
3437, 3439, 3442, 3441, 3443, 3446, 3444, 3451, 3457, 3465,
|
|
|
|
|
3468, 3469, 4490, 4490, 3453, 3461, 3455, 4490, 3473, 3476,
|
|
|
|
|
3475, 3478, 3477, 3479, 3482, 3480, 4490, 3484, 3487, 3485,
|
|
|
|
|
3488, 3489, 3490, 3491, 3501, 3492, 3506, 3513, 3516, 3502,
|
|
|
|
|
3507, 3514, 3518, 3515, 3519, 3521, 3525, 3529, 3530, 3537,
|
|
|
|
|
4490, 3524, 4490, 3531, 3534, 3538, 4490, 4490, 3541, 3542,
|
|
|
|
|
3547, 3544, 3548, 3550, 3551, 4490, 3552, 3556, 3563, 3558,
|
|
|
|
|
4490, 3565, 4490, 3569, 3553, 3574, 3570, 3577, 4490, 4490,
|
|
|
|
|
|
|
|
|
|
4490, 3578, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587,
|
|
|
|
|
4490, 3589, 3592, 3596, 3593, 3600, 3607, 3603, 3609, 3617,
|
|
|
|
|
3613, 3615, 3612, 3619, 3621, 3623, 4490, 4490, 3625, 3632,
|
|
|
|
|
3628, 3629, 3636, 3635, 3637, 3640, 3641, 3643, 3645, 3646,
|
|
|
|
|
4490, 3644, 3648, 3652, 3654, 3655, 3657, 3659, 3662, 4490,
|
|
|
|
|
4490, 3661, 3663, 3665, 3669, 3672, 3673, 3674, 3676, 3677,
|
|
|
|
|
4490, 3678, 4490, 3679, 3681, 3692, 3688, 3690, 3695, 4490,
|
|
|
|
|
3694, 3697, 4490, 3701, 3702, 3704, 4490, 3706, 4490, 4490,
|
|
|
|
|
3709, 4490, 3711, 4490, 3712, 3713, 3718, 3720, 3722, 3724,
|
|
|
|
|
3727, 3729, 3715, 3730, 3740, 3736, 3737, 4490, 4490, 3748,
|
|
|
|
|
|
|
|
|
|
3738, 3739, 3749, 3746, 3750, 3752, 4490, 4490, 3753, 3756,
|
|
|
|
|
4490, 3755, 3757, 3764, 3762, 3765, 3766, 3763, 3769, 3770,
|
|
|
|
|
3776, 3772, 3773, 3778, 3787, 3785, 3790, 3792, 3793, 3794,
|
|
|
|
|
3796, 3797, 4490, 3799, 3802, 3800, 4490, 3807, 3804, 3809,
|
|
|
|
|
3810, 3813, 4490, 3814, 3821, 3823, 3824, 3825, 3835, 3826,
|
|
|
|
|
3828, 4490, 3831, 3836, 3838, 4490, 3841, 4490, 3842, 4490,
|
|
|
|
|
4490, 3843, 3846, 3844, 4490, 3851, 3857, 4490, 3860, 3855,
|
|
|
|
|
3849, 3852, 3862, 4490, 3874, 3865, 3873, 3863, 3875, 3877,
|
|
|
|
|
3876, 3884, 3879, 3886, 4490, 3880, 3883, 3888, 3889, 3891,
|
|
|
|
|
3892, 3890, 3893, 3897, 3903, 3900, 3910, 3911, 4490, 3914,
|
|
|
|
|
|
|
|
|
|
3916, 4490, 3907, 4490, 3918, 3919, 3920, 4490, 3922, 3923,
|
|
|
|
|
3924, 3927, 4490, 3931, 3934, 4490, 3929, 3937, 3939, 3933,
|
|
|
|
|
3940, 3941, 3944, 3950, 3952, 3956, 4490, 3954, 3945, 3967,
|
|
|
|
|
3963, 3968, 3958, 4490, 3969, 3970, 3960, 3978, 3973, 3981,
|
|
|
|
|
4490, 3983, 3977, 4490, 3985, 3987, 3986, 3988, 3995, 3998,
|
|
|
|
|
4002, 3999, 4490, 4006, 4490, 4490, 3989, 4490, 4003, 4009,
|
|
|
|
|
4490, 4012, 4007, 4013, 4014, 4016, 4017, 4490, 4490, 4018,
|
|
|
|
|
4019, 4029, 4026, 4490, 4020, 4024, 4030, 4034, 4036, 4490,
|
|
|
|
|
4037, 4038, 4039, 4043, 4041, 4047, 4048, 4049, 4490, 4490,
|
|
|
|
|
4050, 4490, 4052, 4056, 4062, 4490, 4490, 4490, 4068, 4490,
|
|
|
|
|
|
|
|
|
|
4072, 4076, 4075, 4490, 4078, 4063, 4080, 4490, 4083, 4053,
|
|
|
|
|
4084, 4490, 4085, 4086, 4087, 4090, 4092, 4093, 4096, 4098,
|
|
|
|
|
4106, 4102, 4104, 4105, 4107, 4109, 4110, 4116, 4490, 4490,
|
|
|
|
|
4118, 4490, 4490, 4121, 4123, 4125, 4490, 4128, 4131, 4490,
|
|
|
|
|
4133, 4134, 4135, 4138, 4140, 4490, 4490, 4141, 4142, 4490,
|
|
|
|
|
4144, 4149, 4148, 4150, 4151, 4154, 4152, 4490, 4490, 4490,
|
|
|
|
|
4490, 4490, 4157, 4490, 4490, 4161, 4156, 4163, 4490, 4158,
|
|
|
|
|
4164, 4166, 4169, 4171, 4173, 4178, 4174, 4180, 4183, 4185,
|
|
|
|
|
4179, 4187, 4192, 4197, 4198, 4200, 4202, 4189, 4204, 4212,
|
|
|
|
|
4208, 4210, 4490, 4211, 4490, 4213, 4490, 4215, 4216, 4224,
|
|
|
|
|
|
|
|
|
|
4227, 4220, 4217, 4225, 4490, 4228, 4229, 4232, 4236, 4238,
|
|
|
|
|
4239, 4240, 4241, 4243, 4245, 4250, 4253, 4256, 4258, 4260,
|
|
|
|
|
4261, 4254, 4268, 4270, 4490, 4267, 4271, 4272, 4274, 4281,
|
|
|
|
|
4276, 4277, 4490, 4280, 4279, 4282, 4283, 4285, 4287, 4294,
|
|
|
|
|
4296, 4303, 4297, 4305, 4307, 4309, 4310, 4300, 4313, 4111,
|
|
|
|
|
4312, 4320, 4321, 4315, 4324, 4323, 4326, 4330, 4490, 4331,
|
|
|
|
|
4332, 4333, 4335, 4338, 4490, 4341, 4343, 4344, 4345, 4348,
|
|
|
|
|
4350, 4490, 4356, 4359, 4353, 4490, 4361, 4490, 4490, 4364,
|
|
|
|
|
4351, 4365, 4368, 4372, 4490, 4490, 4490, 4398, 4405, 4412,
|
|
|
|
|
4419, 4426, 70, 4433, 4440, 4447, 4454, 4461, 4468, 4475,
|
|
|
|
|
|
|
|
|
|
4482
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2302] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-08-31 07:59:38 -04:00
|
|
|
2287, 1, 2288, 2288, 2289, 2289, 2290, 2290, 2291, 2291,
|
|
|
|
|
2292, 2292, 2287, 2293, 2287, 2287, 2287, 2287, 2294, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2295, 2287, 2287, 2287, 2295, 2296, 2287, 2287, 2287,
|
|
|
|
|
2296, 2297, 2287, 2287, 2287, 2287, 2297, 2298, 2287, 2287,
|
|
|
|
|
2287, 2298, 2299, 2287, 2300, 2287, 2299, 2299, 2293, 2293,
|
|
|
|
|
2287, 2301, 2294, 2301, 2294, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2295, 2295, 2296, 2296, 2297, 2297, 2287, 2298,
|
|
|
|
|
2298, 2299, 2299, 2300, 2300, 2299, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2299,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2299, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2299, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2299, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2287, 2287, 2293,
|
|
|
|
|
2287, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2299, 2293, 2293, 2293, 2287, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2299, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2287, 2293, 2287, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2287, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2287, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2287,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2287, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2287, 2293, 2287, 2293, 2287,
|
|
|
|
|
2287, 2293, 2293, 2293, 2287, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2287, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2287, 2293, 2293, 2293, 2287, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2287, 2287,
|
|
|
|
|
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2287, 2293, 2287, 2287,
|
|
|
|
|
2293, 2287, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2287, 2293, 2287, 2293, 2287,
|
|
|
|
|
2287, 2293, 2293, 2293, 2287, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2287, 2293, 2287, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2287, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2287, 2287, 2293, 2287, 2293, 2293,
|
|
|
|
|
2287, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2287, 2287, 2287, 2293, 2287,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2287, 2293, 2293, 2293, 2287, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287,
|
|
|
|
|
2293, 2287, 2287, 2293, 2293, 2293, 2287, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2287, 2287, 2293, 2293, 2287,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2293, 2287, 2287, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2287, 2293, 2287, 2293, 2293, 2293,
|
|
|
|
|
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2293, 2293, 2293, 2293, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2293, 2293, 2293, 2293, 2293,
|
|
|
|
|
2293, 2287, 2293, 2293, 2293, 2287, 2293, 2287, 2287, 2293,
|
|
|
|
|
2293, 2293, 2293, 2293, 2287, 2287, 0, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
|
|
|
|
|
2287
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[4531] =
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
70, 118, 297, 122, 119, 70, 130, 123, 124, 70,
|
2017-07-17 04:21:19 -04:00
|
|
|
|
|
|
|
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
191, 193, 70, 70, 70, 196, 70, 207, 70, 203,
|
|
|
|
|
70, 70, 70, 70, 70, 199, 70, 209, 201, 198,
|
|
|
|
|
204, 200, 208, 202, 205, 206, 211, 212, 70, 70,
|
|
|
|
|
214, 70, 70, 70, 216, 213, 70, 210, 219, 133,
|
|
|
|
|
133, 135, 70, 217, 135, 140, 140, 221, 70, 277,
|
|
|
|
|
218, 215, 137, 228, 137, 137, 142, 137, 142, 142,
|
|
|
|
|
74, 142, 74, 74, 143, 74, 70, 220, 222, 70,
|
|
|
|
|
70, 70, 145, 70, 70, 70, 70, 231, 225, 70,
|
|
|
|
|
224, 223, 70, 70, 232, 230, 70, 233, 227, 70,
|
|
|
|
|
|
|
|
|
|
226, 70, 234, 235, 246, 229, 236, 255, 70, 70,
|
|
|
|
|
70, 237, 70, 244, 239, 245, 70, 70, 70, 240,
|
|
|
|
|
70, 247, 249, 70, 241, 250, 70, 70, 238, 70,
|
|
|
|
|
242, 243, 70, 70, 256, 70, 143, 251, 257, 253,
|
|
|
|
|
248, 252, 254, 70, 258, 70, 70, 265, 70, 259,
|
|
|
|
|
262, 264, 263, 70, 70, 266, 267, 270, 269, 272,
|
|
|
|
|
70, 260, 70, 261, 70, 70, 70, 271, 268, 274,
|
|
|
|
|
275, 273, 70, 70, 70, 70, 70, 70, 70, 276,
|
|
|
|
|
278, 70, 281, 280, 70, 70, 282, 70, 70, 284,
|
|
|
|
|
70, 70, 70, 279, 283, 288, 290, 70, 292, 70,
|
|
|
|
|
|
|
|
|
|
285, 295, 70, 286, 70, 70, 70, 70, 287, 289,
|
|
|
|
|
299, 70, 298, 70, 302, 303, 70, 293, 294, 291,
|
|
|
|
|
305, 70, 296, 301, 70, 300, 70, 70, 143, 306,
|
|
|
|
|
70, 312, 70, 70, 70, 70, 315, 70, 70, 304,
|
|
|
|
|
309, 311, 70, 313, 70, 70, 307, 308, 317, 310,
|
|
|
|
|
314, 70, 70, 318, 70, 70, 323, 321, 322, 316,
|
|
|
|
|
320, 70, 324, 325, 70, 319, 70, 70, 327, 70,
|
|
|
|
|
328, 70, 70, 70, 70, 331, 70, 334, 332, 70,
|
|
|
|
|
336, 70, 326, 70, 70, 333, 70, 329, 330, 70,
|
|
|
|
|
337, 70, 339, 335, 70, 70, 338, 141, 70, 70,
|
|
|
|
|
|
|
|
|
|
344, 340, 341, 70, 70, 70, 345, 70, 343, 347,
|
|
|
|
|
70, 349, 70, 70, 70, 342, 351, 353, 70, 70,
|
|
|
|
|
70, 354, 346, 70, 70, 348, 352, 70, 70, 356,
|
|
|
|
|
350, 355, 70, 360, 70, 361, 139, 357, 358, 364,
|
|
|
|
|
359, 363, 70, 70, 365, 366, 367, 70, 70, 371,
|
|
|
|
|
70, 368, 70, 362, 374, 70, 70, 70, 70, 372,
|
|
|
|
|
369, 373, 375, 370, 70, 376, 70, 70, 70, 382,
|
|
|
|
|
379, 377, 378, 70, 70, 70, 385, 70, 70, 384,
|
|
|
|
|
70, 138, 70, 381, 70, 386, 380, 70, 70, 387,
|
|
|
|
|
389, 391, 390, 383, 392, 388, 70, 393, 396, 394,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 70, 70, 395, 397, 70, 400, 70,
|
|
|
|
|
403, 70, 143, 398, 415, 70, 70, 401, 413, 416,
|
|
|
|
|
70, 399, 70, 402, 414, 405, 404, 70, 70, 406,
|
|
|
|
|
407, 70, 70, 417, 422, 418, 70, 419, 70, 408,
|
|
|
|
|
70, 409, 410, 411, 423, 421, 412, 70, 420, 70,
|
|
|
|
|
70, 430, 70, 70, 428, 424, 425, 70, 426, 70,
|
|
|
|
|
434, 70, 427, 70, 70, 429, 70, 433, 70, 437,
|
|
|
|
|
70, 432, 431, 438, 439, 70, 70, 70, 70, 436,
|
|
|
|
|
444, 70, 70, 70, 443, 445, 435, 446, 440, 70,
|
|
|
|
|
70, 441, 70, 442, 70, 70, 70, 136, 455, 450,
|
|
|
|
|
|
|
|
|
|
448, 453, 447, 449, 70, 456, 70, 457, 70, 454,
|
|
|
|
|
451, 70, 452, 70, 459, 460, 458, 70, 70, 463,
|
|
|
|
|
70, 70, 461, 70, 70, 467, 462, 70, 465, 468,
|
|
|
|
|
70, 469, 70, 464, 466, 70, 70, 471, 70, 70,
|
|
|
|
|
70, 70, 476, 475, 70, 472, 70, 70, 479, 477,
|
|
|
|
|
473, 470, 474, 70, 480, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 70, 490, 70, 482, 70, 483, 478, 70, 70,
|
|
|
|
|
70, 485, 70, 70, 491, 492, 481, 489, 484, 486,
|
|
|
|
|
488, 487, 70, 493, 70, 495, 70, 497, 498, 70,
|
|
|
|
|
494, 70, 496, 70, 70, 502, 70, 70, 501, 70,
|
|
|
|
|
|
|
|
|
|
500, 504, 70, 70, 506, 70, 70, 70, 70, 518,
|
|
|
|
|
503, 505, 499, 70, 70, 70, 520, 134, 507, 70,
|
|
|
|
|
519, 525, 508, 70, 509, 515, 516, 70, 521, 510,
|
|
|
|
|
517, 511, 70, 522, 70, 524, 70, 70, 70, 512,
|
|
|
|
|
70, 70, 513, 70, 523, 530, 528, 70, 526, 514,
|
|
|
|
|
531, 70, 527, 534, 143, 536, 70, 70, 535, 70,
|
|
|
|
|
529, 70, 532, 539, 70, 70, 533, 541, 537, 70,
|
|
|
|
|
70, 543, 70, 544, 546, 538, 70, 540, 542, 70,
|
|
|
|
|
70, 545, 70, 70, 70, 548, 70, 70, 547, 550,
|
|
|
|
|
551, 70, 70, 70, 555, 558, 70, 70, 549, 556,
|
|
|
|
|
|
|
|
|
|
70, 588, 552, 559, 70, 553, 557, 554, 560, 561,
|
|
|
|
|
70, 562, 70, 563, 70, 70, 70, 70, 564, 70,
|
|
|
|
|
565, 569, 70, 70, 70, 567, 568, 70, 570, 70,
|
|
|
|
|
70, 574, 70, 70, 572, 566, 70, 70, 575, 577,
|
|
|
|
|
70, 571, 70, 581, 578, 70, 576, 70, 579, 70,
|
|
|
|
|
573, 70, 583, 70, 584, 587, 70, 70, 580, 589,
|
|
|
|
|
70, 70, 592, 582, 590, 585, 70, 70, 586, 70,
|
|
|
|
|
70, 593, 70, 70, 600, 596, 70, 70, 70, 70,
|
|
|
|
|
70, 597, 595, 594, 601, 70, 591, 70, 599, 598,
|
|
|
|
|
602, 70, 70, 606, 603, 605, 607, 604, 70, 609,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 608, 610, 70, 70, 612, 70, 70,
|
|
|
|
|
616, 611, 613, 70, 70, 70, 70, 70, 619, 617,
|
|
|
|
|
621, 614, 615, 618, 70, 70, 70, 70, 626, 622,
|
|
|
|
|
623, 624, 70, 620, 628, 70, 625, 70, 70, 70,
|
|
|
|
|
630, 70, 70, 70, 70, 70, 70, 70, 635, 627,
|
|
|
|
|
70, 70, 641, 70, 629, 636, 70, 631, 70, 632,
|
|
|
|
|
637, 633, 70, 634, 70, 638, 640, 70, 644, 639,
|
|
|
|
|
70, 70, 642, 646, 645, 643, 647, 70, 70, 70,
|
|
|
|
|
648, 70, 70, 70, 70, 70, 651, 652, 653, 654,
|
|
|
|
|
655, 650, 70, 70, 70, 70, 649, 70, 143, 657,
|
|
|
|
|
|
|
|
|
|
662, 656, 658, 661, 660, 70, 70, 70, 659, 663,
|
|
|
|
|
665, 70, 70, 666, 668, 70, 669, 70, 671, 70,
|
|
|
|
|
70, 667, 70, 70, 70, 676, 673, 664, 70, 70,
|
|
|
|
|
70, 70, 674, 70, 70, 70, 670, 677, 143, 672,
|
|
|
|
|
681, 675, 70, 70, 682, 70, 678, 683, 70, 686,
|
|
|
|
|
70, 689, 688, 680, 684, 679, 70, 685, 70, 687,
|
|
|
|
|
690, 70, 691, 70, 692, 693, 706, 70, 703, 702,
|
|
|
|
|
70, 70, 70, 694, 695, 701, 696, 70, 70, 697,
|
|
|
|
|
705, 70, 708, 704, 698, 707, 70, 70, 710, 70,
|
|
|
|
|
699, 700, 70, 70, 711, 712, 70, 70, 713, 714,
|
|
|
|
|
|
|
|
|
|
70, 709, 70, 70, 70, 70, 717, 70, 715, 70,
|
|
|
|
|
721, 70, 720, 70, 70, 70, 727, 70, 70, 716,
|
|
|
|
|
726, 731, 722, 718, 719, 723, 725, 70, 729, 730,
|
|
|
|
|
70, 724, 728, 70, 70, 70, 732, 70, 70, 70,
|
|
|
|
|
70, 733, 70, 70, 736, 734, 70, 737, 739, 70,
|
|
|
|
|
70, 742, 740, 70, 741, 70, 735, 70, 70, 70,
|
|
|
|
|
70, 738, 744, 746, 745, 70, 70, 749, 70, 743,
|
|
|
|
|
747, 70, 748, 70, 750, 70, 70, 70, 754, 756,
|
|
|
|
|
752, 757, 70, 70, 70, 70, 755, 751, 70, 759,
|
|
|
|
|
70, 70, 70, 70, 70, 70, 761, 753, 765, 764,
|
|
|
|
|
|
|
|
|
|
70, 768, 70, 70, 758, 70, 760, 772, 70, 70,
|
|
|
|
|
762, 763, 767, 766, 769, 771, 775, 770, 776, 774,
|
|
|
|
|
773, 70, 70, 70, 70, 777, 70, 70, 70, 70,
|
|
|
|
|
783, 784, 781, 70, 70, 70, 785, 70, 779, 788,
|
|
|
|
|
70, 70, 778, 790, 70, 70, 780, 70, 787, 782,
|
|
|
|
|
792, 143, 786, 70, 70, 70, 70, 794, 70, 791,
|
|
|
|
|
789, 70, 793, 70, 806, 70, 70, 70, 70, 807,
|
|
|
|
|
797, 810, 70, 795, 70, 70, 70, 847, 798, 796,
|
|
|
|
|
812, 808, 799, 70, 70, 70, 800, 811, 801, 817,
|
|
|
|
|
813, 814, 802, 809, 803, 70, 815, 70, 816, 804,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 70, 805, 819, 821, 70, 70, 141,
|
|
|
|
|
818, 826, 827, 70, 825, 820, 822, 70, 828, 70,
|
|
|
|
|
829, 824, 70, 70, 823, 830, 70, 831, 70, 70,
|
|
|
|
|
70, 835, 70, 838, 834, 839, 70, 70, 832, 70,
|
|
|
|
|
70, 837, 836, 846, 840, 833, 844, 70, 70, 70,
|
|
|
|
|
70, 841, 845, 70, 850, 70, 70, 70, 842, 843,
|
|
|
|
|
70, 851, 70, 70, 856, 70, 849, 70, 70, 848,
|
|
|
|
|
70, 853, 854, 855, 852, 70, 857, 70, 70, 865,
|
|
|
|
|
859, 70, 70, 70, 858, 70, 70, 70, 860, 70,
|
|
|
|
|
863, 861, 864, 139, 70, 70, 866, 70, 862, 870,
|
|
|
|
|
|
|
|
|
|
871, 70, 869, 70, 875, 867, 872, 868, 70, 874,
|
|
|
|
|
70, 70, 873, 877, 878, 70, 70, 70, 880, 879,
|
|
|
|
|
70, 881, 70, 70, 876, 882, 886, 70, 70, 883,
|
|
|
|
|
70, 888, 70, 70, 70, 70, 884, 70, 885, 890,
|
|
|
|
|
891, 70, 893, 70, 70, 70, 894, 887, 70, 892,
|
|
|
|
|
896, 889, 899, 70, 898, 895, 70, 70, 70, 70,
|
|
|
|
|
70, 897, 902, 70, 70, 900, 907, 70, 70, 70,
|
|
|
|
|
138, 70, 70, 908, 909, 901, 903, 906, 70, 904,
|
|
|
|
|
70, 911, 912, 905, 914, 910, 70, 915, 70, 70,
|
|
|
|
|
70, 70, 913, 70, 917, 918, 70, 70, 922, 70,
|
|
|
|
|
|
|
|
|
|
70, 916, 70, 70, 70, 920, 70, 919, 70, 921,
|
|
|
|
|
70, 70, 924, 70, 931, 932, 70, 923, 933, 925,
|
|
|
|
|
70, 70, 928, 70, 70, 927, 929, 70, 935, 926,
|
|
|
|
|
930, 70, 70, 934, 70, 940, 70, 938, 936, 70,
|
|
|
|
|
70, 937, 70, 941, 944, 70, 70, 70, 70, 939,
|
|
|
|
|
70, 70, 952, 947, 942, 949, 945, 70, 70, 943,
|
|
|
|
|
70, 70, 953, 70, 946, 954, 950, 70, 948, 951,
|
|
|
|
|
956, 70, 958, 70, 955, 70, 959, 70, 70, 957,
|
|
|
|
|
961, 963, 70, 70, 70, 70, 70, 964, 70, 70,
|
|
|
|
|
70, 70, 960, 965, 70, 969, 962, 967, 70, 70,
|
|
|
|
|
|
|
|
|
|
966, 968, 970, 70, 70, 974, 70, 979, 971, 975,
|
|
|
|
|
70, 70, 972, 70, 70, 978, 973, 70, 981, 70,
|
|
|
|
|
70, 985, 983, 976, 977, 980, 986, 70, 70, 70,
|
|
|
|
|
70, 984, 70, 990, 982, 70, 70, 1000, 998, 987,
|
|
|
|
|
999, 136, 988, 989, 70, 70, 70, 70, 997, 991,
|
|
|
|
|
1001, 70, 992, 993, 70, 70, 1002, 994, 70, 1003,
|
|
|
|
|
1004, 70, 1005, 995, 70, 70, 70, 996, 1011, 1012,
|
|
|
|
|
1008, 1006, 1009, 1007, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
1020, 1013, 1014, 1021, 1010, 70, 1015, 70, 70, 70,
|
|
|
|
|
70, 1016, 1023, 1017, 70, 1018, 1027, 1019, 1022, 70,
|
|
|
|
|
|
|
|
|
|
70, 1028, 70, 1026, 1024, 70, 70, 70, 1025, 1030,
|
|
|
|
|
70, 70, 70, 1029, 1032, 1034, 70, 70, 70, 1040,
|
|
|
|
|
70, 1033, 70, 1039, 1031, 1035, 1036, 1042, 70, 70,
|
|
|
|
|
1037, 70, 1043, 70, 1046, 70, 1044, 1041, 70, 1048,
|
|
|
|
|
70, 1038, 70, 70, 1051, 70, 70, 1049, 70, 70,
|
|
|
|
|
70, 70, 1045, 1053, 70, 1055, 70, 1054, 1047, 70,
|
|
|
|
|
1056, 1059, 1058, 70, 1050, 1061, 1052, 1062, 1064, 1057,
|
|
|
|
|
70, 70, 70, 70, 70, 1063, 1060, 70, 70, 1068,
|
|
|
|
|
70, 1065, 70, 70, 70, 1072, 70, 70, 70, 1067,
|
|
|
|
|
70, 70, 70, 70, 1079, 70, 1066, 70, 70, 1076,
|
|
|
|
|
|
|
|
|
|
1073, 70, 1069, 1070, 1077, 134, 1074, 1071, 1075, 70,
|
|
|
|
|
1078, 1084, 70, 70, 1083, 1080, 1082, 70, 1086, 70,
|
|
|
|
|
1088, 70, 1081, 70, 1085, 1089, 70, 70, 1090, 1091,
|
2017-08-31 07:59:38 -04:00
|
|
|
70, 70, 70, 1097, 1099, 1095, 1087, 1092, 1096, 70,
|
|
|
|
|
70, 70, 1093, 1100, 70, 1094, 1098, 70, 70, 70,
|
|
|
|
|
70, 70, 1101, 70, 1105, 70, 70, 1108, 70, 70,
|
|
|
|
|
70, 70, 70, 1102, 70, 70, 1104, 1111, 1106, 1117,
|
|
|
|
|
70, 1107, 70, 1103, 1109, 1112, 70, 1110, 1115, 1113,
|
|
|
|
|
1114, 1116, 70, 70, 70, 1121, 70, 1118, 1119, 70,
|
|
|
|
|
2287, 70, 1120, 1124, 1126, 1123, 1125, 1127, 70, 1128,
|
|
|
|
|
|
|
|
|
|
70, 1122, 70, 70, 70, 1129, 1130, 70, 70, 70,
|
|
|
|
|
70, 1132, 1131, 70, 70, 70, 1137, 70, 70, 70,
|
|
|
|
|
70, 1136, 70, 70, 1134, 1140, 1139, 1133, 1135, 1143,
|
|
|
|
|
70, 70, 70, 1141, 1144, 70, 70, 1138, 1145, 1151,
|
|
|
|
|
70, 1142, 1148, 1146, 70, 70, 70, 1155, 70, 70,
|
|
|
|
|
1147, 1149, 1154, 70, 70, 1150, 70, 1152, 70, 1153,
|
|
|
|
|
70, 70, 70, 1163, 2287, 70, 70, 1156, 1157, 1164,
|
|
|
|
|
1166, 70, 1160, 1158, 70, 1159, 1162, 1165, 70, 1167,
|
|
|
|
|
70, 1161, 1168, 70, 70, 70, 70, 1172, 70, 70,
|
|
|
|
|
70, 1173, 1170, 1169, 1177, 70, 70, 1171, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 1178, 1179, 1180, 1174, 1176, 1175, 1184, 1181, 70,
|
|
|
|
|
1183, 1185, 70, 70, 70, 70, 1188, 1189, 1182, 1187,
|
|
|
|
|
1190, 70, 70, 70, 1191, 70, 70, 1186, 70, 1193,
|
|
|
|
|
70, 1194, 70, 70, 70, 70, 1200, 70, 1192, 1198,
|
|
|
|
|
70, 70, 70, 1195, 1201, 70, 1203, 1197, 70, 70,
|
|
|
|
|
1199, 70, 70, 1206, 70, 70, 70, 1196, 70, 1205,
|
|
|
|
|
1208, 1202, 1209, 70, 1204, 70, 1211, 70, 1212, 70,
|
|
|
|
|
1207, 70, 1210, 70, 1213, 1219, 1214, 70, 1215, 70,
|
|
|
|
|
1216, 1221, 1217, 70, 1220, 1218, 1223, 70, 70, 1225,
|
|
|
|
|
70, 70, 70, 70, 70, 70, 1229, 70, 1230, 1227,
|
|
|
|
|
|
|
|
|
|
70, 70, 1224, 1222, 70, 70, 1234, 1233, 70, 70,
|
|
|
|
|
1226, 1240, 70, 70, 70, 1232, 1366, 70, 1228, 1231,
|
|
|
|
|
1235, 70, 1242, 70, 1237, 70, 1246, 1238, 1241, 1236,
|
|
|
|
|
1243, 70, 70, 70, 1245, 70, 1247, 1244, 70, 1239,
|
|
|
|
|
70, 1251, 70, 70, 1253, 1256, 70, 70, 1252, 70,
|
|
|
|
|
70, 1248, 70, 70, 1255, 70, 70, 1249, 1257, 70,
|
|
|
|
|
1250, 1265, 70, 70, 70, 1254, 70, 70, 70, 70,
|
|
|
|
|
1258, 70, 70, 1261, 1263, 1259, 1260, 1262, 70, 1264,
|
|
|
|
|
1270, 70, 70, 1268, 1266, 70, 1273, 1272, 1267, 70,
|
|
|
|
|
70, 70, 1269, 70, 70, 70, 1276, 70, 1271, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 1278, 70, 1274, 1275, 1280, 2287, 1277, 1279,
|
|
|
|
|
1281, 1283, 1284, 1282, 1287, 70, 70, 1285, 1288, 70,
|
|
|
|
|
70, 1291, 1290, 1289, 70, 1286, 70, 70, 70, 70,
|
|
|
|
|
1298, 1299, 70, 70, 70, 1293, 70, 1297, 1295, 70,
|
|
|
|
|
1292, 1296, 70, 70, 70, 70, 1294, 1301, 70, 70,
|
|
|
|
|
1308, 70, 70, 1300, 1321, 70, 1303, 1302, 70, 1304,
|
|
|
|
|
1305, 1310, 70, 1307, 70, 70, 70, 1309, 1319, 1306,
|
|
|
|
|
1311, 70, 1312, 1314, 70, 1322, 1315, 1317, 1326, 70,
|
|
|
|
|
1316, 70, 1318, 70, 1320, 70, 1313, 1324, 70, 1327,
|
|
|
|
|
1323, 70, 1328, 70, 1325, 70, 70, 70, 70, 1329,
|
|
|
|
|
|
|
|
|
|
70, 70, 1336, 70, 70, 1330, 1332, 70, 70, 70,
|
|
|
|
|
1331, 1339, 70, 1333, 70, 1334, 70, 70, 1341, 1337,
|
|
|
|
|
1335, 1342, 1338, 70, 70, 70, 1345, 1340, 1343, 1344,
|
|
|
|
|
1348, 70, 1346, 70, 70, 70, 70, 70, 70, 1355,
|
|
|
|
|
1347, 1350, 70, 70, 70, 70, 2287, 1349, 1351, 1352,
|
|
|
|
|
1358, 1359, 70, 70, 1353, 1356, 1360, 70, 1354, 70,
|
|
|
|
|
1357, 1361, 70, 70, 1362, 70, 1363, 1364, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 70, 1365, 70, 1371, 70, 70,
|
|
|
|
|
70, 1375, 1372, 70, 1381, 1367, 1373, 70, 1369, 1370,
|
|
|
|
|
70, 1368, 1376, 1374, 70, 1379, 1380, 70, 70, 1378,
|
|
|
|
|
|
|
|
|
|
1385, 70, 70, 1387, 70, 1377, 70, 70, 1382, 1389,
|
|
|
|
|
70, 1390, 70, 1383, 1391, 1392, 70, 1393, 1384, 1395,
|
|
|
|
|
70, 70, 1386, 70, 70, 70, 70, 1388, 70, 1397,
|
|
|
|
|
1398, 70, 70, 1399, 1394, 1400, 1401, 1402, 1403, 70,
|
|
|
|
|
70, 70, 70, 1404, 1407, 70, 1396, 1409, 1405, 70,
|
|
|
|
|
70, 1412, 1410, 70, 70, 70, 1411, 1415, 70, 1406,
|
|
|
|
|
1408, 70, 70, 70, 70, 1413, 1418, 1416, 1419, 70,
|
|
|
|
|
1414, 70, 1421, 70, 70, 1424, 1425, 70, 70, 70,
|
|
|
|
|
70, 1417, 1428, 70, 1422, 70, 70, 1426, 1420, 1431,
|
|
|
|
|
70, 70, 1430, 70, 1433, 1423, 70, 70, 1437, 70,
|
|
|
|
|
|
|
|
|
|
1427, 1429, 1436, 70, 70, 1440, 70, 1441, 1442, 70,
|
|
|
|
|
1439, 70, 1435, 70, 70, 70, 1432, 1434, 70, 1438,
|
|
|
|
|
1443, 70, 70, 1444, 70, 1448, 1445, 70, 70, 1451,
|
|
|
|
|
70, 70, 70, 1447, 70, 1453, 70, 1446, 70, 70,
|
|
|
|
|
1459, 70, 1449, 1458, 70, 1452, 70, 1456, 1461, 70,
|
|
|
|
|
1460, 1454, 70, 1450, 70, 1455, 1468, 1457, 1464, 70,
|
|
|
|
|
1466, 70, 70, 1462, 1470, 1465, 1469, 70, 1463, 1471,
|
|
|
|
|
70, 1472, 70, 1475, 1467, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 70, 1477, 1480, 1474, 1482, 70, 1473, 1476, 70,
|
|
|
|
|
70, 70, 1478, 1484, 70, 1485, 1486, 70, 1483, 70,
|
|
|
|
|
|
|
|
|
|
1479, 1487, 70, 1481, 1489, 70, 70, 70, 70, 70,
|
|
|
|
|
70, 1490, 1491, 70, 1492, 1493, 70, 70, 1494, 1488,
|
|
|
|
|
1495, 1496, 70, 1499, 70, 70, 70, 70, 1497, 70,
|
|
|
|
|
1501, 70, 1502, 70, 1498, 1500, 1503, 70, 70, 70,
|
|
|
|
|
1505, 70, 1510, 1508, 70, 70, 1509, 70, 70, 1504,
|
|
|
|
|
70, 1506, 70, 1512, 1517, 70, 1515, 1507, 1511, 1516,
|
|
|
|
|
70, 70, 70, 1514, 1513, 1521, 70, 70, 1523, 70,
|
|
|
|
|
70, 70, 1524, 1525, 70, 1520, 1518, 1519, 70, 70,
|
|
|
|
|
70, 70, 1529, 1522, 70, 70, 1526, 1527, 1530, 1528,
|
|
|
|
|
70, 70, 70, 70, 70, 70, 70, 1532, 70, 70,
|
|
|
|
|
|
|
|
|
|
1537, 70, 1533, 1534, 1544, 1531, 1541, 70, 1536, 70,
|
|
|
|
|
1540, 70, 70, 1538, 1542, 1539, 1545, 1547, 1535, 1543,
|
|
|
|
|
70, 70, 1548, 70, 70, 70, 70, 70, 1550, 1546,
|
|
|
|
|
70, 1551, 1553, 70, 1552, 1555, 70, 70, 1557, 1549,
|
|
|
|
|
1554, 70, 1559, 1558, 70, 70, 70, 70, 1563, 1560,
|
|
|
|
|
70, 70, 1564, 1556, 70, 70, 70, 70, 1566, 1569,
|
|
|
|
|
70, 70, 1570, 1561, 1565, 70, 1562, 1573, 70, 70,
|
|
|
|
|
1568, 70, 1571, 70, 1567, 70, 1574, 1575, 70, 1577,
|
|
|
|
|
1576, 70, 1578, 70, 70, 1572, 1581, 1583, 70, 70,
|
|
|
|
|
1582, 70, 1579, 70, 70, 1580, 70, 70, 1584, 1586,
|
|
|
|
|
|
|
|
|
|
70, 1587, 70, 1585, 70, 70, 1588, 70, 1592, 70,
|
|
|
|
|
70, 1594, 1598, 70, 70, 1600, 70, 1589, 1590, 1597,
|
|
|
|
|
1591, 1593, 1595, 1599, 70, 70, 70, 70, 70, 1602,
|
|
|
|
|
1605, 1603, 2287, 70, 1596, 1606, 70, 1609, 70, 70,
|
|
|
|
|
1604, 1607, 70, 1601, 70, 1610, 1614, 70, 1608, 70,
|
|
|
|
|
1615, 1613, 70, 70, 1618, 1620, 70, 1617, 1619, 1611,
|
|
|
|
|
70, 70, 70, 70, 1616, 70, 1621, 1622, 70, 1624,
|
|
|
|
|
1612, 70, 70, 70, 70, 70, 1626, 70, 70, 1629,
|
|
|
|
|
1632, 70, 1623, 70, 70, 70, 70, 1633, 1628, 1635,
|
|
|
|
|
70, 1631, 1634, 1625, 70, 1627, 1630, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 1646, 70, 70, 1637, 70, 1647, 70, 1638,
|
|
|
|
|
2287, 1636, 1643, 70, 70, 70, 1651, 1639, 1641, 1642,
|
|
|
|
|
1649, 1640, 1644, 1645, 1652, 70, 1648, 1650, 1653, 70,
|
|
|
|
|
70, 70, 70, 1656, 70, 1659, 70, 70, 70, 70,
|
|
|
|
|
2287, 70, 1660, 1657, 1655, 1654, 1658, 70, 1665, 70,
|
|
|
|
|
1666, 70, 1661, 1664, 70, 1668, 70, 70, 1662, 1663,
|
|
|
|
|
1670, 70, 1671, 70, 70, 70, 70, 1675, 70, 70,
|
|
|
|
|
70, 1674, 70, 1667, 70, 1669, 1677, 70, 1672, 70,
|
|
|
|
|
1679, 70, 1680, 70, 1673, 70, 1681, 70, 1676, 1684,
|
|
|
|
|
1678, 1683, 70, 1687, 70, 70, 1685, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 1682, 1686, 1691, 1692, 70, 70, 1688, 1694, 70,
|
|
|
|
|
70, 70, 1690, 1696, 70, 1698, 70, 1693, 1689, 70,
|
|
|
|
|
1695, 1700, 70, 1701, 70, 1699, 70, 1702, 70, 70,
|
|
|
|
|
70, 70, 70, 1706, 70, 1707, 1697, 70, 70, 1704,
|
|
|
|
|
70, 1709, 1713, 1710, 1714, 70, 1708, 1711, 70, 1703,
|
|
|
|
|
1705, 1712, 70, 70, 1717, 70, 1718, 70, 1719, 70,
|
|
|
|
|
70, 1716, 70, 70, 70, 1715, 1720, 70, 70, 1724,
|
|
|
|
|
70, 70, 70, 1729, 1723, 1721, 1725, 1722, 70, 1726,
|
|
|
|
|
1728, 70, 1727, 1730, 1732, 1733, 70, 1734, 70, 70,
|
|
|
|
|
1736, 1731, 1737, 70, 1735, 1739, 70, 70, 70, 1738,
|
|
|
|
|
|
|
|
|
|
70, 70, 1740, 70, 70, 1741, 70, 1744, 1745, 70,
|
|
|
|
|
70, 1742, 1746, 1747, 70, 1748, 70, 70, 70, 70,
|
|
|
|
|
70, 70, 1743, 1752, 1755, 70, 1754, 70, 70, 70,
|
|
|
|
|
70, 1756, 1751, 1760, 1759, 70, 1749, 1750, 70, 70,
|
|
|
|
|
1753, 70, 1764, 1761, 1758, 1757, 70, 70, 1762, 70,
|
|
|
|
|
1765, 70, 1763, 70, 1767, 1768, 1769, 70, 1771, 70,
|
|
|
|
|
70, 70, 70, 1773, 70, 70, 70, 70, 70, 1770,
|
|
|
|
|
1772, 1775, 1776, 1777, 70, 1766, 1778, 70, 1774, 1779,
|
|
|
|
|
70, 1780, 70, 70, 1781, 70, 70, 1782, 1783, 1786,
|
|
|
|
|
70, 70, 70, 1788, 70, 1791, 70, 2287, 1785, 70,
|
|
|
|
|
|
|
|
|
|
1787, 1784, 70, 1792, 1793, 70, 70, 70, 70, 1790,
|
|
|
|
|
1789, 1794, 70, 70, 1795, 1799, 70, 70, 1798, 1800,
|
|
|
|
|
70, 1796, 1797, 1801, 70, 70, 70, 1804, 70, 1802,
|
|
|
|
|
70, 70, 70, 70, 70, 1811, 70, 70, 1807, 1809,
|
|
|
|
|
1805, 70, 1806, 1803, 1808, 70, 1812, 70, 70, 70,
|
|
|
|
|
70, 1818, 70, 1810, 70, 70, 70, 70, 2287, 70,
|
|
|
|
|
1815, 1819, 1823, 1817, 70, 1814, 70, 1813, 70, 1825,
|
|
|
|
|
70, 1824, 1816, 1820, 70, 1826, 1821, 1827, 70, 1822,
|
|
|
|
|
1828, 70, 70, 1829, 1830, 1831, 70, 1832, 70, 70,
|
|
|
|
|
70, 70, 70, 70, 1840, 70, 1841, 70, 70, 1837,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 70, 70, 70, 1833, 1834, 1844, 1842,
|
|
|
|
|
1835, 1836, 1838, 1839, 70, 70, 1843, 1845, 1850, 70,
|
|
|
|
|
70, 1846, 1847, 1852, 1849, 1851, 70, 70, 70, 70,
|
|
|
|
|
1848, 70, 70, 1853, 70, 1854, 1856, 70, 70, 1859,
|
|
|
|
|
1860, 1861, 70, 70, 70, 1862, 1855, 70, 1857, 1863,
|
|
|
|
|
70, 70, 1858, 1865, 70, 70, 1864, 70, 1869, 1870,
|
|
|
|
|
70, 70, 1873, 70, 70, 70, 70, 1866, 1874, 70,
|
|
|
|
|
1867, 70, 1871, 1876, 1868, 1877, 70, 1879, 70, 1872,
|
|
|
|
|
1875, 1880, 70, 70, 1878, 1881, 1882, 70, 1883, 1884,
|
|
|
|
|
70, 70, 1885, 70, 70, 70, 70, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 1889, 70, 1891, 1888, 70, 70, 1887, 1893, 70,
|
|
|
|
|
1895, 1890, 1898, 70, 1896, 1886, 70, 1894, 1892, 1899,
|
|
|
|
|
70, 1897, 70, 1900, 1902, 70, 70, 1901, 70, 1904,
|
|
|
|
|
70, 1903, 70, 1907, 70, 1908, 70, 1906, 70, 1910,
|
|
|
|
|
1905, 70, 70, 1914, 1911, 70, 1912, 1913, 70, 70,
|
|
|
|
|
70, 1909, 1915, 70, 70, 1916, 70, 70, 70, 70,
|
|
|
|
|
1922, 70, 1917, 1920, 1919, 70, 1923, 70, 70, 1918,
|
|
|
|
|
70, 1921, 70, 1928, 70, 70, 70, 1926, 70, 1927,
|
|
|
|
|
1925, 1933, 70, 1924, 1929, 70, 70, 70, 1937, 70,
|
|
|
|
|
70, 70, 70, 1930, 70, 1935, 1931, 1932, 1941, 1942,
|
|
|
|
|
|
|
|
|
|
1943, 70, 1936, 70, 1934, 70, 1939, 70, 70, 1938,
|
|
|
|
|
70, 1944, 1940, 1945, 70, 70, 1946, 70, 1948, 70,
|
|
|
|
|
1951, 1952, 70, 1947, 70, 70, 70, 1955, 70, 1949,
|
|
|
|
|
1956, 70, 1950, 70, 1958, 70, 1957, 70, 1959, 1960,
|
|
|
|
|
70, 1961, 70, 70, 1953, 1954, 1962, 1964, 1965, 70,
|
|
|
|
|
70, 70, 70, 70, 1966, 1967, 1971, 1963, 1970, 70,
|
|
|
|
|
1968, 70, 70, 70, 1974, 70, 70, 1973, 70, 70,
|
|
|
|
|
70, 1975, 1976, 1978, 1969, 70, 70, 70, 70, 70,
|
|
|
|
|
1981, 1985, 70, 70, 1972, 70, 70, 1989, 2287, 70,
|
|
|
|
|
1984, 70, 1990, 1977, 1979, 1980, 1982, 1987, 70, 1983,
|
|
|
|
|
|
|
|
|
|
70, 1991, 1986, 70, 1988, 70, 70, 70, 1993, 70,
|
|
|
|
|
70, 1999, 70, 70, 1992, 70, 1996, 70, 2000, 2002,
|
|
|
|
|
70, 2004, 70, 70, 2003, 1994, 70, 70, 2005, 1997,
|
|
|
|
|
1998, 2001, 1995, 2008, 70, 2006, 70, 70, 70, 70,
|
|
|
|
|
2009, 70, 2012, 2016, 70, 2007, 2010, 2013, 70, 70,
|
|
|
|
|
2015, 70, 2014, 2011, 70, 70, 70, 70, 2017, 70,
|
|
|
|
|
2022, 2021, 70, 2018, 70, 70, 2023, 2020, 70, 2024,
|
|
|
|
|
70, 2025, 2027, 70, 2026, 70, 70, 2028, 70, 2019,
|
|
|
|
|
2031, 2032, 2029, 2033, 2030, 2034, 70, 70, 70, 70,
|
|
|
|
|
70, 2039, 70, 70, 2035, 2037, 70, 70, 2041, 70,
|
|
|
|
|
|
|
|
|
|
2044, 70, 70, 70, 70, 70, 70, 2038, 2046, 2036,
|
|
|
|
|
70, 2043, 2042, 70, 2047, 2045, 70, 2040, 2050, 2048,
|
|
|
|
|
70, 2051, 2053, 70, 70, 2049, 2055, 70, 2056, 70,
|
|
|
|
|
2058, 70, 70, 70, 2061, 70, 70, 70, 2060, 2052,
|
|
|
|
|
70, 2057, 70, 2054, 70, 2065, 70, 70, 2059, 2068,
|
|
|
|
|
70, 2069, 70, 70, 70, 2070, 2062, 70, 70, 2064,
|
|
|
|
|
2063, 2066, 2074, 70, 2067, 70, 2072, 70, 2075, 70,
|
|
|
|
|
2076, 70, 2071, 70, 2079, 2080, 70, 2073, 2078, 2077,
|
|
|
|
|
70, 70, 70, 70, 2081, 2086, 70, 2083, 2084, 2082,
|
|
|
|
|
70, 70, 2085, 2089, 70, 2090, 70, 2092, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 70, 70, 2087, 2088, 2093, 2095, 2096, 70, 2091,
|
|
|
|
|
2097, 70, 70, 2094, 2098, 70, 70, 2099, 2100, 70,
|
|
|
|
|
70, 2101, 70, 2103, 2104, 70, 70, 70, 2108, 70,
|
|
|
|
|
70, 70, 70, 70, 2105, 2109, 2107, 70, 2102, 70,
|
|
|
|
|
2111, 2112, 70, 70, 2113, 2110, 2106, 70, 2116, 70,
|
|
|
|
|
70, 70, 70, 2114, 70, 2118, 70, 2115, 2119, 2117,
|
|
|
|
|
70, 70, 70, 70, 2129, 70, 70, 2127, 2130, 70,
|
|
|
|
|
2123, 2120, 2121, 2141, 2122, 70, 70, 2124, 2125, 2131,
|
|
|
|
|
2132, 70, 2126, 2128, 2133, 70, 2134, 2135, 70, 70,
|
|
|
|
|
2137, 70, 2136, 70, 2138, 2140, 70, 70, 70, 70,
|
|
|
|
|
|
|
|
|
|
70, 2145, 2146, 70, 2147, 70, 70, 2139, 2144, 70,
|
|
|
|
|
2150, 70, 2142, 2151, 2149, 70, 2143, 70, 70, 70,
|
|
|
|
|
70, 2148, 70, 70, 70, 2155, 2258, 2156, 2158, 70,
|
|
|
|
|
2159, 70, 2153, 2160, 70, 2161, 70, 2162, 70, 2154,
|
|
|
|
|
2152, 70, 2157, 2164, 70, 2165, 70, 70, 70, 2167,
|
|
|
|
|
2163, 70, 2169, 70, 70, 70, 2173, 70, 2171, 2166,
|
|
|
|
|
2172, 70, 70, 70, 70, 70, 2168, 70, 2175, 70,
|
|
|
|
|
70, 70, 2170, 2179, 70, 2174, 70, 70, 2180, 70,
|
|
|
|
|
2185, 2178, 70, 2176, 70, 2177, 70, 70, 2184, 2181,
|
|
|
|
|
2182, 70, 70, 70, 2183, 2186, 70, 2193, 70, 2195,
|
|
|
|
|
|
|
|
|
|
70, 2194, 70, 2187, 2188, 70, 2196, 2189, 2191, 2197,
|
|
|
|
|
70, 70, 2190, 70, 2198, 70, 2192, 70, 2199, 2203,
|
|
|
|
|
2200, 70, 2205, 70, 70, 70, 70, 2201, 70, 70,
|
|
|
|
|
70, 2210, 2202, 70, 2211, 2204, 2208, 70, 70, 2206,
|
|
|
|
|
70, 70, 70, 2213, 2207, 70, 2216, 2212, 2209, 70,
|
|
|
|
|
2217, 70, 70, 70, 70, 2215, 70, 2214, 70, 2222,
|
|
|
|
|
2226, 2223, 2225, 70, 2219, 2220, 70, 70, 2218, 70,
|
|
|
|
|
2227, 70, 2221, 70, 70, 2232, 2228, 2224, 2229, 2230,
|
|
|
|
|
70, 70, 2233, 70, 70, 70, 2231, 70, 2238, 70,
|
|
|
|
|
70, 2235, 70, 70, 70, 70, 70, 2243, 70, 2234,
|
|
|
|
|
|
|
|
|
|
70, 2247, 2241, 2240, 2236, 2242, 2237, 70, 2239, 70,
|
|
|
|
|
70, 2246, 2248, 70, 2244, 2245, 70, 2250, 70, 2252,
|
|
|
|
|
70, 2253, 70, 70, 2259, 70, 70, 2254, 70, 2251,
|
|
|
|
|
2255, 2257, 2256, 70, 70, 2249, 70, 70, 2265, 70,
|
|
|
|
|
2260, 2261, 2263, 70, 70, 70, 70, 2262, 70, 2267,
|
|
|
|
|
2268, 70, 2271, 2272, 70, 2264, 70, 70, 70, 2275,
|
|
|
|
|
2276, 70, 2266, 70, 70, 2269, 70, 2270, 2278, 70,
|
|
|
|
|
2277, 2279, 70, 2280, 70, 2273, 2274, 70, 70, 2281,
|
|
|
|
|
2285, 70, 2282, 2283, 2286, 70, 2287, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2284, 42, 42,
|
|
|
|
|
|
2017-08-08 05:09:45 -04:00
|
|
|
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,
|
2017-08-31 07:59:38 -04:00
|
|
|
63, 63, 63, 73, 73, 2287, 73, 73, 73, 73,
|
|
|
|
|
133, 133, 2287, 2287, 2287, 133, 133, 135, 135, 2287,
|
|
|
|
|
2287, 135, 2287, 135, 137, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
137, 140, 140, 2287, 2287, 2287, 140, 140, 142, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 142, 144, 144, 2287, 144, 144,
|
|
|
|
|
144, 144, 74, 74, 2287, 74, 74, 74, 74, 13,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[4531] =
|
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-08-31 07:59:38 -04:00
|
|
|
2293, 8, 7, 9, 9, 9, 22, 22, 8, 10,
|
2017-07-17 04:21:19 -04:00
|
|
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
210, 37, 210, 38, 37, 41, 41, 38, 38, 81,
|
2017-07-17 04:21:19 -04:00
|
|
|
|
|
|
|
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
84, 83, 80, 93, 107, 96, 99, 792, 85, 85,
|
2017-07-17 04:21:19 -04:00
|
|
|
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,
|
2017-08-08 05:09:45 -04:00
|
|
|
110, 112, 117, 118, 119, 114, 120, 122, 125, 120,
|
|
|
|
|
123, 126, 121, 122, 127, 117, 124, 124, 118, 116,
|
|
|
|
|
120, 117, 123, 119, 120, 121, 125, 126, 128, 129,
|
|
|
|
|
128, 130, 131, 132, 129, 127, 191, 124, 132, 134,
|
|
|
|
|
134, 136, 147, 130, 136, 141, 141, 147, 154, 191,
|
|
|
|
|
131, 128, 138, 154, 138, 138, 143, 138, 143, 143,
|
|
|
|
|
144, 143, 144, 144, 146, 144, 149, 146, 148, 150,
|
|
|
|
|
151, 152, 144, 153, 148, 155, 156, 157, 151, 173,
|
|
|
|
|
150, 149, 158, 157, 157, 156, 164, 158, 153, 165,
|
|
|
|
|
|
|
|
|
|
152, 159, 159, 160, 165, 155, 161, 173, 161, 160,
|
|
|
|
|
162, 161, 163, 163, 162, 164, 166, 167, 168, 162,
|
|
|
|
|
169, 166, 168, 170, 162, 169, 171, 172, 161, 174,
|
|
|
|
|
162, 162, 178, 175, 174, 179, 142, 170, 175, 172,
|
|
|
|
|
167, 171, 172, 176, 176, 177, 185, 180, 184, 176,
|
|
|
|
|
177, 179, 178, 180, 181, 181, 182, 184, 183, 186,
|
|
|
|
|
195, 176, 182, 176, 183, 186, 187, 185, 182, 188,
|
|
|
|
|
189, 187, 190, 193, 192, 188, 189, 194, 196, 190,
|
|
|
|
|
192, 197, 195, 194, 198, 199, 196, 200, 201, 198,
|
|
|
|
|
202, 203, 204, 193, 197, 202, 204, 205, 206, 207,
|
|
|
|
|
|
|
|
|
|
199, 208, 209, 200, 206, 211, 213, 208, 201, 203,
|
|
|
|
|
212, 214, 211, 215, 215, 216, 212, 207, 207, 205,
|
|
|
|
|
217, 216, 209, 214, 219, 213, 217, 218, 220, 218,
|
|
|
|
|
221, 223, 232, 222, 228, 229, 226, 223, 224, 216,
|
|
|
|
|
220, 222, 226, 224, 227, 225, 218, 219, 228, 221,
|
|
|
|
|
225, 230, 231, 229, 234, 233, 234, 232, 233, 227,
|
|
|
|
|
231, 235, 235, 236, 237, 230, 236, 238, 238, 239,
|
|
|
|
|
239, 240, 242, 241, 243, 242, 244, 245, 243, 246,
|
|
|
|
|
247, 251, 237, 245, 252, 244, 247, 240, 241, 248,
|
|
|
|
|
248, 249, 250, 246, 253, 254, 249, 140, 250, 255,
|
|
|
|
|
|
|
|
|
|
255, 251, 252, 256, 257, 258, 256, 259, 254, 258,
|
|
|
|
|
260, 260, 261, 262, 263, 253, 262, 264, 265, 266,
|
|
|
|
|
267, 265, 257, 264, 268, 259, 263, 271, 270, 267,
|
|
|
|
|
261, 266, 269, 268, 276, 269, 139, 267, 267, 271,
|
|
|
|
|
267, 270, 272, 275, 272, 272, 273, 273, 274, 276,
|
|
|
|
|
277, 274, 278, 269, 279, 279, 282, 280, 284, 277,
|
|
|
|
|
275, 278, 280, 275, 281, 281, 285, 283, 286, 287,
|
|
|
|
|
284, 282, 283, 288, 289, 287, 290, 294, 295, 289,
|
|
|
|
|
291, 137, 290, 286, 292, 291, 285, 293, 300, 292,
|
|
|
|
|
293, 294, 293, 288, 295, 292, 296, 295, 297, 295,
|
|
|
|
|
|
|
|
|
|
299, 298, 301, 306, 297, 296, 298, 303, 300, 302,
|
|
|
|
|
303, 304, 309, 299, 308, 307, 310, 301, 306, 308,
|
|
|
|
|
308, 299, 311, 302, 307, 304, 303, 305, 312, 305,
|
|
|
|
|
305, 313, 315, 309, 314, 310, 316, 311, 317, 305,
|
|
|
|
|
314, 305, 305, 305, 314, 313, 305, 318, 312, 319,
|
|
|
|
|
320, 321, 322, 324, 319, 315, 316, 321, 317, 323,
|
|
|
|
|
325, 326, 318, 327, 328, 320, 325, 324, 330, 328,
|
|
|
|
|
333, 323, 322, 329, 329, 331, 329, 332, 334, 327,
|
|
|
|
|
334, 335, 337, 336, 333, 335, 326, 336, 330, 338,
|
|
|
|
|
339, 331, 340, 332, 342, 345, 343, 135, 342, 339,
|
|
|
|
|
|
|
|
|
|
337, 340, 336, 338, 341, 343, 349, 344, 346, 341,
|
|
|
|
|
339, 347, 339, 344, 346, 347, 345, 348, 350, 350,
|
|
|
|
|
351, 353, 348, 352, 354, 354, 349, 356, 352, 355,
|
|
|
|
|
357, 356, 358, 351, 353, 355, 359, 358, 360, 362,
|
|
|
|
|
361, 363, 363, 362, 364, 359, 365, 366, 366, 364,
|
|
|
|
|
360, 357, 361, 368, 368, 369, 370, 371, 372, 373,
|
|
|
|
|
376, 375, 378, 377, 370, 379, 371, 365, 378, 381,
|
|
|
|
|
380, 373, 384, 389, 379, 380, 369, 377, 372, 375,
|
|
|
|
|
376, 375, 382, 381, 385, 383, 387, 385, 386, 390,
|
|
|
|
|
382, 383, 384, 388, 386, 389, 392, 391, 388, 393,
|
|
|
|
|
|
|
|
|
|
387, 391, 394, 395, 393, 397, 406, 398, 402, 400,
|
|
|
|
|
390, 392, 386, 401, 399, 400, 401, 133, 394, 404,
|
|
|
|
|
400, 406, 395, 396, 396, 397, 398, 409, 402, 396,
|
|
|
|
|
399, 396, 403, 403, 405, 405, 407, 408, 410, 396,
|
|
|
|
|
411, 412, 396, 413, 404, 411, 409, 415, 407, 396,
|
|
|
|
|
412, 414, 408, 415, 417, 418, 419, 420, 417, 421,
|
|
|
|
|
410, 418, 413, 421, 422, 423, 414, 423, 419, 427,
|
|
|
|
|
424, 425, 425, 426, 428, 420, 429, 422, 424, 426,
|
|
|
|
|
428, 427, 430, 431, 432, 430, 434, 433, 429, 432,
|
|
|
|
|
433, 435, 466, 437, 436, 438, 438, 444, 431, 436,
|
|
|
|
|
|
|
|
|
|
436, 466, 434, 439, 439, 434, 437, 435, 440, 441,
|
|
|
|
|
441, 442, 442, 443, 440, 445, 446, 447, 444, 443,
|
|
|
|
|
445, 449, 448, 451, 450, 447, 448, 449, 450, 452,
|
|
|
|
|
453, 454, 456, 455, 452, 446, 457, 454, 455, 457,
|
|
|
|
|
458, 451, 459, 459, 457, 460, 456, 461, 457, 462,
|
|
|
|
|
453, 463, 461, 464, 462, 465, 467, 469, 458, 467,
|
|
|
|
|
468, 465, 469, 460, 468, 463, 470, 471, 464, 472,
|
|
|
|
|
473, 470, 474, 475, 477, 473, 476, 482, 478, 483,
|
|
|
|
|
477, 474, 472, 471, 478, 69, 468, 479, 476, 475,
|
|
|
|
|
479, 480, 481, 483, 480, 482, 484, 481, 485, 486,
|
|
|
|
|
|
|
|
|
|
493, 487, 484, 485, 487, 486, 488, 489, 490, 491,
|
|
|
|
|
492, 488, 489, 489, 494, 495, 492, 497, 495, 493,
|
|
|
|
|
496, 490, 491, 494, 501, 498, 496, 500, 500, 497,
|
|
|
|
|
498, 499, 502, 495, 502, 503, 499, 499, 504, 505,
|
|
|
|
|
504, 506, 507, 508, 509, 511, 510, 512, 509, 501,
|
|
|
|
|
513, 514, 515, 516, 503, 510, 517, 505, 515, 506,
|
|
|
|
|
511, 507, 520, 508, 522, 512, 514, 518, 518, 513,
|
|
|
|
|
519, 521, 516, 520, 519, 517, 521, 523, 524, 525,
|
|
|
|
|
522, 527, 526, 530, 528, 529, 525, 526, 527, 528,
|
|
|
|
|
529, 524, 531, 532, 533, 534, 523, 536, 535, 531,
|
|
|
|
|
|
|
|
|
|
536, 530, 532, 535, 534, 537, 538, 542, 533, 537,
|
|
|
|
|
539, 539, 540, 540, 541, 541, 542, 544, 545, 546,
|
|
|
|
|
548, 540, 547, 549, 545, 550, 547, 538, 552, 551,
|
|
|
|
|
553, 550, 548, 554, 557, 555, 544, 551, 63, 546,
|
|
|
|
|
555, 549, 560, 563, 555, 564, 552, 555, 571, 557,
|
|
|
|
|
572, 564, 563, 554, 555, 553, 565, 555, 573, 560,
|
|
|
|
|
565, 566, 566, 567, 567, 568, 575, 575, 572, 571,
|
|
|
|
|
570, 568, 569, 569, 569, 570, 569, 574, 576, 569,
|
|
|
|
|
574, 577, 577, 573, 569, 576, 578, 579, 579, 580,
|
|
|
|
|
569, 569, 581, 582, 580, 581, 584, 583, 582, 583,
|
|
|
|
|
|
|
|
|
|
585, 578, 586, 587, 589, 588, 586, 591, 584, 590,
|
|
|
|
|
590, 592, 589, 593, 594, 595, 596, 596, 600, 585,
|
|
|
|
|
595, 600, 591, 587, 588, 592, 594, 597, 598, 599,
|
|
|
|
|
601, 593, 597, 602, 598, 599, 601, 603, 604, 605,
|
|
|
|
|
606, 602, 607, 609, 605, 603, 610, 606, 608, 608,
|
|
|
|
|
612, 611, 609, 614, 610, 615, 604, 611, 618, 620,
|
|
|
|
|
616, 607, 614, 616, 615, 617, 619, 619, 621, 612,
|
|
|
|
|
617, 622, 618, 623, 620, 624, 631, 626, 624, 626,
|
|
|
|
|
622, 627, 627, 628, 629, 630, 624, 621, 632, 629,
|
|
|
|
|
634, 633, 638, 637, 635, 636, 631, 623, 635, 634,
|
|
|
|
|
|
|
|
|
|
643, 638, 639, 640, 628, 644, 630, 642, 642, 641,
|
|
|
|
|
632, 633, 637, 636, 639, 641, 645, 640, 646, 644,
|
|
|
|
|
643, 647, 645, 648, 646, 647, 649, 650, 651, 652,
|
|
|
|
|
652, 653, 650, 654, 655, 656, 654, 653, 649, 657,
|
|
|
|
|
658, 660, 648, 659, 659, 657, 649, 662, 656, 651,
|
|
|
|
|
661, 661, 655, 663, 664, 666, 667, 663, 669, 660,
|
|
|
|
|
658, 670, 662, 672, 672, 673, 674, 676, 675, 673,
|
|
|
|
|
667, 676, 677, 664, 708, 678, 679, 708, 669, 666,
|
|
|
|
|
678, 674, 670, 671, 681, 682, 671, 677, 671, 682,
|
|
|
|
|
679, 680, 671, 675, 671, 683, 680, 680, 681, 671,
|
|
|
|
|
|
|
|
|
|
684, 685, 686, 687, 671, 684, 685, 688, 689, 58,
|
|
|
|
|
683, 690, 691, 691, 689, 684, 686, 690, 692, 693,
|
|
|
|
|
693, 688, 694, 692, 687, 693, 695, 693, 696, 697,
|
|
|
|
|
699, 695, 698, 698, 694, 699, 700, 701, 693, 702,
|
|
|
|
|
703, 697, 696, 707, 700, 693, 704, 704, 705, 707,
|
|
|
|
|
709, 701, 705, 710, 711, 713, 712, 716, 702, 703,
|
|
|
|
|
711, 712, 714, 715, 717, 719, 710, 718, 721, 709,
|
|
|
|
|
717, 714, 715, 716, 713, 720, 718, 722, 723, 726,
|
|
|
|
|
720, 724, 728, 725, 719, 726, 729, 731, 721, 730,
|
|
|
|
|
724, 722, 725, 53, 732, 733, 728, 740, 723, 732,
|
|
|
|
|
|
|
|
|
|
733, 734, 731, 735, 737, 729, 734, 730, 736, 736,
|
|
|
|
|
737, 738, 735, 740, 741, 744, 745, 742, 742, 741,
|
|
|
|
|
741, 742, 743, 746, 738, 743, 747, 748, 749, 744,
|
|
|
|
|
750, 749, 747, 753, 751, 752, 745, 754, 746, 751,
|
|
|
|
|
752, 755, 754, 756, 758, 759, 755, 748, 760, 753,
|
|
|
|
|
758, 750, 761, 761, 760, 756, 762, 763, 765, 764,
|
|
|
|
|
766, 759, 764, 767, 768, 762, 769, 773, 770, 771,
|
|
|
|
|
52, 775, 769, 770, 771, 763, 765, 768, 774, 766,
|
|
|
|
|
776, 774, 775, 767, 777, 773, 779, 778, 782, 780,
|
|
|
|
|
777, 783, 776, 778, 780, 781, 781, 784, 785, 786,
|
|
|
|
|
|
|
|
|
|
788, 779, 785, 787, 789, 783, 791, 782, 793, 784,
|
|
|
|
|
795, 794, 787, 798, 796, 797, 805, 786, 798, 788,
|
|
|
|
|
796, 797, 793, 800, 801, 791, 794, 802, 800, 789,
|
|
|
|
|
795, 799, 803, 799, 804, 805, 806, 803, 801, 807,
|
|
|
|
|
808, 802, 810, 806, 809, 809, 811, 812, 813, 804,
|
|
|
|
|
814, 816, 816, 812, 807, 814, 810, 817, 818, 808,
|
|
|
|
|
819, 821, 817, 822, 811, 818, 814, 820, 813, 814,
|
|
|
|
|
820, 823, 822, 824, 819, 825, 823, 826, 832, 821,
|
|
|
|
|
825, 828, 828, 829, 830, 831, 833, 829, 834, 836,
|
|
|
|
|
835, 837, 824, 830, 840, 834, 826, 832, 838, 839,
|
|
|
|
|
|
|
|
|
|
831, 833, 835, 841, 842, 839, 843, 845, 836, 840,
|
|
|
|
|
847, 846, 837, 845, 848, 843, 838, 849, 847, 850,
|
|
|
|
|
852, 851, 849, 841, 842, 846, 851, 851, 853, 858,
|
|
|
|
|
854, 850, 855, 855, 848, 857, 860, 860, 858, 852,
|
|
|
|
|
859, 47, 853, 854, 856, 861, 859, 862, 857, 856,
|
|
|
|
|
861, 866, 856, 856, 863, 864, 862, 856, 869, 863,
|
|
|
|
|
864, 865, 865, 856, 867, 868, 870, 856, 871, 872,
|
|
|
|
|
868, 866, 869, 867, 871, 872, 873, 875, 874, 876,
|
|
|
|
|
876, 873, 874, 877, 870, 877, 875, 878, 880, 881,
|
|
|
|
|
882, 875, 880, 875, 883, 875, 884, 875, 878, 885,
|
|
|
|
|
|
|
|
|
|
886, 884, 884, 883, 881, 887, 888, 889, 882, 886,
|
|
|
|
|
890, 891, 893, 885, 888, 890, 894, 892, 895, 896,
|
|
|
|
|
896, 889, 897, 895, 887, 891, 892, 898, 898, 900,
|
|
|
|
|
893, 901, 900, 902, 903, 903, 901, 897, 904, 905,
|
|
|
|
|
905, 894, 906, 907, 908, 908, 909, 906, 910, 911,
|
|
|
|
|
912, 914, 902, 910, 916, 912, 915, 911, 904, 913,
|
|
|
|
|
913, 916, 915, 917, 907, 919, 909, 920, 922, 914,
|
|
|
|
|
921, 919, 923, 920, 922, 921, 917, 924, 925, 926,
|
|
|
|
|
926, 923, 927, 928, 929, 930, 931, 933, 932, 925,
|
|
|
|
|
934, 930, 935, 936, 936, 937, 924, 938, 939, 933,
|
|
|
|
|
|
|
|
|
|
931, 942, 927, 928, 934, 42, 931, 929, 932, 940,
|
|
|
|
|
935, 941, 941, 943, 940, 937, 939, 945, 943, 947,
|
|
|
|
|
946, 948, 938, 949, 942, 946, 946, 950, 947, 948,
|
2017-08-31 07:59:38 -04:00
|
|
|
951, 952, 953, 952, 954, 951, 945, 949, 951, 955,
|
|
|
|
|
954, 956, 950, 955, 957, 950, 953, 958, 959, 960,
|
|
|
|
|
961, 962, 956, 964, 960, 967, 965, 964, 966, 971,
|
|
|
|
|
14, 968, 973, 957, 969, 970, 959, 967, 961, 973,
|
|
|
|
|
975, 962, 980, 958, 965, 968, 972, 966, 971, 969,
|
|
|
|
|
970, 972, 974, 976, 977, 977, 978, 974, 975, 979,
|
|
|
|
|
13, 981, 976, 980, 982, 979, 981, 983, 984, 984,
|
|
|
|
|
|
|
|
|
|
982, 978, 989, 983, 985, 985, 987, 987, 988, 990,
|
|
|
|
|
991, 989, 988, 992, 993, 994, 994, 995, 996, 998,
|
|
|
|
|
997, 993, 999, 1003, 991, 997, 996, 990, 992, 1000,
|
|
|
|
|
1002, 1007, 1004, 998, 1000, 1000, 1005, 995, 1001, 1006,
|
|
|
|
|
1008, 999, 1003, 1001, 1001, 1006, 1009, 1010, 1011, 1012,
|
|
|
|
|
1002, 1004, 1009, 1010, 1013, 1005, 1014, 1007, 1015, 1008,
|
|
|
|
|
1016, 1017, 1018, 1018, 0, 1020, 1019, 1011, 1012, 1019,
|
|
|
|
|
1021, 1021, 1015, 1013, 1022, 1014, 1017, 1020, 1023, 1022,
|
|
|
|
|
1024, 1016, 1023, 1025, 1026, 1027, 1029, 1027, 1035, 1030,
|
|
|
|
|
1037, 1027, 1025, 1024, 1031, 1031, 1032, 1026, 1033, 1034,
|
|
|
|
|
|
|
|
|
|
1036, 1032, 1033, 1034, 1027, 1030, 1029, 1038, 1035, 1041,
|
|
|
|
|
1037, 1039, 1039, 1038, 1043, 1044, 1044, 1045, 1036, 1043,
|
|
|
|
|
1047, 1047, 1050, 1045, 1049, 1049, 1052, 1041, 1054, 1052,
|
|
|
|
|
1053, 1053, 1055, 1056, 1057, 1058, 1059, 1059, 1050, 1057,
|
|
|
|
|
1060, 1061, 1063, 1054, 1060, 1062, 1062, 1056, 1064, 1065,
|
|
|
|
|
1058, 1066, 1071, 1065, 1070, 1067, 1074, 1055, 1075, 1064,
|
|
|
|
|
1067, 1061, 1069, 1069, 1063, 1078, 1071, 1072, 1072, 1073,
|
|
|
|
|
1066, 1076, 1070, 1079, 1073, 1079, 1074, 1077, 1075, 1080,
|
|
|
|
|
1076, 1081, 1077, 1082, 1080, 1078, 1083, 1081, 1085, 1086,
|
|
|
|
|
1086, 1087, 1083, 1088, 1090, 1091, 1091, 1092, 1092, 1088,
|
|
|
|
|
|
|
|
|
|
1094, 1093, 1085, 1082, 1095, 1096, 1096, 1095, 1097, 1098,
|
|
|
|
|
1087, 1100, 1104, 1102, 1230, 1094, 1230, 1100, 1090, 1093,
|
|
|
|
|
1097, 1099, 1102, 1101, 1099, 1103, 1106, 1099, 1101, 1098,
|
|
|
|
|
1103, 1105, 1106, 1108, 1105, 1107, 1107, 1104, 1109, 1099,
|
|
|
|
|
1110, 1111, 1114, 1112, 1113, 1116, 1116, 1111, 1112, 1115,
|
|
|
|
|
1113, 1108, 1118, 1117, 1115, 1119, 1120, 1109, 1117, 1121,
|
|
|
|
|
1110, 1125, 1123, 1122, 1126, 1114, 1124, 1125, 1127, 1128,
|
|
|
|
|
1118, 1129, 1137, 1121, 1123, 1119, 1120, 1122, 1132, 1124,
|
|
|
|
|
1131, 1131, 1133, 1128, 1126, 1134, 1134, 1133, 1127, 1135,
|
|
|
|
|
1138, 1136, 1129, 1139, 1140, 1143, 1137, 1145, 1132, 1141,
|
|
|
|
|
|
|
|
|
|
1147, 1142, 1139, 1151, 1135, 1136, 1141, 0, 1138, 1140,
|
|
|
|
|
1142, 1143, 1145, 1142, 1148, 1148, 1152, 1145, 1149, 1149,
|
|
|
|
|
1150, 1152, 1151, 1150, 1153, 1147, 1154, 1155, 1157, 1156,
|
|
|
|
|
1158, 1159, 1159, 1160, 1161, 1154, 1158, 1157, 1156, 1162,
|
|
|
|
|
1153, 1156, 1163, 1164, 1167, 1168, 1155, 1161, 1165, 1169,
|
|
|
|
|
1169, 1170, 1171, 1160, 1180, 1180, 1163, 1162, 1186, 1164,
|
|
|
|
|
1165, 1171, 1175, 1168, 1174, 1172, 1179, 1170, 1178, 1167,
|
|
|
|
|
1172, 1173, 1173, 1174, 1178, 1181, 1174, 1176, 1186, 1188,
|
|
|
|
|
1175, 1181, 1176, 1176, 1179, 1182, 1173, 1183, 1184, 1187,
|
|
|
|
|
1182, 1192, 1188, 1183, 1184, 1187, 1189, 1195, 1193, 1189,
|
|
|
|
|
|
|
|
|
|
1194, 1196, 1197, 1198, 1199, 1189, 1193, 1202, 1197, 1208,
|
|
|
|
|
1192, 1201, 1201, 1194, 1203, 1195, 1204, 1207, 1203, 1198,
|
|
|
|
|
1196, 1204, 1199, 1205, 1206, 1210, 1207, 1202, 1205, 1206,
|
|
|
|
|
1211, 1211, 1208, 1212, 1213, 1216, 1214, 1215, 1217, 1218,
|
|
|
|
|
1210, 1213, 1220, 1219, 1221, 1218, 0, 1212, 1214, 1215,
|
|
|
|
|
1221, 1222, 1222, 1223, 1216, 1219, 1223, 1227, 1217, 1226,
|
|
|
|
|
1220, 1224, 1224, 1229, 1226, 1231, 1227, 1228, 1228, 1232,
|
|
|
|
|
1233, 1234, 1235, 1236, 1237, 1229, 1239, 1235, 1238, 1241,
|
|
|
|
|
1242, 1239, 1236, 1240, 1244, 1231, 1237, 1245, 1233, 1234,
|
|
|
|
|
1244, 1232, 1240, 1238, 1246, 1242, 1243, 1243, 1247, 1241,
|
|
|
|
|
|
|
|
|
|
1248, 1248, 1249, 1250, 1250, 1240, 1251, 1253, 1245, 1252,
|
|
|
|
|
1252, 1253, 1255, 1246, 1254, 1255, 1258, 1257, 1247, 1259,
|
|
|
|
|
1254, 1260, 1249, 1257, 1265, 1259, 1261, 1251, 1266, 1261,
|
|
|
|
|
1262, 1262, 1263, 1263, 1258, 1264, 1265, 1265, 1265, 1267,
|
|
|
|
|
1269, 1264, 1272, 1265, 1268, 1279, 1260, 1271, 1266, 1273,
|
|
|
|
|
1268, 1273, 1271, 1271, 1274, 1275, 1272, 1276, 1277, 1267,
|
|
|
|
|
1269, 1278, 1281, 1276, 1283, 1274, 1279, 1277, 1280, 1280,
|
|
|
|
|
1275, 1282, 1282, 1284, 1285, 1285, 1286, 1286, 1289, 1290,
|
|
|
|
|
1294, 1278, 1291, 1291, 1283, 1293, 1292, 1289, 1281, 1294,
|
|
|
|
|
1295, 1297, 1293, 1296, 1296, 1284, 1298, 1300, 1301, 1302,
|
|
|
|
|
|
|
|
|
|
1290, 1292, 1300, 1303, 1301, 1304, 1309, 1305, 1306, 1306,
|
|
|
|
|
1303, 1304, 1298, 1305, 1308, 1307, 1295, 1297, 1310, 1302,
|
|
|
|
|
1307, 1311, 1312, 1308, 1313, 1312, 1309, 1314, 1315, 1315,
|
|
|
|
|
1316, 1317, 1320, 1311, 1324, 1317, 1319, 1310, 1322, 1323,
|
|
|
|
|
1324, 1325, 1313, 1323, 1329, 1316, 1330, 1320, 1326, 1326,
|
|
|
|
|
1325, 1317, 1327, 1314, 1331, 1319, 1332, 1322, 1328, 1328,
|
|
|
|
|
1330, 1336, 1332, 1327, 1334, 1329, 1333, 1333, 1327, 1334,
|
|
|
|
|
1334, 1335, 1337, 1338, 1331, 1343, 1340, 1335, 1341, 1338,
|
|
|
|
|
1342, 1345, 1341, 1344, 1337, 1346, 1347, 1336, 1340, 1344,
|
|
|
|
|
1349, 1346, 1342, 1349, 1350, 1350, 1351, 1351, 1347, 1353,
|
|
|
|
|
|
|
|
|
|
1343, 1352, 1352, 1345, 1354, 1355, 1358, 1356, 1357, 1363,
|
|
|
|
|
1354, 1355, 1356, 1360, 1357, 1358, 1365, 1362, 1360, 1353,
|
|
|
|
|
1362, 1363, 1366, 1367, 1367, 1369, 1368, 1370, 1365, 1372,
|
|
|
|
|
1369, 1373, 1370, 1374, 1366, 1368, 1371, 1371, 1375, 1376,
|
|
|
|
|
1373, 1377, 1378, 1376, 1379, 1382, 1377, 1383, 1378, 1372,
|
|
|
|
|
1384, 1374, 1381, 1381, 1386, 1386, 1383, 1375, 1379, 1384,
|
|
|
|
|
1388, 1391, 1390, 1382, 1381, 1392, 1393, 1394, 1394, 1400,
|
|
|
|
|
1395, 1392, 1395, 1396, 1396, 1391, 1388, 1390, 1397, 1402,
|
|
|
|
|
1399, 1401, 1401, 1393, 1403, 1404, 1397, 1399, 1402, 1400,
|
|
|
|
|
1405, 1406, 1407, 1408, 1409, 1411, 1414, 1404, 1412, 1415,
|
|
|
|
|
|
|
|
|
|
1409, 1416, 1405, 1406, 1416, 1403, 1413, 1413, 1408, 1418,
|
|
|
|
|
1412, 1417, 1420, 1409, 1414, 1411, 1417, 1420, 1407, 1415,
|
|
|
|
|
1421, 1422, 1421, 1423, 1424, 1426, 1429, 1431, 1423, 1418,
|
|
|
|
|
1427, 1424, 1427, 1432, 1426, 1430, 1430, 1434, 1432, 1422,
|
|
|
|
|
1429, 1433, 1434, 1433, 1435, 1436, 1437, 1439, 1438, 1435,
|
|
|
|
|
1441, 1440, 1439, 1431, 1438, 1443, 1444, 1447, 1441, 1445,
|
|
|
|
|
1445, 1446, 1446, 1436, 1440, 1448, 1437, 1449, 1452, 1457,
|
|
|
|
|
1444, 1450, 1447, 1449, 1443, 1451, 1450, 1451, 1453, 1453,
|
|
|
|
|
1452, 1454, 1454, 1455, 1456, 1448, 1456, 1458, 1458, 1459,
|
|
|
|
|
1457, 1460, 1455, 1465, 1462, 1455, 1463, 1466, 1459, 1462,
|
|
|
|
|
|
|
|
|
|
1467, 1463, 1470, 1460, 1468, 1472, 1465, 1473, 1470, 1474,
|
|
|
|
|
1475, 1472, 1476, 1476, 1477, 1478, 1478, 1466, 1467, 1475,
|
|
|
|
|
1468, 1470, 1473, 1477, 1479, 1480, 1481, 1482, 1485, 1480,
|
|
|
|
|
1483, 1481, 0, 1484, 1474, 1483, 1483, 1488, 1488, 1494,
|
|
|
|
|
1482, 1484, 1490, 1479, 1489, 1489, 1491, 1491, 1485, 1492,
|
|
|
|
|
1492, 1490, 1493, 1496, 1495, 1497, 1497, 1494, 1496, 1489,
|
|
|
|
|
1495, 1498, 1501, 1500, 1493, 1502, 1498, 1500, 1504, 1502,
|
|
|
|
|
1489, 1505, 1506, 1507, 1508, 1510, 1505, 1513, 1509, 1508,
|
|
|
|
|
1511, 1511, 1501, 1512, 1514, 1515, 1516, 1512, 1507, 1514,
|
|
|
|
|
1518, 1510, 1513, 1504, 1519, 1506, 1509, 1520, 1522, 1521,
|
|
|
|
|
|
|
|
|
|
1523, 1524, 1527, 1527, 1528, 1516, 1530, 1528, 1526, 1518,
|
|
|
|
|
0, 1515, 1523, 1529, 1531, 1532, 1532, 1519, 1521, 1522,
|
|
|
|
|
1530, 1520, 1524, 1526, 1533, 1533, 1529, 1531, 1534, 1534,
|
|
|
|
|
1535, 1536, 1537, 1537, 1538, 1539, 1539, 1540, 1543, 1544,
|
|
|
|
|
0, 1545, 1540, 1538, 1536, 1535, 1538, 1542, 1546, 1546,
|
|
|
|
|
1547, 1547, 1542, 1545, 1548, 1549, 1549, 1550, 1543, 1544,
|
|
|
|
|
1551, 1551, 1552, 1552, 1553, 1554, 1556, 1557, 1557, 1558,
|
|
|
|
|
1565, 1556, 1560, 1548, 1561, 1550, 1559, 1559, 1553, 1562,
|
|
|
|
|
1561, 1566, 1562, 1567, 1554, 1563, 1563, 1570, 1558, 1565,
|
|
|
|
|
1560, 1564, 1564, 1568, 1568, 1571, 1566, 1572, 1575, 1573,
|
|
|
|
|
|
|
|
|
|
1577, 1563, 1567, 1573, 1574, 1574, 1578, 1570, 1576, 1576,
|
|
|
|
|
1579, 1584, 1572, 1578, 1580, 1580, 1581, 1575, 1571, 1582,
|
|
|
|
|
1577, 1582, 1585, 1584, 1586, 1581, 1587, 1585, 1589, 1588,
|
|
|
|
|
1590, 1591, 1592, 1589, 1593, 1590, 1579, 1595, 1594, 1587,
|
|
|
|
|
1597, 1592, 1596, 1593, 1597, 1599, 1591, 1594, 1596, 1586,
|
|
|
|
|
1588, 1595, 1601, 1602, 1602, 1605, 1603, 1604, 1604, 1607,
|
|
|
|
|
1608, 1601, 1603, 1611, 1610, 1599, 1604, 1612, 1613, 1608,
|
|
|
|
|
1615, 1617, 1618, 1615, 1607, 1605, 1610, 1605, 1616, 1611,
|
|
|
|
|
1613, 1626, 1612, 1616, 1618, 1619, 1619, 1621, 1621, 1622,
|
|
|
|
|
1623, 1617, 1624, 1628, 1622, 1626, 1623, 1629, 1624, 1625,
|
|
|
|
|
|
|
|
|
|
1625, 1627, 1627, 1630, 1633, 1628, 1631, 1631, 1633, 1634,
|
|
|
|
|
1636, 1629, 1634, 1635, 1635, 1636, 1637, 1638, 1639, 1640,
|
|
|
|
|
1641, 1642, 1630, 1640, 1643, 1644, 1642, 1645, 1647, 1648,
|
|
|
|
|
1643, 1644, 1639, 1649, 1648, 1650, 1637, 1638, 1654, 1649,
|
|
|
|
|
1641, 1655, 1655, 1650, 1647, 1645, 1651, 1656, 1651, 1657,
|
|
|
|
|
1656, 1660, 1654, 1658, 1658, 1660, 1661, 1662, 1663, 1663,
|
|
|
|
|
1669, 1664, 1661, 1667, 1667, 1681, 1672, 1673, 1680, 1662,
|
|
|
|
|
1664, 1672, 1673, 1674, 1674, 1657, 1676, 1676, 1669, 1678,
|
|
|
|
|
1679, 1679, 1684, 1682, 1680, 1678, 1685, 1681, 1682, 1686,
|
|
|
|
|
1686, 1688, 1690, 1689, 1691, 1693, 1693, 0, 1685, 1689,
|
|
|
|
|
|
|
|
|
|
1688, 1684, 1695, 1695, 1696, 1696, 1697, 1699, 1700, 1691,
|
|
|
|
|
1690, 1697, 1698, 1701, 1698, 1702, 1702, 1705, 1701, 1703,
|
|
|
|
|
1703, 1699, 1700, 1704, 1704, 1706, 1707, 1707, 1708, 1705,
|
|
|
|
|
1709, 1710, 1711, 1713, 1712, 1714, 1714, 1715, 1710, 1712,
|
|
|
|
|
1708, 1716, 1709, 1706, 1711, 1717, 1715, 1718, 1719, 1720,
|
|
|
|
|
1721, 1721, 1722, 1713, 1724, 1723, 1725, 1727, 0, 1726,
|
|
|
|
|
1718, 1722, 1726, 1720, 1728, 1717, 1735, 1716, 1737, 1728,
|
|
|
|
|
1729, 1727, 1719, 1723, 1736, 1729, 1724, 1730, 1730, 1725,
|
|
|
|
|
1731, 1731, 1732, 1732, 1735, 1736, 1739, 1737, 1741, 1740,
|
|
|
|
|
1743, 1742, 1744, 1746, 1746, 1745, 1748, 1748, 1750, 1743,
|
|
|
|
|
|
|
|
|
|
1749, 1751, 1752, 1753, 1754, 1756, 1739, 1740, 1751, 1749,
|
|
|
|
|
1741, 1742, 1744, 1745, 1755, 1760, 1750, 1752, 1757, 1757,
|
|
|
|
|
1761, 1753, 1754, 1759, 1756, 1758, 1758, 1762, 1764, 1759,
|
|
|
|
|
1755, 1763, 1765, 1760, 1766, 1761, 1763, 1772, 1767, 1766,
|
|
|
|
|
1767, 1768, 1768, 1769, 1774, 1769, 1762, 1775, 1764, 1770,
|
|
|
|
|
1770, 1776, 1765, 1774, 1779, 1780, 1772, 1782, 1780, 1781,
|
|
|
|
|
1781, 1783, 1784, 1784, 1785, 1787, 1795, 1775, 1785, 1788,
|
|
|
|
|
1776, 1790, 1782, 1788, 1779, 1789, 1789, 1792, 1792, 1783,
|
|
|
|
|
1787, 1794, 1794, 1797, 1790, 1795, 1796, 1796, 1797, 1798,
|
|
|
|
|
1798, 1802, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809,
|
|
|
|
|
|
|
|
|
|
1810, 1806, 1812, 1808, 1805, 1813, 1815, 1804, 1810, 1814,
|
|
|
|
|
1813, 1807, 1816, 1816, 1814, 1803, 1818, 1812, 1809, 1817,
|
|
|
|
|
1817, 1815, 1819, 1818, 1820, 1823, 1821, 1819, 1822, 1822,
|
|
|
|
|
1820, 1821, 1824, 1825, 1825, 1826, 1826, 1824, 1829, 1830,
|
|
|
|
|
1823, 1831, 1832, 1833, 1830, 1830, 1831, 1832, 1834, 1833,
|
|
|
|
|
1835, 1829, 1834, 1836, 1837, 1835, 1838, 1842, 1839, 1840,
|
|
|
|
|
1842, 1843, 1836, 1839, 1838, 1844, 1843, 1845, 1846, 1837,
|
|
|
|
|
1847, 1840, 1848, 1848, 1852, 1849, 1853, 1846, 1854, 1847,
|
|
|
|
|
1845, 1855, 1855, 1844, 1849, 1856, 1857, 1858, 1859, 1859,
|
|
|
|
|
1860, 1862, 1864, 1852, 1865, 1857, 1853, 1854, 1865, 1866,
|
|
|
|
|
|
|
|
|
|
1867, 1867, 1858, 1868, 1856, 1866, 1862, 1871, 1869, 1860,
|
|
|
|
|
1872, 1868, 1864, 1869, 1874, 1875, 1871, 1876, 1874, 1878,
|
|
|
|
|
1878, 1881, 1881, 1872, 1883, 1885, 1886, 1886, 1893, 1875,
|
|
|
|
|
1887, 1887, 1876, 1888, 1889, 1889, 1888, 1890, 1890, 1891,
|
|
|
|
|
1891, 1892, 1892, 1894, 1883, 1885, 1893, 1895, 1896, 1896,
|
|
|
|
|
1897, 1901, 1902, 1895, 1897, 1900, 1903, 1894, 1902, 1904,
|
|
|
|
|
1900, 1900, 1903, 1905, 1906, 1906, 1909, 1905, 1912, 1910,
|
|
|
|
|
1913, 1909, 1910, 1913, 1901, 1915, 1918, 1914, 1916, 1917,
|
|
|
|
|
1915, 1919, 1919, 1920, 1904, 1922, 1923, 1923, 0, 1921,
|
|
|
|
|
1918, 1924, 1924, 1912, 1914, 1914, 1916, 1921, 1926, 1917,
|
|
|
|
|
|
|
|
|
|
1925, 1925, 1920, 1927, 1922, 1928, 1929, 1930, 1927, 1931,
|
|
|
|
|
1932, 1934, 1934, 1936, 1926, 1935, 1930, 1939, 1935, 1938,
|
|
|
|
|
1938, 1940, 1940, 1941, 1939, 1928, 1942, 1944, 1941, 1931,
|
|
|
|
|
1932, 1936, 1929, 1945, 1945, 1942, 1946, 1947, 1948, 1950,
|
|
|
|
|
1946, 1951, 1949, 1953, 1953, 1944, 1947, 1949, 1949, 1954,
|
|
|
|
|
1951, 1955, 1950, 1948, 1957, 1959, 1962, 1964, 1954, 1963,
|
|
|
|
|
1963, 1962, 1971, 1955, 1966, 1972, 1964, 1959, 1970, 1966,
|
|
|
|
|
1967, 1967, 1969, 1969, 1967, 1973, 1978, 1970, 1976, 1957,
|
|
|
|
|
1973, 1975, 1971, 1976, 1972, 1977, 1977, 1975, 1979, 1981,
|
|
|
|
|
1980, 1982, 1983, 1986, 1978, 1980, 1987, 1982, 1984, 1984,
|
|
|
|
|
|
|
|
|
|
1988, 1988, 1989, 1992, 1990, 1991, 1993, 1981, 1990, 1979,
|
|
|
|
|
1994, 1987, 1986, 1996, 1991, 1989, 1995, 1983, 1994, 1992,
|
|
|
|
|
2003, 1995, 1997, 1997, 1998, 1993, 2000, 2000, 2001, 2001,
|
|
|
|
|
2005, 2005, 2006, 2007, 2009, 2009, 2010, 2011, 2007, 1996,
|
|
|
|
|
2012, 2003, 2017, 1998, 2014, 2014, 2020, 2015, 2006, 2018,
|
|
|
|
|
2018, 2019, 2019, 2021, 2022, 2020, 2010, 2023, 2029, 2012,
|
|
|
|
|
2011, 2015, 2024, 2024, 2017, 2025, 2022, 2028, 2025, 2026,
|
|
|
|
|
2026, 2033, 2021, 2037, 2030, 2031, 2031, 2023, 2029, 2028,
|
|
|
|
|
2030, 2032, 2035, 2036, 2032, 2038, 2039, 2035, 2036, 2033,
|
|
|
|
|
2043, 2038, 2037, 2040, 2040, 2042, 2042, 2045, 2045, 2047,
|
|
|
|
|
|
|
|
|
|
2046, 2048, 2057, 2039, 2039, 2046, 2048, 2049, 2049, 2043,
|
|
|
|
|
2050, 2050, 2052, 2047, 2051, 2051, 2059, 2052, 2054, 2054,
|
|
|
|
|
2063, 2057, 2060, 2060, 2062, 2062, 2064, 2065, 2066, 2066,
|
|
|
|
|
2067, 2070, 2071, 2075, 2063, 2067, 2065, 2076, 2059, 2073,
|
|
|
|
|
2071, 2072, 2072, 2077, 2073, 2070, 2064, 2078, 2077, 2079,
|
|
|
|
|
2081, 2082, 2083, 2075, 2085, 2079, 2084, 2076, 2081, 2078,
|
|
|
|
|
2086, 2087, 2088, 2091, 2093, 2093, 2110, 2088, 2094, 2094,
|
|
|
|
|
2085, 2082, 2083, 2110, 2084, 2095, 2106, 2086, 2086, 2095,
|
|
|
|
|
2099, 2099, 2087, 2091, 2101, 2101, 2102, 2102, 2103, 2102,
|
|
|
|
|
2105, 2105, 2103, 2107, 2106, 2109, 2109, 2111, 2113, 2114,
|
|
|
|
|
|
|
|
|
|
2115, 2115, 2116, 2116, 2117, 2117, 2118, 2107, 2114, 2119,
|
|
|
|
|
2120, 2120, 2111, 2121, 2119, 2122, 2113, 2123, 2124, 2121,
|
|
|
|
|
2125, 2118, 2126, 2127, 2250, 2125, 2250, 2126, 2128, 2128,
|
|
|
|
|
2131, 2131, 2123, 2134, 2134, 2135, 2135, 2136, 2136, 2124,
|
|
|
|
|
2122, 2138, 2127, 2139, 2139, 2141, 2141, 2142, 2143, 2143,
|
|
|
|
|
2138, 2144, 2145, 2145, 2148, 2149, 2152, 2151, 2149, 2142,
|
|
|
|
|
2151, 2153, 2152, 2154, 2155, 2157, 2144, 2156, 2154, 2167,
|
|
|
|
|
2163, 2170, 2148, 2163, 2166, 2153, 2168, 2171, 2166, 2172,
|
|
|
|
|
2172, 2157, 2173, 2155, 2174, 2156, 2175, 2177, 2171, 2167,
|
|
|
|
|
2168, 2176, 2181, 2178, 2170, 2173, 2179, 2180, 2180, 2182,
|
|
|
|
|
|
|
|
|
|
2182, 2181, 2188, 2174, 2175, 2183, 2183, 2176, 2178, 2184,
|
|
|
|
|
2184, 2185, 2177, 2186, 2185, 2187, 2179, 2189, 2186, 2190,
|
|
|
|
|
2187, 2191, 2192, 2192, 2194, 2190, 2196, 2188, 2198, 2199,
|
|
|
|
|
2203, 2200, 2189, 2202, 2201, 2191, 2198, 2200, 2204, 2194,
|
|
|
|
|
2201, 2206, 2207, 2203, 2196, 2208, 2207, 2202, 2199, 2209,
|
|
|
|
|
2208, 2210, 2211, 2212, 2213, 2206, 2214, 2204, 2215, 2213,
|
|
|
|
|
2217, 2214, 2216, 2216, 2210, 2211, 2217, 2222, 2209, 2218,
|
|
|
|
|
2218, 2219, 2212, 2220, 2221, 2223, 2219, 2215, 2220, 2221,
|
|
|
|
|
2226, 2223, 2224, 2224, 2227, 2228, 2222, 2229, 2230, 2231,
|
|
|
|
|
2232, 2227, 2235, 2234, 2230, 2236, 2237, 2235, 2238, 2226,
|
|
|
|
|
|
|
|
|
|
2239, 2239, 2234, 2232, 2228, 2234, 2229, 2240, 2231, 2241,
|
|
|
|
|
2243, 2238, 2240, 2248, 2236, 2237, 2242, 2242, 2244, 2244,
|
|
|
|
|
2245, 2245, 2246, 2247, 2251, 2251, 2249, 2246, 2254, 2243,
|
|
|
|
|
2247, 2249, 2248, 2252, 2253, 2241, 2256, 2255, 2257, 2257,
|
|
|
|
|
2252, 2253, 2255, 2258, 2260, 2261, 2262, 2254, 2263, 2260,
|
|
|
|
|
2261, 2264, 2264, 2266, 2266, 2256, 2267, 2268, 2269, 2269,
|
|
|
|
|
2270, 2270, 2258, 2271, 2281, 2262, 2275, 2263, 2273, 2273,
|
|
|
|
|
2271, 2274, 2274, 2275, 2277, 2267, 2268, 2280, 2282, 2277,
|
|
|
|
|
2283, 2283, 2280, 2281, 2284, 2284, 0, 0, 0, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 2282, 2288, 2288,
|
|
|
|
|
|
|
|
|
|
2288, 2288, 2288, 2288, 2288, 2289, 2289, 2289, 2289, 2289,
|
|
|
|
|
2289, 2289, 2290, 2290, 2290, 2290, 2290, 2290, 2290, 2291,
|
|
|
|
|
2291, 2291, 2291, 2291, 2291, 2291, 2292, 2292, 2292, 2292,
|
|
|
|
|
2292, 2292, 2292, 2294, 2294, 0, 2294, 2294, 2294, 2294,
|
|
|
|
|
2295, 2295, 0, 0, 0, 2295, 2295, 2296, 2296, 0,
|
|
|
|
|
0, 2296, 0, 2296, 2297, 0, 0, 0, 0, 0,
|
|
|
|
|
2297, 2298, 2298, 0, 0, 0, 2298, 2298, 2299, 0,
|
|
|
|
|
0, 0, 0, 0, 2299, 2300, 2300, 0, 2300, 2300,
|
|
|
|
|
2300, 2300, 2301, 2301, 0, 2301, 2301, 2301, 2301, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287,
|
|
|
|
|
2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287, 2287
|
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-08-31 07:59:38 -04:00
|
|
|
#line 2397 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
|
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
|
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
|
|
|
* The user has a chance to override it with an option.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
|
|
|
#define YY_EXTRA_TYPE void *
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void );
|
|
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
|
|
|
|
int yylex_destroy (void );
|
|
|
|
|
|
|
|
|
|
int yyget_debug (void );
|
|
|
|
|
|
|
|
|
|
void yyset_debug (int debug_flag );
|
|
|
|
|
|
|
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
|
|
|
|
|
|
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
|
|
|
|
|
|
FILE *yyget_in (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
|
|
|
* is returned in "result".
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_INPUT
|
|
|
|
|
#define YY_INPUT(buf,result,max_size) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
2017-07-24 05:04:18 -04:00
|
|
|
int n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2017-07-24 05:04:18 -04:00
|
|
|
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
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-08-31 07:59:38 -04:00
|
|
|
#line 2620 "<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-08-31 07:59:38 -04:00
|
|
|
if ( yy_current_state >= 2288 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2017-08-31 07:59:38 -04:00
|
|
|
while ( yy_base[yy_current_state] != 4490 );
|
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-08-31 07:59:38 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 427 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 428 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 429 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 430 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 431 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
2017-08-08 05:09:45 -04:00
|
|
|
case 213:
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-08 05:09:45 -04:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2017-08-31 07:59:38 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
/* rule 214 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 433 "./util/configlexer.lex"
|
|
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 436 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 437 "./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-08-31 07:59:38 -04:00
|
|
|
case 216:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 442 "./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-08-31 07:59:38 -04:00
|
|
|
case 217:
|
|
|
|
|
/* rule 217 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 443 "./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-08-31 07:59:38 -04:00
|
|
|
case 218:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 445 "./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-08-31 07:59:38 -04:00
|
|
|
case 219:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 457 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 458 "./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-08-31 07:59:38 -04:00
|
|
|
case 220:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 463 "./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-08-31 07:59:38 -04:00
|
|
|
case 221:
|
|
|
|
|
/* rule 221 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 464 "./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-08-31 07:59:38 -04:00
|
|
|
case 222:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 466 "./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-08-31 07:59:38 -04:00
|
|
|
case 223:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 478 "./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-08-31 07:59:38 -04:00
|
|
|
#line 480 "./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-08-31 07:59:38 -04:00
|
|
|
case 224:
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 484 "./util/configlexer.lex"
|
2017-08-08 05:09:45 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
case 225:
|
|
|
|
|
/* rule 225 can match eol */
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 485 "./util/configlexer.lex"
|
2017-08-08 05:09:45 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
case 226:
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 486 "./util/configlexer.lex"
|
2017-08-08 05:09:45 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
case 227:
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 487 "./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-08-31 07:59:38 -04:00
|
|
|
#line 492 "./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-08-31 07:59:38 -04:00
|
|
|
case 228:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 496 "./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-08-31 07:59:38 -04:00
|
|
|
case 229:
|
|
|
|
|
/* rule 229 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 497 "./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-08-31 07:59:38 -04:00
|
|
|
case 230:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 499 "./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-08-31 07:59:38 -04:00
|
|
|
#line 505 "./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-08-31 07:59:38 -04:00
|
|
|
case 231:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 516 "./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-08-31 07:59:38 -04:00
|
|
|
case 232:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 520 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
case 233:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 524 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
case 234:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 528 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 3954 "<stdout>"
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case YY_END_OF_BUFFER:
|
|
|
|
|
{
|
|
|
|
|
/* Amount of text matched not including the EOB char. */
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Undo the effects of YY_DO_BEFORE_ACTION. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We're scanning a new file or input source. It's
|
|
|
|
|
* possible that this happened because the user
|
|
|
|
|
* just pointed yyin at a new source and called
|
|
|
|
|
* yylex(). If so, then we have to assure
|
2015-12-01 03:11:48 -05:00
|
|
|
* consistency between YY_CURRENT_BUFFER and our
|
2007-10-18 18:49:08 -04:00
|
|
|
* globals. Here is the right place to do so, because
|
|
|
|
|
* this is the first action (other than possibly a
|
|
|
|
|
* back-up) that will match for the new input source.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Note that here we test for yy_c_buf_p "<=" to the position
|
|
|
|
|
* of the first EOB in the buffer, since yy_c_buf_p will
|
|
|
|
|
* already have been incremented past the NUL character
|
|
|
|
|
* (since all states make transitions on EOB to the
|
|
|
|
|
* end-of-buffer state). Contrast this with the test
|
|
|
|
|
* in input().
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* This was really a NUL. */
|
|
|
|
|
yy_state_type yy_next_state;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Okay, we're now positioned to make the NUL
|
|
|
|
|
* transition. We couldn't have
|
|
|
|
|
* yy_get_previous_state() go ahead and do it
|
|
|
|
|
* for us because it doesn't know how to deal
|
|
|
|
|
* with the possibility of jamming (and we don't
|
|
|
|
|
* want to build jamming into it because then it
|
|
|
|
|
* will run more slowly).
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
yy_next_state = yy_try_NUL_trans( yy_current_state );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( yy_next_state )
|
|
|
|
|
{
|
|
|
|
|
/* Consume the NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = ++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_state = yy_next_state;
|
|
|
|
|
goto yy_match;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
else switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Note: because we've taken care in
|
|
|
|
|
* yy_get_next_buffer() to have set up
|
|
|
|
|
* yytext, we can now set up
|
|
|
|
|
* yy_c_buf_p so that if some total
|
|
|
|
|
* hoser (like flex itself) wants to
|
|
|
|
|
* call the scanner after we return the
|
|
|
|
|
* YY_NULL, it'll still work - another
|
|
|
|
|
* YY_NULL will get returned.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_act = YY_STATE_EOF(YY_START);
|
|
|
|
|
goto do_action;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
(yytext_ptr) + yy_amount_of_matched_text;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_match;
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) =
|
|
|
|
|
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_state = yy_get_previous_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_c_buf_p);
|
|
|
|
|
yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--no action found" );
|
|
|
|
|
} /* end of action switch */
|
|
|
|
|
} /* end of scanning one token */
|
2016-10-20 03:46:35 -04:00
|
|
|
} /* end of user's declarations */
|
2015-12-01 03:11:48 -05:00
|
|
|
} /* end of yylex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_next_buffer - try to read in a new buffer
|
|
|
|
|
*
|
|
|
|
|
* Returns a code representing an action:
|
|
|
|
|
* EOB_ACT_LAST_MATCH -
|
|
|
|
|
* EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|
|
|
|
|
* EOB_ACT_END_OF_FILE - end of file
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_get_next_buffer (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
|
|
|
|
|
char *source = (yytext_ptr);
|
|
|
|
|
yy_size_t number_to_move, i;
|
2007-10-18 18:49:08 -04:00
|
|
|
int ret_val;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal flex scanner internal error--end of buffer missed" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{ /* Don't try to fill the buffer, so this is an EOF. */
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* We matched a single character, the EOB, so
|
|
|
|
|
* treat this as a final EOF.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_END_OF_FILE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
/* We matched some text prior to the EOB, first
|
|
|
|
|
* process it.
|
|
|
|
|
*/
|
|
|
|
|
return EOB_ACT_LAST_MATCH;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Try to read more data. */
|
|
|
|
|
|
|
|
|
|
/* First move last chars to start of buffer. */
|
2016-10-20 03:46:35 -04:00
|
|
|
number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
for ( i = 0; i < number_to_move; ++i )
|
|
|
|
|
*(dest++) = *(source++);
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* don't do the read, it's not guaranteed to return an EOF,
|
|
|
|
|
* just force an EOF
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
2016-09-13 06:44:24 -04:00
|
|
|
int num_to_read =
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
while ( num_to_read <= 0 )
|
|
|
|
|
{ /* Not enough room in the buffer - grow it. */
|
|
|
|
|
|
|
|
|
|
/* just a shorter name for the current buffer */
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
int yy_c_buf_p_offset =
|
2015-12-01 03:11:48 -05:00
|
|
|
(int) ((yy_c_buf_p) - b->yy_ch_buf);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = b->yy_buf_size * 2;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( new_size <= 0 )
|
|
|
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
|
|
|
else
|
|
|
|
|
b->yy_buf_size *= 2;
|
|
|
|
|
|
|
|
|
|
b->yy_ch_buf = (char *)
|
|
|
|
|
/* Include room in for 2 EOB chars. */
|
2017-07-24 05:04:18 -04:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,(yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_ch_buf = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Extend the array by 50%, plus the number we really need. */
|
2017-07-24 05:04:18 -04:00
|
|
|
int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size );
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) += number_to_move;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-08-31 07:59:38 -04:00
|
|
|
if ( yy_current_state >= 2288 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
|
|
|
*
|
|
|
|
|
* synopsis
|
|
|
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int yy_is_jam;
|
|
|
|
|
char *yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = 1;
|
2015-11-30 11:10:26 -05:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-08-31 07:59:38 -04:00
|
|
|
if ( yy_current_state >= 2288 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-07-24 05:04:18 -04:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (flex_int16_t) yy_c];
|
2017-08-31 07:59:38 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2287);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
|
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
|
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2017-07-24 05:04:18 -04:00
|
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-07-24 05:04:18 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_buf_size = size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
|
|
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
|
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
|
|
|
* immediate realloc on the next call.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
|
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
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-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_input_file = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
|
|
|
{
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
return yy_scan_bytes(yystr,(int) strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
n = (yy_size_t) _yybytes_len + 2;
|
2015-12-01 03:11:48 -05:00
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
|
|
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
|
|
|
* away when we're done.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
static void yynoreturn yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
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-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void)
|
|
|
|
|
{
|
|
|
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
|
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_buffer_stack) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
(yy_c_buf_p) = NULL;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
yyin = NULL;
|
|
|
|
|
yyout = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
yypop_buffer_state();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
return malloc(size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The cast to (char *) in the following accommodates both
|
|
|
|
|
* implementations that use char* generic pointers, and those
|
|
|
|
|
* that use void* generic pointers. It works with the latter
|
|
|
|
|
* because both ANSI C and C++ allow castless assignment from
|
|
|
|
|
* any pointer type to void*, and deal with argument conversions
|
|
|
|
|
* as though doing an assignment.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
return realloc(ptr, size);
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-02-29 05:59:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyfree (void * ptr )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define YYTABLES_NAME "yytables"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2017-08-31 07:59:38 -04:00
|
|
|
#line 528 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|