2009-03-24 08:47:56 -04:00
|
|
|
#include "config.h"
|
2007-10-18 18:49:08 -04:00
|
|
|
#include "util/configyyrename.h"
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#line 3 "<stdout>"
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_INT_ALIGNED short int
|
|
|
|
|
|
|
|
|
|
/* A lexical scanner generated by flex */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define FLEX_SCANNER
|
|
|
|
|
#define YY_FLEX_MAJOR_VERSION 2
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_FLEX_MINOR_VERSION 6
|
2017-07-24 05:04:18 -04:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 1
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* end standard C headers. */
|
|
|
|
|
|
|
|
|
|
/* flex integer type definitions */
|
|
|
|
|
|
|
|
|
|
#ifndef FLEXINT_H
|
|
|
|
|
#define FLEXINT_H
|
|
|
|
|
|
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef INT16_MAX
|
|
|
|
|
#define INT16_MAX (32767)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MAX
|
|
|
|
|
#define INT32_MAX (2147483647)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT8_MAX
|
|
|
|
|
#define UINT8_MAX (255U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT16_MAX
|
|
|
|
|
#define UINT16_MAX (65535U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT32_MAX
|
|
|
|
|
#define UINT32_MAX (4294967295U)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
/* TODO: this is always defined, so inline it */
|
2017-06-16 03:56:28 -04:00
|
|
|
#define yyconst const
|
2017-07-24 05:04:18 -04:00
|
|
|
|
|
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
#define yynoreturn __attribute__((__noreturn__))
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-07-24 05:04:18 -04:00
|
|
|
#define yynoreturn
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
|
|
|
|
|
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
|
|
|
|
|
|
/* Special action meaning "start processing a new file". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
extern int yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2018-01-03 12:05:48 -05:00
|
|
|
int yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
*yy_cp = (yy_hold_char); \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
|
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
struct yy_buffer_state
|
|
|
|
|
{
|
|
|
|
|
FILE *yy_input_file;
|
|
|
|
|
|
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
|
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
|
|
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
int yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
|
|
|
* and can realloc() it to grow it, and should free() it to
|
|
|
|
|
* delete it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_our_buffer;
|
|
|
|
|
|
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
|
|
|
* if we're using stdio for input, then we want to use getc()
|
|
|
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
|
|
|
* each newline.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_interactive;
|
|
|
|
|
|
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
|
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
|
|
|
* not.
|
|
|
|
|
*/
|
|
|
|
|
int yy_at_bol;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
2018-01-03 12:05:48 -05: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-10-17 11:16:31 -04:00
|
|
|
#define YY_NUM_RULES 244
|
|
|
|
|
#define YY_END_OF_BUFFER 245
|
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-10-17 11:16:31 -04:00
|
|
|
static yyconst flex_int16_t yy_accept[2395] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-10-17 11:16:31 -04:00
|
|
|
1, 1, 226, 226, 230, 230, 234, 234, 238, 238,
|
|
|
|
|
1, 1, 245, 242, 1, 224, 224, 243, 2, 243,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 226, 227, 227, 228, 243, 230, 231, 231,
|
|
|
|
|
232, 243, 237, 234, 235, 235, 236, 243, 238, 239,
|
|
|
|
|
239, 240, 243, 241, 225, 2, 229, 243, 241, 242,
|
|
|
|
|
0, 1, 2, 2, 2, 2, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 226, 0, 230, 0,
|
|
|
|
|
237, 0, 234, 238, 0, 241, 0, 2, 2, 241,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 241, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 91, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 241, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 77, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 8, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 94, 242, 241, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
241, 242, 242, 242, 242, 242, 242, 242, 242, 37,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 176, 242, 14, 15, 242, 18, 17, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 90, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 162, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 3, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 241, 242, 242, 242, 242, 221, 242, 242,
|
|
|
|
|
|
|
|
|
|
220, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
233, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 40, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 41, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 151, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 20, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 109, 242, 242, 233, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 203, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 126, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 108, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 75, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 25, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 38, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 89, 242,
|
|
|
|
|
242, 88, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 39, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 127, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 28, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 191, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 32, 242, 33, 242, 242,
|
|
|
|
|
242, 78, 242, 79, 242, 242, 76, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 7, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
169, 242, 242, 242, 242, 111, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 29,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 143, 242, 142, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 16, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 42, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 150, 242, 242, 242, 242, 81,
|
|
|
|
|
80, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
137, 242, 242, 242, 242, 242, 242, 242, 242, 95,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 60, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 64,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 36, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
140, 141, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 6, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 201, 242, 242, 222, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 26, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 133, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 155, 242, 134, 242, 242, 167, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 27, 242, 242, 242, 242,
|
|
|
|
|
242, 93, 84, 242, 85, 242, 83, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 106, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 190, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 135, 242, 242, 242,
|
|
|
|
|
242, 242, 138, 242, 242, 166, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 74,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 34, 242,
|
|
|
|
|
242, 22, 242, 242, 242, 242, 19, 242, 116, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 49, 51, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 205, 242,
|
|
|
|
|
242, 242, 177, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 86, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 105, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 216, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 110, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 161,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 125, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 121,
|
|
|
|
|
242, 128, 242, 242, 242, 242, 242, 98, 242, 242,
|
|
|
|
|
70, 242, 242, 242, 242, 153, 242, 242, 242, 242,
|
|
|
|
|
242, 168, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 182, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
92, 242, 242, 242, 242, 242, 242, 242, 242, 124,
|
|
|
|
|
242, 242, 242, 242, 242, 52, 53, 242, 242, 242,
|
|
|
|
|
242, 242, 35, 242, 242, 242, 242, 242, 59, 129,
|
|
|
|
|
242, 144, 242, 170, 139, 242, 242, 242, 45, 242,
|
|
|
|
|
131, 242, 242, 242, 242, 242, 9, 242, 242, 242,
|
|
|
|
|
73, 242, 242, 242, 242, 195, 242, 152, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 112, 204, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 181, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 163, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 219, 242, 130, 242,
|
|
|
|
|
242, 242, 44, 46, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 72, 242, 242, 242, 242, 193, 242, 200, 242,
|
|
|
|
|
242, 242, 242, 242, 157, 23, 24, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 69, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 159, 156, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 43, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 107, 13, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 214, 242,
|
|
|
|
|
217, 242, 242, 242, 242, 242, 242, 12, 242, 242,
|
|
|
|
|
21, 242, 242, 242, 199, 242, 202, 47, 242, 165,
|
|
|
|
|
242, 158, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 120, 119, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 160, 154, 242, 242, 242,
|
|
|
|
|
206, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 54, 242, 242, 242, 194, 242, 242, 242,
|
|
|
|
|
242, 242, 164, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 48, 242, 242, 242, 82, 242, 113, 242, 115,
|
|
|
|
|
242, 145, 242, 242, 242, 118, 242, 242, 171, 242,
|
|
|
|
|
242, 242, 242, 242, 100, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 178, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
146, 242, 242, 192, 242, 218, 242, 242, 242, 30,
|
|
|
|
|
242, 242, 242, 242, 4, 242, 242, 99, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 174,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 207, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 180, 242, 242, 149, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 57, 242, 31, 198,
|
|
|
|
|
242, 175, 242, 242, 11, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 147, 61, 242, 242, 242, 242, 242, 123, 242,
|
|
|
|
|
242, 242, 242, 242, 102, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 179, 96, 242, 87, 242, 242,
|
|
|
|
|
242, 63, 67, 62, 242, 55, 242, 242, 242, 10,
|
|
|
|
|
242, 242, 242, 196, 242, 242, 242, 242, 122, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 242, 242, 242, 242, 68, 66, 242, 56,
|
|
|
|
|
215, 242, 242, 242, 136, 242, 242, 148, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 114, 50, 242, 242, 242, 242,
|
|
|
|
|
242, 208, 242, 242, 242, 242, 242, 242, 242, 97,
|
|
|
|
|
65, 103, 104, 58, 242, 197, 117, 242, 242, 242,
|
|
|
|
|
242, 173, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 71, 242, 172, 242, 189, 212, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 5, 242,
|
|
|
|
|
|
|
|
|
|
242, 242, 213, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 101, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 132, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 209, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 242, 242, 242, 242, 242, 242, 242, 242,
|
|
|
|
|
242, 242, 223, 242, 242, 185, 242, 242, 242, 242,
|
|
|
|
|
242, 210, 242, 242, 242, 242, 242, 242, 211, 242,
|
|
|
|
|
242, 242, 183, 242, 186, 187, 242, 242, 242, 242,
|
|
|
|
|
242, 184, 188, 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-10-17 11:16:31 -04:00
|
|
|
static yyconst flex_uint16_t yy_base[2409] =
|
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-10-17 11:16:31 -04:00
|
|
|
90, 112, 3231, 3060, 81, 4693, 4693, 4693, 96, 52,
|
2017-07-17 04:21:19 -04:00
|
|
|
72, 63, 107, 111, 70, 91, 109, 124, 98, 127,
|
2017-09-18 04:42:24 -04:00
|
|
|
114, 133, 136, 130, 144, 146, 163, 165, 171, 179,
|
2017-10-17 11:16:31 -04:00
|
|
|
186, 135, 2630, 4693, 4693, 4693, 164, 2594, 4693, 4693,
|
|
|
|
|
4693, 95, 2544, 2000, 4693, 4693, 4693, 211, 1777, 4693,
|
|
|
|
|
4693, 4693, 176, 1650, 4693, 215, 4693, 219, 147, 1368,
|
|
|
|
|
223, 151, 0, 230, 0, 0, 224, 188, 97, 225,
|
|
|
|
|
231, 158, 217, 182, 232, 233, 219, 156, 242, 235,
|
|
|
|
|
237, 239, 240, 243, 190, 248, 245, 260, 262, 246,
|
|
|
|
|
|
|
|
|
|
264, 267, 254, 268, 271, 276, 272, 277, 286, 287,
|
|
|
|
|
288, 290, 291, 292, 293, 295, 298, 302, 304, 303,
|
|
|
|
|
311, 310, 326, 300, 316, 324, 327, 328, 330, 331,
|
|
|
|
|
332, 334, 335, 338, 336, 345, 1325, 360, 1024, 315,
|
|
|
|
|
994, 367, 749, 583, 362, 514, 373, 377, 0, 369,
|
|
|
|
|
371, 379, 374, 375, 340, 362, 378, 380, 383, 387,
|
|
|
|
|
390, 392, 394, 404, 402, 406, 407, 399, 409, 411,
|
|
|
|
|
419, 417, 423, 424, 425, 429, 412, 431, 432, 433,
|
|
|
|
|
443, 435, 445, 452, 449, 460, 447, 462, 459, 457,
|
|
|
|
|
464, 465, 469, 477, 472, 388, 474, 473, 475, 476,
|
|
|
|
|
|
|
|
|
|
482, 483, 484, 485, 486, 487, 492, 488, 491, 494,
|
|
|
|
|
505, 501, 509, 504, 508, 511, 521, 512, 523, 513,
|
|
|
|
|
526, 529, 536, 538, 533, 177, 534, 537, 522, 540,
|
|
|
|
|
550, 551, 542, 553, 561, 556, 543, 546, 559, 560,
|
|
|
|
|
562, 563, 565, 569, 575, 574, 576, 578, 580, 582,
|
|
|
|
|
581, 585, 586, 594, 590, 599, 598, 600, 603, 611,
|
|
|
|
|
606, 591, 607, 610, 612, 614, 615, 616, 618, 621,
|
|
|
|
|
624, 627, 625, 635, 631, 632, 638, 639, 640, 643,
|
|
|
|
|
641, 649, 650, 660, 662, 651, 657, 666, 667, 670,
|
|
|
|
|
673, 679, 674, 677, 681, 663, 684, 691, 686, 687,
|
|
|
|
|
|
|
|
|
|
694, 690, 696, 697, 698, 703, 704, 711, 709, 708,
|
|
|
|
|
710, 715, 716, 718, 4693, 720, 726, 741, 727, 725,
|
|
|
|
|
751, 746, 717, 728, 733, 735, 749, 754, 770, 758,
|
|
|
|
|
759, 762, 763, 766, 765, 773, 772, 775, 776, 783,
|
|
|
|
|
784, 785, 786, 796, 788, 789, 795, 798, 797, 800,
|
|
|
|
|
802, 803, 807, 810, 813, 815, 816, 814, 822, 820,
|
|
|
|
|
836, 817, 833, 840, 841, 831, 842, 832, 847, 848,
|
|
|
|
|
849, 859, 854, 834, 857, 856, 860, 863, 864, 866,
|
|
|
|
|
867, 869, 871, 877, 4693, 879, 873, 875, 882, 884,
|
|
|
|
|
885, 4693, 887, 886, 888, 895, 890, 893, 896, 900,
|
|
|
|
|
|
|
|
|
|
909, 901, 911, 918, 913, 915, 916, 919, 922, 917,
|
|
|
|
|
923, 925, 924, 944, 929, 934, 930, 937, 935, 954,
|
|
|
|
|
939, 947, 933, 955, 961, 962, 964, 965, 966, 967,
|
|
|
|
|
968, 971, 978, 969, 4693, 973, 981, 986, 983, 987,
|
|
|
|
|
989, 992, 991, 997, 998, 1001, 1009, 1005, 1014, 1010,
|
|
|
|
|
1012, 1011, 1013, 1016, 1020, 1021, 1029, 1025, 1031, 1033,
|
|
|
|
|
1040, 1042, 1044, 1051, 1027, 1047, 1035, 1049, 1046, 1053,
|
|
|
|
|
1055, 1056, 1058, 1060, 1061, 1063, 1070, 1068, 1065, 1074,
|
|
|
|
|
1067, 1075, 1071, 1087, 1088, 1080, 1081, 1090, 1091, 1095,
|
|
|
|
|
1097, 1099, 1102, 1103, 1105, 1106, 1109, 1112, 1110, 1113,
|
|
|
|
|
|
|
|
|
|
1120, 1116, 1124, 1128, 1129, 1115, 1130, 1138, 1135, 1142,
|
|
|
|
|
1143, 1145, 1153, 1141, 1148, 1155, 1137, 1151, 1159, 1163,
|
|
|
|
|
1158, 1164, 1172, 1167, 1165, 1173, 1174, 1176, 1179, 1180,
|
|
|
|
|
1181, 1182, 1183, 1185, 1184, 1186, 1188, 1191, 1195, 1192,
|
|
|
|
|
1196, 1208, 1201, 1203, 1210, 1212, 1213, 1214, 1218, 1216,
|
|
|
|
|
1219, 1220, 1225, 1232, 1226, 1228, 1234, 1236, 1238, 1239,
|
|
|
|
|
1240, 1246, 1248, 1241, 1242, 1254, 1256, 1259, 1260, 4693,
|
|
|
|
|
1261, 1268, 1264, 1266, 1267, 1271, 1278, 1273, 1274, 1275,
|
|
|
|
|
1276, 1282, 4693, 1283, 4693, 4693, 1285, 4693, 4693, 1277,
|
|
|
|
|
1293, 1303, 1305, 1308, 1297, 1290, 1318, 1319, 1317, 1295,
|
|
|
|
|
|
|
|
|
|
1314, 1288, 1324, 1329, 1333, 1334, 1315, 1341, 1339, 1343,
|
|
|
|
|
1345, 1347, 1336, 1351, 1352, 1353, 1355, 1354, 1357, 1360,
|
|
|
|
|
1363, 1361, 1359, 1364, 1366, 4693, 1367, 1382, 1384, 1380,
|
|
|
|
|
1381, 1385, 1386, 1388, 1390, 1389, 1391, 1398, 1392, 1399,
|
|
|
|
|
1408, 1400, 4693, 1403, 1404, 1411, 1415, 1409, 1416, 1418,
|
|
|
|
|
1405, 1421, 1422, 1425, 4693, 1427, 1432, 1426, 1434, 1435,
|
|
|
|
|
1437, 1117, 1438, 1440, 1441, 1442, 1443, 1444, 1451, 1450,
|
|
|
|
|
1448, 1466, 1452, 1455, 1467, 1459, 1474, 1471, 1470, 1473,
|
|
|
|
|
1476, 1477, 1482, 1484, 1487, 1486, 1488, 1497, 1480, 1495,
|
|
|
|
|
1492, 1502, 1506, 1496, 1499, 1508, 1509, 4693, 1512, 1515,
|
|
|
|
|
|
|
|
|
|
4693, 1514, 1516, 1538, 1517, 1519, 1520, 1521, 1522, 1524,
|
|
|
|
|
1525, 1531, 1533, 1542, 1540, 1548, 1550, 1552, 1553, 1551,
|
|
|
|
|
1560, 1558, 1568, 1570, 1566, 1571, 1573, 1575, 1577, 1579,
|
|
|
|
|
1578, 1585, 1586, 1588, 1595, 1582, 1580, 1598, 1605, 1602,
|
|
|
|
|
4693, 1613, 1608, 1600, 1609, 1616, 1615, 1612, 1614, 1618,
|
|
|
|
|
1621, 1630, 1625, 1626, 1628, 1629, 1632, 1635, 1638, 1639,
|
|
|
|
|
1642, 4693, 1640, 1641, 1643, 1644, 1651, 1652, 1653, 1662,
|
|
|
|
|
1663, 1672, 1665, 4693, 1667, 1674, 1675, 1677, 1670, 1669,
|
|
|
|
|
1681, 1688, 1685, 1687, 1686, 1692, 1693, 1694, 1695, 1699,
|
|
|
|
|
1691, 4693, 1702, 1701, 1706, 1714, 1709, 1711, 1716, 1715,
|
|
|
|
|
|
|
|
|
|
1720, 1721, 1722, 1730, 1723, 1726, 4693, 1725, 1734, 1727,
|
|
|
|
|
1732, 1736, 1746, 1751, 1742, 1744, 1753, 1747, 1754, 1755,
|
|
|
|
|
1760, 1758, 1761, 1759, 1762, 4693, 1763, 1765, 145, 1769,
|
|
|
|
|
1771, 1773, 1774, 1781, 1785, 1784, 1788, 1791, 1792, 1793,
|
|
|
|
|
1795, 1797, 1780, 1798, 1801, 1802, 1804, 1808, 1809, 1811,
|
|
|
|
|
1810, 1815, 4693, 1813, 1818, 1819, 1824, 1825, 1832, 1833,
|
|
|
|
|
1835, 1836, 1839, 1837, 4693, 1846, 1841, 1843, 1847, 1849,
|
|
|
|
|
1852, 1853, 1854, 1857, 1859, 1860, 1862, 1863, 1868, 1865,
|
|
|
|
|
1866, 1870, 1873, 4693, 1884, 1875, 1877, 1876, 1887, 1888,
|
|
|
|
|
1899, 1891, 1894, 1901, 1902, 1915, 1904, 1897, 1911, 1912,
|
|
|
|
|
|
|
|
|
|
1916, 1909, 1922, 1925, 1931, 1919, 1926, 1936, 1929, 1933,
|
|
|
|
|
1946, 1948, 1944, 1950, 1947, 1952, 1957, 1958, 4693, 1960,
|
|
|
|
|
1959, 1962, 1966, 1977, 1968, 1970, 1972, 1937, 1973, 1978,
|
|
|
|
|
1981, 1984, 1985, 1986, 1989, 1997, 1990, 1999, 4693, 2001,
|
|
|
|
|
2002, 2000, 2009, 1992, 2014, 2010, 2006, 2017, 2018, 2020,
|
|
|
|
|
2021, 2023, 2026, 2032, 2022, 2024, 2034, 2035, 4693, 2042,
|
|
|
|
|
2043, 2039, 2051, 2046, 2047, 2049, 2053, 2050, 4693, 2054,
|
|
|
|
|
2056, 4693, 2063, 2058, 2061, 1895, 2059, 2062, 2064, 2067,
|
|
|
|
|
2068, 2071, 2077, 2076, 2069, 2083, 4693, 2084, 2091, 2086,
|
|
|
|
|
2094, 2096, 2097, 2098, 2099, 2106, 2100, 2111, 2115, 2109,
|
|
|
|
|
|
|
|
|
|
2117, 2101, 2121, 2118, 2122, 2124, 4693, 2125, 2128, 2126,
|
|
|
|
|
2131, 2132, 2133, 2134, 2135, 2137, 2138, 2141, 2147, 2153,
|
|
|
|
|
2142, 2155, 2161, 2156, 2159, 2163, 2167, 2174, 2175, 2176,
|
|
|
|
|
2178, 4693, 2181, 2166, 2173, 2183, 2185, 2187, 2186, 2188,
|
|
|
|
|
2190, 2192, 2191, 2194, 2195, 2204, 2212, 2197, 2205, 2207,
|
|
|
|
|
2209, 2219, 2215, 2216, 2221, 2229, 2218, 2220, 2225, 2230,
|
|
|
|
|
2222, 2231, 2232, 2233, 2240, 2238, 2246, 2248, 2251, 2254,
|
|
|
|
|
2256, 2257, 2258, 4693, 2242, 2259, 2269, 2261, 2272, 2274,
|
|
|
|
|
2263, 2271, 2273, 2285, 2281, 4693, 2282, 4693, 2286, 2287,
|
|
|
|
|
2290, 4693, 2295, 4693, 2297, 2292, 4693, 2298, 2302, 2299,
|
|
|
|
|
|
|
|
|
|
2304, 2305, 2307, 2310, 2309, 2312, 2313, 2316, 2318, 2320,
|
|
|
|
|
2322, 2323, 2325, 2326, 4693, 2335, 2328, 2337, 2338, 2340,
|
|
|
|
|
2330, 2332, 2347, 2343, 2341, 2353, 2349, 2363, 2358, 2365,
|
|
|
|
|
4693, 2360, 2367, 2362, 2364, 4693, 2368, 2371, 2375, 2369,
|
|
|
|
|
2373, 2379, 2377, 2384, 2386, 2382, 2387, 2395, 2396, 2388,
|
|
|
|
|
2399, 2400, 2403, 2413, 2408, 2410, 2411, 2412, 2414, 2416,
|
|
|
|
|
2423, 2421, 2428, 2418, 2427, 2420, 2429, 2431, 2435, 2437,
|
|
|
|
|
2438, 2439, 2442, 2443, 2446, 2444, 2445, 2447, 2448, 4693,
|
|
|
|
|
2451, 2458, 2462, 2459, 2466, 2463, 2468, 2470, 2471, 2472,
|
|
|
|
|
2475, 2474, 2473, 4693, 2476, 4693, 2479, 2485, 2494, 2495,
|
|
|
|
|
|
|
|
|
|
2490, 2497, 2499, 2501, 2500, 2505, 2503, 2513, 2521, 2506,
|
|
|
|
|
2511, 2516, 2508, 2523, 2518, 4693, 2525, 2527, 2528, 2531,
|
|
|
|
|
2532, 2533, 2536, 2540, 2535, 2560, 4693, 2548, 2543, 2556,
|
|
|
|
|
2563, 2562, 2564, 2565, 4693, 2546, 2574, 2569, 2570, 4693,
|
|
|
|
|
4693, 2572, 2575, 2576, 2577, 2578, 2580, 2587, 2584, 2585,
|
|
|
|
|
4693, 2599, 2586, 2588, 2596, 2602, 2604, 2605, 2590, 4693,
|
|
|
|
|
2608, 2611, 2612, 2615, 2616, 2617, 2618, 2619, 2627, 2620,
|
|
|
|
|
2624, 2625, 2634, 2635, 2641, 4693, 2643, 2636, 2647, 2644,
|
|
|
|
|
2649, 2650, 2652, 2654, 2655, 2657, 2658, 2659, 2662, 2664,
|
|
|
|
|
2660, 2661, 2666, 2667, 2678, 2687, 2669, 2680, 2671, 2684,
|
|
|
|
|
|
|
|
|
|
2689, 2693, 2694, 2696, 2697, 2701, 2698, 2709, 2704, 4693,
|
|
|
|
|
2711, 2706, 2716, 2708, 2712, 2720, 2721, 2723, 2713, 2728,
|
|
|
|
|
2729, 2736, 2731, 4693, 2740, 2738, 2735, 2742, 2741, 2750,
|
|
|
|
|
2745, 2743, 2746, 2758, 2747, 2759, 2755, 2761, 2764, 2769,
|
|
|
|
|
4693, 4693, 2762, 2766, 2777, 2770, 2772, 2780, 2774, 2781,
|
|
|
|
|
2778, 2786, 4693, 2788, 2790, 2791, 2792, 2801, 2803, 2806,
|
|
|
|
|
2807, 2808, 2794, 2796, 2798, 2813, 2809, 2818, 2819, 2821,
|
|
|
|
|
2822, 4693, 2824, 2823, 4693, 2828, 2825, 2831, 2830, 2833,
|
|
|
|
|
2834, 2841, 2835, 2846, 2848, 2855, 2852, 2859, 2863, 2867,
|
|
|
|
|
2854, 2862, 2870, 4693, 2865, 2869, 2866, 2871, 2881, 2872,
|
|
|
|
|
|
|
|
|
|
2882, 2879, 4693, 2883, 2884, 2888, 2890, 2892, 2899, 2895,
|
|
|
|
|
2897, 2898, 2900, 4693, 2903, 4693, 2907, 2905, 4693, 2906,
|
|
|
|
|
2911, 2914, 2916, 2913, 2920, 2921, 2928, 2924, 2929, 2930,
|
|
|
|
|
2931, 2932, 2934, 2941, 2933, 4693, 2942, 2937, 2940, 2951,
|
|
|
|
|
2945, 4693, 4693, 2953, 4693, 2946, 4693, 2956, 2959, 2963,
|
|
|
|
|
2961, 2964, 2966, 2970, 2967, 4693, 2972, 2974, 2976, 2980,
|
|
|
|
|
2981, 2983, 2984, 2985, 2982, 2986, 2987, 4693, 2990, 2988,
|
|
|
|
|
2992, 2998, 2999, 3004, 3009, 3003, 4693, 3012, 3011, 3015,
|
|
|
|
|
3020, 3021, 4693, 3018, 3022, 4693, 3026, 3030, 3005, 3032,
|
|
|
|
|
3034, 3038, 3039, 3035, 3041, 3048, 3045, 3046, 3047, 4693,
|
|
|
|
|
|
|
|
|
|
3049, 3051, 3057, 3062, 3052, 3054, 3064, 3066, 3070, 3069,
|
|
|
|
|
3075, 3077, 3073, 3084, 3079, 3088, 3080, 3083, 4693, 3091,
|
|
|
|
|
3092, 4693, 3090, 3093, 3094, 3098, 4693, 3099, 4693, 3101,
|
|
|
|
|
3102, 3104, 3106, 3108, 3110, 3111, 3116, 3121, 3122, 3123,
|
|
|
|
|
3124, 3133, 3130, 3129, 4693, 4693, 3135, 3141, 3136, 3144,
|
|
|
|
|
3146, 3139, 3148, 3158, 3150, 3154, 3157, 3165, 4693, 3160,
|
|
|
|
|
3161, 3168, 4693, 3163, 3169, 3170, 3171, 3173, 3176, 3175,
|
|
|
|
|
3180, 3183, 3177, 3184, 3182, 3185, 3196, 4693, 3190, 3197,
|
|
|
|
|
3198, 3199, 3200, 3201, 3202, 4693, 3210, 3206, 3211, 3203,
|
|
|
|
|
3212, 3215, 3229, 3232, 3234, 3224, 3227, 3235, 3237, 3242,
|
|
|
|
|
|
|
|
|
|
3238, 4693, 3245, 3244, 3247, 3207, 3252, 3254, 3255, 3257,
|
|
|
|
|
3248, 3259, 3261, 3262, 3263, 4693, 3265, 3269, 3271, 3273,
|
|
|
|
|
3275, 3277, 3278, 3279, 3285, 3286, 3287, 3288, 3292, 4693,
|
|
|
|
|
3289, 3294, 3296, 3297, 3299, 3300, 3304, 3306, 3308, 3310,
|
|
|
|
|
3312, 3314, 3316, 4693, 3320, 3322, 3321, 3324, 3328, 3325,
|
|
|
|
|
3329, 3333, 3331, 3335, 3338, 3341, 3339, 3351, 3352, 4693,
|
|
|
|
|
3342, 4693, 3354, 3357, 3361, 3359, 3364, 4693, 3365, 3366,
|
|
|
|
|
4693, 3367, 3369, 3372, 3370, 4693, 3371, 3373, 3376, 3377,
|
|
|
|
|
3391, 4693, 3393, 3394, 3383, 3401, 3404, 3400, 3402, 3405,
|
|
|
|
|
3403, 3407, 3408, 3409, 4693, 3413, 3411, 3419, 3420, 3412,
|
|
|
|
|
|
|
|
|
|
4693, 3422, 3423, 3424, 3426, 3429, 3436, 3433, 3431, 4693,
|
|
|
|
|
3435, 3438, 3447, 3440, 3450, 4693, 4693, 3444, 3453, 3456,
|
|
|
|
|
3445, 3460, 4693, 3462, 3463, 3455, 3465, 3468, 4693, 4693,
|
|
|
|
|
3470, 4693, 3472, 4693, 4693, 3473, 3474, 3476, 4693, 3481,
|
|
|
|
|
4693, 3488, 3483, 3485, 3486, 3487, 4693, 3491, 3493, 3495,
|
|
|
|
|
4693, 3489, 3502, 3497, 3499, 4693, 3504, 4693, 3506, 3512,
|
|
|
|
|
3513, 3517, 3509, 3516, 3520, 3522, 3527, 3529, 3524, 3531,
|
|
|
|
|
3532, 3534, 3535, 3537, 3538, 3539, 3540, 3541, 3543, 3548,
|
|
|
|
|
3551, 3552, 3553, 3554, 3555, 3562, 3556, 3558, 3560, 3564,
|
|
|
|
|
3567, 3571, 3568, 3574, 3581, 3584, 3588, 4693, 4693, 3590,
|
|
|
|
|
|
|
|
|
|
3575, 3586, 3592, 4693, 3594, 3595, 3596, 3599, 3598, 3600,
|
|
|
|
|
3603, 3601, 4693, 3605, 3606, 3608, 3609, 3610, 3612, 3617,
|
|
|
|
|
3622, 3623, 3628, 3632, 3639, 3629, 3634, 3624, 3636, 3637,
|
|
|
|
|
3640, 3645, 3644, 3652, 3653, 3659, 4693, 3648, 4693, 3654,
|
|
|
|
|
3656, 3661, 4693, 4693, 3662, 3665, 3670, 3664, 3666, 3672,
|
|
|
|
|
3673, 4693, 3674, 3681, 3687, 3675, 4693, 3691, 4693, 3693,
|
|
|
|
|
3678, 3695, 3696, 3699, 4693, 4693, 4693, 3702, 3683, 3700,
|
|
|
|
|
3706, 3704, 3707, 3711, 3710, 3708, 3712, 4693, 3714, 3717,
|
|
|
|
|
3719, 3723, 3726, 3731, 3728, 3732, 3739, 3736, 3742, 3734,
|
|
|
|
|
3740, 3747, 3751, 4693, 4693, 3744, 3752, 3754, 3756, 3758,
|
|
|
|
|
|
|
|
|
|
3765, 3760, 3762, 3766, 3768, 3769, 3771, 3770, 4693, 3778,
|
|
|
|
|
3774, 3772, 3773, 3780, 3784, 3787, 3785, 4693, 4693, 3791,
|
|
|
|
|
3792, 3795, 3797, 3798, 3799, 3800, 3802, 3803, 4693, 3804,
|
|
|
|
|
4693, 3805, 3807, 3824, 3821, 3823, 3827, 4693, 3826, 3816,
|
|
|
|
|
4693, 3809, 3828, 3830, 4693, 3833, 4693, 4693, 3837, 4693,
|
|
|
|
|
3838, 4693, 3839, 3840, 3844, 3846, 3848, 3850, 3853, 3854,
|
|
|
|
|
3856, 3857, 3860, 3867, 3863, 3864, 4693, 4693, 3871, 3866,
|
|
|
|
|
3872, 3879, 3876, 3877, 3883, 4693, 4693, 3880, 3884, 3887,
|
|
|
|
|
4693, 3886, 3888, 3895, 3893, 3896, 3897, 3894, 3900, 3902,
|
|
|
|
|
3907, 3903, 3904, 3909, 3918, 3916, 3920, 3906, 3923, 3924,
|
|
|
|
|
|
|
|
|
|
3927, 3928, 4693, 3930, 3931, 3935, 4693, 3937, 3938, 3940,
|
|
|
|
|
3941, 3942, 4693, 3943, 3955, 3952, 3950, 3957, 3964, 3960,
|
|
|
|
|
3962, 4693, 3966, 3967, 3968, 4693, 3944, 4693, 3970, 4693,
|
|
|
|
|
3974, 4693, 3978, 3984, 3977, 4693, 3987, 3989, 4693, 3997,
|
|
|
|
|
3979, 3981, 3975, 3998, 4693, 4005, 4002, 4004, 4011, 4000,
|
|
|
|
|
3991, 4008, 4006, 4020, 4015, 4017, 4693, 4019, 4021, 4023,
|
|
|
|
|
4026, 4025, 4028, 4027, 4030, 4033, 4042, 4031, 4035, 4032,
|
|
|
|
|
4693, 4045, 4053, 4693, 4046, 4693, 4055, 4048, 4056, 4693,
|
|
|
|
|
4059, 4050, 4060, 4062, 4693, 4065, 4063, 4693, 4068, 4072,
|
|
|
|
|
4074, 4069, 4075, 4079, 4076, 4080, 4085, 4086, 4091, 4693,
|
|
|
|
|
|
|
|
|
|
4082, 4087, 4099, 4097, 4101, 4108, 4103, 4693, 4105, 4106,
|
|
|
|
|
4109, 4118, 4113, 4115, 4693, 4117, 4119, 4693, 4123, 4120,
|
|
|
|
|
4126, 4124, 4133, 4135, 4137, 4139, 4693, 4142, 4693, 4693,
|
|
|
|
|
4127, 4693, 4143, 4147, 4693, 4150, 4145, 4151, 4152, 4154,
|
|
|
|
|
4155, 4693, 4693, 4156, 4163, 4158, 4168, 4164, 4693, 4162,
|
|
|
|
|
4172, 4173, 4174, 4175, 4693, 4176, 4177, 4179, 4180, 4183,
|
|
|
|
|
4187, 4188, 4189, 4185, 4693, 4693, 4191, 4693, 4194, 4198,
|
|
|
|
|
4204, 4693, 4693, 4693, 4213, 4693, 4215, 4219, 4218, 4693,
|
|
|
|
|
4221, 4207, 4195, 4693, 4224, 4226, 4227, 4228, 4693, 4229,
|
|
|
|
|
4230, 4234, 4237, 4241, 4238, 4244, 4242, 4256, 4252, 4232,
|
|
|
|
|
|
|
|
|
|
4245, 4248, 4258, 4259, 4261, 4266, 4693, 4693, 4268, 4693,
|
|
|
|
|
4693, 4271, 4273, 4275, 4693, 4276, 4278, 4693, 4282, 4279,
|
|
|
|
|
4283, 4286, 4284, 4289, 4693, 4693, 4290, 4293, 4291, 4297,
|
|
|
|
|
4292, 4693, 4300, 4307, 4302, 4304, 4305, 4311, 4306, 4693,
|
|
|
|
|
4693, 4693, 4693, 4693, 4312, 4693, 4693, 4313, 4314, 4319,
|
|
|
|
|
4320, 4693, 4321, 4326, 4323, 4325, 4330, 4331, 4333, 4335,
|
|
|
|
|
4338, 4341, 4340, 4343, 4342, 4347, 4349, 4350, 4352, 4363,
|
|
|
|
|
4367, 4369, 4353, 4355, 4370, 4371, 4374, 4360, 4377, 4384,
|
|
|
|
|
4380, 4382, 4383, 4693, 4386, 4693, 4387, 4693, 4693, 4389,
|
|
|
|
|
4390, 4395, 4393, 4404, 4406, 4396, 4407, 4397, 4693, 4399,
|
|
|
|
|
|
|
|
|
|
4408, 4409, 4693, 4411, 4418, 4414, 4415, 4417, 4421, 4424,
|
|
|
|
|
4427, 4425, 4426, 4435, 4436, 4444, 4446, 4437, 4448, 4449,
|
|
|
|
|
4439, 4456, 4452, 4460, 4693, 4451, 4461, 4462, 4463, 4464,
|
|
|
|
|
4471, 4466, 4468, 4472, 4693, 4475, 4467, 4484, 4477, 4478,
|
|
|
|
|
4486, 4487, 4490, 4491, 4693, 4492, 4493, 4498, 4500, 4502,
|
|
|
|
|
4505, 4506, 4507, 4509, 4511, 4512, 4520, 4515, 4521, 4523,
|
|
|
|
|
4524, 4525, 4693, 4531, 4527, 4693, 4532, 4533, 4534, 4535,
|
|
|
|
|
4539, 4693, 4548, 4536, 4541, 4549, 4552, 4556, 4693, 4558,
|
|
|
|
|
4562, 4559, 4693, 4564, 4693, 4693, 4565, 4567, 4568, 4572,
|
|
|
|
|
4574, 4693, 4693, 4693, 4601, 4608, 4615, 4622, 4629, 70,
|
|
|
|
|
|
|
|
|
|
4636, 4643, 4650, 4657, 4664, 4671, 4678, 4685
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-10-17 11:16:31 -04:00
|
|
|
static yyconst flex_int16_t yy_def[2409] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-10-17 11:16:31 -04:00
|
|
|
2394, 1, 2395, 2395, 2396, 2396, 2397, 2397, 2398, 2398,
|
|
|
|
|
2399, 2399, 2394, 2400, 2394, 2394, 2394, 2394, 2401, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2402, 2394, 2394, 2394, 2402, 2403, 2394, 2394,
|
|
|
|
|
2394, 2403, 2404, 2394, 2394, 2394, 2394, 2404, 2405, 2394,
|
|
|
|
|
2394, 2394, 2405, 2406, 2394, 2407, 2394, 2406, 2406, 2400,
|
|
|
|
|
2400, 2394, 2408, 2401, 2408, 2401, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2402, 2402, 2403, 2403,
|
|
|
|
|
2404, 2404, 2394, 2405, 2405, 2406, 2406, 2407, 2407, 2406,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2406, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2406, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2406, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2406, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2394, 2394, 2400, 2394, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2406, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2406, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2394, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2394, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2394, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2394, 2400, 2394, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2394, 2394,
|
|
|
|
|
2400, 2394, 2400, 2394, 2394, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2394, 2394, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2394, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2394, 2400, 2394, 2394, 2400, 2394,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2394, 2400, 2394, 2400, 2394,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2394, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2394, 2400, 2400, 2394, 2400, 2394, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400, 2394, 2394,
|
|
|
|
|
2400, 2394, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2394, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2394, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2394, 2394, 2394, 2400, 2394, 2400, 2400, 2400, 2394,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2394, 2394, 2400, 2394,
|
|
|
|
|
2394, 2400, 2400, 2400, 2394, 2400, 2400, 2394, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2400, 2394, 2394, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2394, 2400, 2394, 2400, 2394, 2394, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2394, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2400, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2400, 2400, 2400, 2400, 2400, 2400, 2394, 2400,
|
|
|
|
|
2400, 2400, 2394, 2400, 2394, 2394, 2400, 2400, 2400, 2400,
|
|
|
|
|
2400, 2394, 2394, 0, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-10-17 11:16:31 -04:00
|
|
|
static yyconst flex_uint16_t yy_nxt[4734] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2009-02-06 05:19:16 -05:00
|
|
|
14, 15, 16, 17, 18, 19, 18, 14, 14, 14,
|
2017-07-17 04:21:19 -04:00
|
|
|
14, 14, 18, 20, 21, 22, 23, 24, 25, 26,
|
|
|
|
|
14, 27, 28, 29, 30, 31, 32, 33, 34, 35,
|
2017-10-17 11:16:31 -04:00
|
|
|
36, 37, 38, 39, 40, 41, 14, 14, 14, 42,
|
|
|
|
|
44, 45, 46, 44, 45, 46, 49, 50, 49, 50,
|
|
|
|
|
51, 47, 51, 70, 47, 70, 70, 52, 70, 52,
|
|
|
|
|
54, 55, 56, 57, 70, 18, 54, 55, 56, 57,
|
|
|
|
|
70, 18, 58, 60, 61, 62, 71, 80, 58, 60,
|
|
|
|
|
61, 62, 72, 71, 63, 71, 73, 90, 77, 78,
|
|
|
|
|
63, 15, 16, 17, 65, 66, 67, 75, 139, 75,
|
|
|
|
|
|
|
|
|
|
75, 139, 75, 68, 71, 92, 79, 91, 75, 76,
|
|
|
|
|
71, 71, 69, 15, 16, 17, 65, 66, 67, 93,
|
|
|
|
|
71, 81, 71, 94, 71, 68, 100, 71, 82, 85,
|
|
|
|
|
153, 95, 83, 86, 69, 84, 87, 71, 88, 89,
|
|
|
|
|
71, 96, 102, 71, 97, 101, 71, 103, 71, 71,
|
|
|
|
|
107, 98, 72, 99, 108, 104, 73, 71, 147, 71,
|
|
|
|
|
147, 105, 111, 136, 110, 106, 112, 137, 137, 71,
|
|
|
|
|
109, 71, 113, 116, 150, 114, 71, 117, 71, 144,
|
|
|
|
|
144, 118, 115, 121, 71, 126, 122, 127, 165, 157,
|
|
|
|
|
71, 119, 71, 123, 120, 71, 129, 124, 125, 71,
|
|
|
|
|
|
|
|
|
|
133, 71, 128, 71, 134, 152, 130, 173, 135, 159,
|
|
|
|
|
131, 132, 141, 321, 141, 141, 75, 141, 75, 75,
|
|
|
|
|
146, 75, 146, 146, 70, 146, 70, 70, 149, 70,
|
|
|
|
|
71, 75, 71, 75, 75, 70, 75, 71, 71, 158,
|
|
|
|
|
151, 154, 75, 76, 71, 71, 71, 155, 71, 166,
|
|
|
|
|
71, 160, 71, 71, 164, 71, 71, 161, 71, 71,
|
|
|
|
|
156, 71, 168, 170, 162, 163, 174, 71, 167, 180,
|
|
|
|
|
169, 171, 175, 71, 172, 71, 176, 71, 182, 177,
|
|
|
|
|
71, 71, 183, 185, 71, 71, 187, 186, 190, 71,
|
|
|
|
|
71, 188, 178, 179, 181, 189, 191, 193, 192, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 184, 71, 71, 71, 71, 197, 71, 202,
|
|
|
|
|
199, 71, 194, 71, 200, 71, 71, 71, 139, 196,
|
|
|
|
|
195, 139, 198, 71, 71, 213, 201, 208, 204, 71,
|
|
|
|
|
214, 203, 206, 212, 205, 207, 211, 71, 209, 71,
|
|
|
|
|
71, 71, 210, 71, 71, 71, 220, 71, 71, 71,
|
|
|
|
|
215, 71, 223, 71, 226, 216, 217, 222, 71, 219,
|
|
|
|
|
224, 234, 218, 137, 137, 144, 144, 221, 141, 225,
|
|
|
|
|
141, 141, 227, 141, 146, 71, 146, 146, 75, 146,
|
|
|
|
|
75, 75, 147, 75, 71, 228, 230, 71, 71, 229,
|
|
|
|
|
149, 71, 71, 71, 235, 231, 71, 240, 237, 233,
|
|
|
|
|
|
|
|
|
|
71, 71, 232, 71, 241, 71, 236, 71, 243, 239,
|
|
|
|
|
242, 244, 71, 245, 288, 71, 238, 71, 246, 71,
|
|
|
|
|
71, 253, 71, 248, 71, 71, 257, 255, 249, 256,
|
|
|
|
|
71, 254, 71, 250, 259, 247, 71, 71, 71, 251,
|
|
|
|
|
252, 260, 71, 265, 71, 71, 71, 268, 71, 266,
|
|
|
|
|
267, 261, 269, 262, 263, 258, 71, 264, 71, 275,
|
|
|
|
|
71, 272, 71, 276, 270, 71, 271, 277, 273, 280,
|
|
|
|
|
71, 283, 71, 71, 274, 71, 285, 71, 71, 278,
|
|
|
|
|
279, 281, 71, 284, 286, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 282, 287, 289, 291, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 295, 293, 71, 71, 290, 71, 301, 294,
|
|
|
|
|
299, 292, 303, 296, 71, 297, 306, 71, 71, 300,
|
|
|
|
|
298, 71, 71, 308, 71, 71, 71, 147, 310, 302,
|
|
|
|
|
312, 309, 304, 305, 71, 71, 71, 307, 313, 71,
|
|
|
|
|
314, 315, 71, 316, 311, 318, 71, 71, 319, 71,
|
|
|
|
|
147, 71, 322, 71, 324, 71, 71, 326, 327, 71,
|
|
|
|
|
328, 325, 323, 71, 71, 320, 71, 317, 330, 71,
|
|
|
|
|
332, 329, 71, 71, 71, 71, 71, 333, 71, 337,
|
|
|
|
|
338, 335, 71, 339, 331, 340, 334, 71, 71, 71,
|
|
|
|
|
342, 71, 343, 71, 71, 71, 145, 346, 71, 71,
|
|
|
|
|
|
|
|
|
|
336, 349, 347, 71, 71, 341, 351, 71, 348, 344,
|
|
|
|
|
345, 71, 71, 71, 354, 352, 71, 350, 356, 71,
|
|
|
|
|
71, 355, 358, 71, 71, 71, 361, 71, 71, 71,
|
|
|
|
|
362, 71, 353, 364, 71, 366, 360, 71, 71, 357,
|
|
|
|
|
71, 359, 370, 368, 71, 71, 363, 371, 71, 365,
|
|
|
|
|
369, 71, 71, 71, 71, 367, 71, 372, 378, 379,
|
|
|
|
|
373, 377, 71, 71, 71, 383, 384, 381, 374, 375,
|
|
|
|
|
71, 376, 385, 71, 382, 71, 71, 380, 386, 71,
|
|
|
|
|
71, 387, 392, 71, 388, 389, 71, 71, 390, 391,
|
|
|
|
|
71, 393, 71, 394, 71, 396, 398, 71, 400, 71,
|
|
|
|
|
|
|
|
|
|
71, 403, 395, 71, 71, 402, 397, 71, 404, 71,
|
|
|
|
|
71, 71, 399, 407, 405, 408, 71, 71, 414, 401,
|
|
|
|
|
406, 71, 71, 71, 71, 409, 413, 415, 71, 71,
|
|
|
|
|
147, 71, 410, 71, 416, 411, 422, 412, 71, 71,
|
|
|
|
|
71, 71, 417, 418, 420, 421, 71, 433, 71, 419,
|
|
|
|
|
143, 437, 423, 424, 71, 432, 425, 426, 434, 71,
|
|
|
|
|
438, 439, 71, 435, 71, 436, 427, 71, 428, 429,
|
|
|
|
|
430, 71, 71, 431, 440, 71, 71, 443, 71, 71,
|
|
|
|
|
451, 442, 441, 71, 449, 71, 71, 444, 71, 71,
|
|
|
|
|
455, 448, 446, 450, 445, 447, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
453, 71, 71, 454, 458, 452, 459, 460, 71, 71,
|
|
|
|
|
71, 71, 465, 71, 457, 71, 71, 466, 462, 467,
|
|
|
|
|
71, 461, 456, 71, 463, 464, 71, 71, 71, 71,
|
|
|
|
|
71, 469, 477, 71, 468, 71, 470, 473, 476, 478,
|
|
|
|
|
472, 471, 479, 480, 71, 71, 71, 71, 474, 71,
|
|
|
|
|
475, 481, 482, 71, 71, 71, 486, 483, 487, 484,
|
|
|
|
|
71, 71, 71, 490, 485, 488, 491, 71, 493, 71,
|
|
|
|
|
71, 492, 71, 71, 489, 494, 71, 71, 495, 71,
|
|
|
|
|
71, 500, 71, 499, 71, 496, 71, 501, 71, 498,
|
|
|
|
|
71, 503, 71, 504, 497, 71, 506, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 514, 71, 507, 502, 71, 505, 71, 71,
|
|
|
|
|
509, 516, 515, 71, 71, 513, 519, 508, 510, 512,
|
|
|
|
|
511, 518, 71, 517, 71, 522, 71, 521, 71, 71,
|
|
|
|
|
71, 71, 71, 525, 520, 71, 71, 71, 71, 528,
|
|
|
|
|
524, 530, 71, 71, 542, 529, 71, 71, 71, 523,
|
|
|
|
|
71, 526, 71, 527, 531, 543, 532, 71, 533, 541,
|
|
|
|
|
71, 547, 539, 534, 544, 535, 540, 71, 71, 549,
|
|
|
|
|
545, 548, 546, 536, 71, 71, 537, 71, 71, 71,
|
|
|
|
|
71, 71, 71, 538, 71, 555, 71, 551, 559, 550,
|
|
|
|
|
556, 71, 552, 562, 147, 560, 71, 553, 561, 71,
|
|
|
|
|
|
|
|
|
|
71, 554, 71, 557, 71, 71, 558, 142, 563, 566,
|
|
|
|
|
71, 71, 568, 570, 71, 564, 571, 567, 71, 569,
|
|
|
|
|
565, 573, 71, 71, 71, 71, 71, 71, 575, 71,
|
|
|
|
|
572, 577, 578, 71, 71, 574, 582, 140, 71, 576,
|
|
|
|
|
71, 583, 71, 585, 71, 586, 71, 587, 71, 579,
|
|
|
|
|
581, 584, 580, 71, 588, 71, 589, 71, 590, 71,
|
|
|
|
|
71, 591, 71, 598, 71, 592, 71, 593, 71, 71,
|
|
|
|
|
594, 71, 597, 71, 71, 599, 71, 603, 71, 601,
|
|
|
|
|
71, 71, 595, 71, 71, 596, 604, 71, 71, 610,
|
|
|
|
|
606, 600, 605, 71, 71, 607, 602, 616, 609, 608,
|
|
|
|
|
|
|
|
|
|
71, 71, 611, 71, 71, 612, 613, 614, 71, 615,
|
|
|
|
|
71, 618, 71, 617, 619, 71, 71, 621, 71, 71,
|
|
|
|
|
622, 626, 71, 71, 625, 71, 71, 630, 71, 71,
|
|
|
|
|
71, 624, 623, 71, 627, 631, 620, 71, 629, 628,
|
|
|
|
|
632, 71, 71, 71, 633, 637, 635, 634, 71, 639,
|
|
|
|
|
71, 71, 797, 638, 71, 71, 71, 636, 71, 640,
|
|
|
|
|
642, 71, 646, 641, 71, 643, 71, 644, 71, 647,
|
|
|
|
|
651, 71, 71, 648, 645, 649, 71, 71, 71, 654,
|
|
|
|
|
71, 656, 653, 652, 655, 71, 71, 71, 658, 71,
|
|
|
|
|
650, 660, 71, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
665, 71, 671, 657, 71, 71, 659, 666, 71, 71,
|
|
|
|
|
661, 662, 667, 663, 71, 664, 71, 668, 675, 670,
|
|
|
|
|
669, 71, 674, 71, 672, 71, 71, 71, 673, 71,
|
|
|
|
|
678, 71, 71, 71, 677, 676, 682, 683, 71, 71,
|
|
|
|
|
684, 71, 679, 685, 681, 71, 680, 71, 688, 71,
|
|
|
|
|
686, 71, 71, 147, 71, 71, 689, 687, 693, 71,
|
|
|
|
|
691, 71, 694, 690, 692, 695, 698, 71, 696, 71,
|
|
|
|
|
699, 701, 71, 71, 71, 704, 697, 71, 700, 71,
|
|
|
|
|
71, 71, 702, 706, 71, 709, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 707, 703, 710, 71, 71, 705, 71, 721,
|
|
|
|
|
|
|
|
|
|
714, 71, 708, 71, 715, 711, 71, 716, 71, 713,
|
|
|
|
|
71, 719, 722, 712, 717, 720, 71, 718, 71, 724,
|
|
|
|
|
723, 71, 725, 727, 726, 728, 739, 71, 71, 737,
|
|
|
|
|
71, 71, 71, 729, 730, 736, 731, 71, 138, 732,
|
|
|
|
|
740, 741, 71, 744, 733, 738, 71, 71, 743, 71,
|
|
|
|
|
734, 735, 71, 742, 71, 745, 71, 746, 71, 747,
|
|
|
|
|
71, 750, 749, 748, 71, 71, 71, 71, 71, 752,
|
|
|
|
|
71, 756, 71, 71, 71, 755, 71, 71, 762, 71,
|
|
|
|
|
71, 71, 761, 751, 760, 763, 753, 754, 757, 764,
|
|
|
|
|
758, 765, 759, 71, 71, 71, 766, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
767, 71, 71, 71, 71, 71, 768, 769, 771, 772,
|
|
|
|
|
774, 71, 71, 71, 775, 777, 71, 71, 71, 770,
|
|
|
|
|
776, 71, 71, 773, 71, 779, 780, 781, 71, 71,
|
|
|
|
|
784, 71, 778, 782, 71, 71, 783, 786, 71, 71,
|
|
|
|
|
71, 789, 791, 787, 792, 71, 785, 71, 71, 790,
|
|
|
|
|
71, 71, 794, 71, 71, 71, 71, 71, 800, 788,
|
|
|
|
|
793, 71, 799, 71, 71, 71, 803, 806, 71, 795,
|
|
|
|
|
796, 798, 71, 801, 810, 802, 804, 805, 807, 71,
|
|
|
|
|
71, 812, 809, 71, 71, 808, 71, 71, 813, 71,
|
|
|
|
|
71, 820, 811, 71, 817, 71, 819, 71, 815, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 814, 821, 824, 71, 816, 826, 71, 71,
|
|
|
|
|
71, 818, 71, 825, 823, 71, 831, 822, 829, 147,
|
|
|
|
|
828, 71, 71, 827, 830, 71, 832, 71, 71, 71,
|
|
|
|
|
71, 844, 71, 71, 71, 71, 845, 71, 71, 848,
|
|
|
|
|
852, 833, 835, 850, 71, 853, 71, 836, 846, 834,
|
|
|
|
|
837, 71, 849, 71, 838, 71, 839, 855, 851, 847,
|
|
|
|
|
840, 71, 841, 71, 71, 71, 71, 842, 857, 854,
|
|
|
|
|
859, 71, 843, 71, 866, 864, 856, 863, 858, 71,
|
|
|
|
|
860, 71, 865, 71, 71, 861, 71, 862, 71, 869,
|
|
|
|
|
71, 71, 71, 71, 870, 71, 871, 875, 71, 71,
|
|
|
|
|
|
|
|
|
|
878, 71, 874, 867, 868, 876, 879, 872, 71, 881,
|
|
|
|
|
877, 71, 882, 71, 873, 71, 880, 884, 71, 885,
|
|
|
|
|
886, 71, 71, 890, 887, 71, 71, 71, 71, 71,
|
|
|
|
|
883, 71, 888, 891, 71, 889, 893, 896, 71, 71,
|
|
|
|
|
894, 71, 71, 71, 892, 71, 899, 897, 71, 905,
|
|
|
|
|
895, 71, 71, 71, 71, 71, 71, 71, 898, 901,
|
|
|
|
|
903, 904, 900, 147, 71, 71, 71, 906, 902, 910,
|
|
|
|
|
911, 912, 909, 907, 908, 71, 71, 914, 71, 915,
|
|
|
|
|
71, 918, 71, 71, 913, 71, 919, 71, 71, 920,
|
|
|
|
|
71, 916, 921, 922, 71, 926, 917, 923, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 924, 928, 71, 71, 71, 71, 71, 925,
|
|
|
|
|
930, 931, 71, 933, 71, 71, 935, 934, 927, 71,
|
|
|
|
|
929, 936, 71, 932, 71, 938, 939, 71, 71, 71,
|
|
|
|
|
937, 940, 942, 71, 71, 71, 71, 947, 71, 71,
|
|
|
|
|
71, 948, 941, 71, 949, 71, 943, 71, 946, 71,
|
|
|
|
|
951, 952, 944, 955, 945, 71, 950, 71, 956, 71,
|
|
|
|
|
71, 954, 958, 953, 71, 959, 71, 71, 71, 963,
|
|
|
|
|
957, 71, 71, 71, 71, 71, 71, 969, 71, 960,
|
|
|
|
|
962, 961, 71, 965, 71, 972, 71, 71, 974, 964,
|
|
|
|
|
145, 966, 975, 71, 71, 968, 970, 71, 71, 971,
|
|
|
|
|
|
|
|
|
|
967, 71, 976, 977, 71, 71, 71, 973, 71, 978,
|
|
|
|
|
71, 71, 983, 981, 71, 71, 987, 71, 984, 979,
|
|
|
|
|
980, 71, 71, 71, 71, 982, 71, 996, 71, 985,
|
|
|
|
|
990, 71, 71, 992, 986, 988, 997, 71, 71, 998,
|
|
|
|
|
989, 1000, 993, 991, 994, 71, 71, 995, 71, 71,
|
|
|
|
|
71, 999, 71, 1003, 71, 1002, 71, 1005, 1007, 71,
|
|
|
|
|
71, 1009, 71, 1001, 1010, 71, 71, 71, 1004, 1006,
|
|
|
|
|
71, 1011, 71, 71, 1008, 71, 71, 1015, 71, 71,
|
|
|
|
|
1012, 71, 1014, 71, 1016, 1013, 71, 1020, 71, 71,
|
|
|
|
|
71, 1025, 1017, 1021, 1019, 1024, 1018, 71, 1027, 1022,
|
|
|
|
|
|
|
|
|
|
71, 71, 1026, 1023, 71, 1029, 1031, 71, 71, 1028,
|
|
|
|
|
71, 1032, 71, 1030, 71, 71, 1036, 71, 1045, 1044,
|
|
|
|
|
1123, 1034, 71, 1033, 71, 71, 1046, 1035, 71, 71,
|
|
|
|
|
1043, 1048, 71, 1037, 1047, 71, 1038, 1039, 71, 71,
|
|
|
|
|
1049, 1040, 71, 1050, 71, 1051, 71, 1041, 1053, 71,
|
|
|
|
|
71, 1042, 1052, 1057, 1054, 1058, 1055, 71, 1078, 71,
|
|
|
|
|
71, 71, 1059, 71, 1056, 71, 1066, 1060, 1067, 1061,
|
|
|
|
|
71, 71, 71, 71, 1062, 71, 1063, 1069, 1064, 71,
|
|
|
|
|
1065, 71, 1068, 71, 1073, 71, 71, 1070, 1072, 1074,
|
|
|
|
|
71, 71, 1076, 1071, 71, 1075, 1080, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
1079, 143, 71, 71, 1077, 71, 1082, 1085, 1081, 1086,
|
|
|
|
|
71, 1088, 71, 71, 71, 71, 1083, 1089, 1087, 71,
|
|
|
|
|
1090, 1092, 71, 71, 1084, 1093, 1094, 71, 1095, 1097,
|
|
|
|
|
71, 71, 1091, 71, 71, 71, 71, 71, 1099, 71,
|
|
|
|
|
1096, 1101, 1100, 1105, 1102, 71, 1103, 71, 71, 1108,
|
|
|
|
|
1109, 1098, 71, 1104, 1106, 71, 71, 1110, 1111, 71,
|
|
|
|
|
71, 1107, 71, 71, 71, 1115, 71, 71, 1112, 71,
|
|
|
|
|
1119, 71, 71, 1114, 71, 71, 71, 71, 1126, 1113,
|
|
|
|
|
71, 71, 71, 1116, 71, 1120, 1124, 1117, 1131, 71,
|
|
|
|
|
71, 1121, 1118, 1125, 1122, 1130, 71, 71, 1135, 71,
|
|
|
|
|
|
|
|
|
|
1127, 1133, 1129, 1136, 71, 1132, 1128, 71, 1137, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 1138, 1134, 1143, 1147, 71,
|
|
|
|
|
1144, 1145, 71, 1139, 71, 1140, 1141, 1146, 71, 1142,
|
|
|
|
|
71, 71, 1148, 1149, 71, 71, 1153, 71, 71, 71,
|
|
|
|
|
1151, 71, 1157, 1158, 71, 71, 71, 71, 71, 1150,
|
|
|
|
|
71, 71, 1152, 1154, 71, 71, 1156, 1155, 1161, 1166,
|
|
|
|
|
71, 1162, 1159, 1163, 1160, 1164, 71, 1167, 71, 71,
|
|
|
|
|
1165, 1168, 71, 1169, 71, 1171, 71, 1170, 1173, 71,
|
|
|
|
|
71, 1176, 1177, 1181, 1172, 1175, 71, 71, 71, 71,
|
|
|
|
|
1178, 71, 1179, 1180, 71, 1182, 71, 1174, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1187, 71, 71, 71, 1186, 71, 71, 1190,
|
|
|
|
|
71, 1193, 1184, 1189, 1183, 1185, 1194, 71, 71, 1195,
|
|
|
|
|
71, 1191, 71, 1188, 1196, 71, 1201, 1192, 71, 71,
|
|
|
|
|
1197, 71, 71, 71, 71, 71, 1205, 1198, 71, 1199,
|
|
|
|
|
1204, 1200, 71, 71, 71, 71, 71, 1213, 1203, 1210,
|
|
|
|
|
1206, 71, 1207, 71, 1202, 71, 1214, 1208, 1216, 71,
|
|
|
|
|
1212, 71, 1209, 1215, 71, 1211, 1217, 71, 1218, 71,
|
|
|
|
|
71, 71, 71, 1222, 71, 1225, 71, 1223, 1220, 1228,
|
|
|
|
|
1219, 1227, 71, 1221, 71, 71, 71, 71, 1226, 1229,
|
|
|
|
|
1224, 1230, 1234, 1235, 71, 71, 1231, 1239, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 1238, 1232, 71, 1237, 71, 1233, 1240, 71, 1241,
|
|
|
|
|
71, 71, 71, 1236, 1243, 71, 1244, 71, 71, 1247,
|
|
|
|
|
71, 1242, 71, 71, 1251, 71, 71, 1245, 1249, 71,
|
|
|
|
|
1252, 71, 1254, 71, 1248, 71, 71, 1250, 71, 71,
|
|
|
|
|
1257, 71, 1246, 71, 1259, 71, 1256, 1260, 71, 1253,
|
|
|
|
|
71, 71, 1263, 71, 71, 1255, 71, 1258, 1264, 1261,
|
|
|
|
|
71, 1268, 71, 1265, 1262, 1266, 71, 1271, 1270, 1267,
|
|
|
|
|
1272, 71, 1274, 71, 1269, 71, 71, 71, 71, 1276,
|
|
|
|
|
71, 71, 71, 1278, 71, 1280, 71, 1275, 71, 1281,
|
|
|
|
|
71, 1273, 71, 1285, 1277, 71, 1282, 71, 1286, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1292, 1289, 1283, 1279, 1290, 1284, 71, 71,
|
|
|
|
|
1294, 1287, 71, 71, 1293, 1288, 71, 1295, 1291, 1297,
|
|
|
|
|
1298, 71, 1299, 71, 71, 71, 71, 71, 1300, 71,
|
|
|
|
|
1305, 71, 1310, 71, 71, 1307, 71, 1301, 1296, 1306,
|
|
|
|
|
71, 71, 71, 1302, 71, 1309, 1303, 1311, 71, 1304,
|
|
|
|
|
71, 71, 71, 1319, 1308, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 71, 1312, 1324, 71, 1315, 1316, 1317, 1313, 1318,
|
|
|
|
|
1314, 71, 71, 1327, 1322, 71, 71, 1320, 1321, 71,
|
|
|
|
|
1326, 71, 1323, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1329, 1325, 71, 1332, 1328, 1334, 1335, 1341, 71, 1336,
|
|
|
|
|
|
|
|
|
|
1333, 1331, 1337, 71, 1338, 1330, 1342, 71, 71, 1339,
|
|
|
|
|
71, 1343, 71, 71, 71, 1345, 71, 1340, 71, 71,
|
|
|
|
|
1352, 71, 1344, 1347, 71, 1351, 71, 1349, 1346, 71,
|
|
|
|
|
1350, 71, 1348, 1353, 71, 1357, 71, 1355, 71, 1354,
|
|
|
|
|
71, 71, 1362, 1359, 71, 71, 71, 1356, 71, 71,
|
|
|
|
|
1366, 1365, 1358, 71, 1364, 1373, 71, 142, 1361, 71,
|
|
|
|
|
1363, 71, 1368, 1360, 1367, 1369, 1370, 1371, 1375, 71,
|
|
|
|
|
1376, 1378, 1372, 71, 1374, 71, 71, 71, 71, 1380,
|
|
|
|
|
1377, 1381, 71, 71, 1379, 71, 1383, 71, 71, 71,
|
|
|
|
|
71, 71, 1384, 71, 1391, 1382, 1386, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1387, 71, 1385, 1396, 1390, 140, 1388, 71,
|
|
|
|
|
1389, 1394, 71, 1392, 1397, 71, 1393, 71, 71, 1395,
|
|
|
|
|
1398, 71, 1399, 1403, 71, 71, 1401, 1400, 71, 71,
|
|
|
|
|
71, 71, 71, 71, 1410, 1405, 1402, 71, 71, 1404,
|
|
|
|
|
71, 1406, 1407, 138, 1413, 1411, 1414, 71, 71, 71,
|
|
|
|
|
1408, 1415, 1409, 1416, 71, 1412, 71, 71, 1418, 1419,
|
|
|
|
|
71, 1417, 71, 71, 1421, 71, 1422, 71, 71, 1420,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 1427, 71, 1431, 71,
|
|
|
|
|
71, 1428, 71, 1432, 71, 1423, 1425, 1429, 1426, 1424,
|
|
|
|
|
1436, 71, 1430, 71, 1437, 1435, 1433, 71, 1441, 1434,
|
|
|
|
|
|
|
|
|
|
71, 1442, 71, 1438, 1440, 1443, 71, 71, 1445, 71,
|
|
|
|
|
71, 71, 1439, 1447, 71, 1448, 1449, 71, 1451, 71,
|
|
|
|
|
1450, 71, 71, 1453, 71, 71, 71, 1444, 1455, 71,
|
|
|
|
|
1458, 1446, 1456, 71, 71, 1457, 71, 1452, 1459, 1460,
|
|
|
|
|
1461, 71, 71, 1465, 71, 1462, 1454, 1467, 71, 71,
|
|
|
|
|
1470, 71, 1468, 71, 71, 71, 71, 1473, 71, 71,
|
|
|
|
|
71, 1463, 1464, 71, 1466, 1469, 1471, 1474, 71, 1472,
|
|
|
|
|
1477, 71, 71, 1479, 71, 71, 1475, 71, 1482, 71,
|
|
|
|
|
1476, 1483, 71, 71, 1484, 71, 1478, 71, 1480, 1486,
|
|
|
|
|
71, 71, 1488, 71, 71, 1491, 1481, 1495, 1487, 71,
|
|
|
|
|
|
|
|
|
|
1485, 71, 1489, 71, 71, 71, 1494, 71, 1498, 71,
|
|
|
|
|
1499, 71, 1497, 1490, 71, 1493, 71, 1492, 1500, 71,
|
|
|
|
|
71, 71, 71, 1505, 1496, 1501, 71, 1503, 1504, 1506,
|
|
|
|
|
1502, 71, 71, 1509, 71, 71, 71, 71, 71, 1511,
|
|
|
|
|
1507, 71, 1516, 71, 71, 1519, 71, 71, 71, 1510,
|
|
|
|
|
1517, 1514, 1518, 1522, 71, 1512, 1513, 1508, 1520, 71,
|
|
|
|
|
1515, 71, 1526, 1521, 1527, 71, 1528, 71, 71, 1523,
|
|
|
|
|
1530, 1529, 71, 1524, 1531, 71, 71, 1534, 71, 71,
|
|
|
|
|
71, 1525, 71, 71, 71, 71, 1536, 1533, 1539, 1541,
|
|
|
|
|
1535, 1537, 71, 1532, 71, 71, 71, 71, 1544, 1543,
|
|
|
|
|
|
|
|
|
|
1545, 71, 1546, 71, 1542, 71, 1548, 1540, 71, 1538,
|
|
|
|
|
71, 71, 71, 71, 1549, 1550, 71, 1551, 71, 71,
|
|
|
|
|
71, 1553, 1552, 1554, 71, 1547, 71, 71, 1559, 71,
|
|
|
|
|
1555, 1556, 1558, 71, 71, 1560, 1557, 71, 1561, 1562,
|
|
|
|
|
1563, 71, 71, 71, 71, 71, 71, 71, 1570, 1568,
|
|
|
|
|
71, 1565, 1569, 71, 71, 71, 1572, 1564, 71, 71,
|
|
|
|
|
1571, 1566, 1575, 1567, 71, 1578, 71, 1573, 1574, 71,
|
|
|
|
|
1582, 1577, 71, 1576, 71, 1579, 71, 71, 1584, 71,
|
|
|
|
|
71, 1585, 1586, 71, 1580, 71, 1581, 71, 1587, 71,
|
|
|
|
|
1590, 1583, 1588, 71, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 1591, 71, 1602, 71, 1598, 1589, 1593, 1594,
|
|
|
|
|
1595, 71, 71, 1601, 1597, 1592, 71, 71, 71, 1599,
|
|
|
|
|
1605, 1596, 71, 1600, 71, 71, 1609, 1606, 71, 1603,
|
|
|
|
|
1608, 71, 1604, 71, 71, 71, 1607, 1614, 1611, 71,
|
|
|
|
|
1613, 1612, 1616, 71, 1617, 71, 1610, 71, 71, 1619,
|
|
|
|
|
1618, 71, 71, 1615, 71, 1624, 1620, 1621, 71, 71,
|
|
|
|
|
71, 71, 71, 1625, 71, 71, 1622, 71, 1627, 1630,
|
|
|
|
|
71, 1634, 1626, 71, 1623, 71, 1631, 71, 1629, 71,
|
|
|
|
|
1632, 1628, 71, 71, 1635, 1636, 71, 1633, 71, 1638,
|
|
|
|
|
71, 1639, 71, 71, 1637, 1640, 71, 71, 1641, 1642,
|
|
|
|
|
|
|
|
|
|
1644, 71, 1645, 71, 71, 71, 71, 71, 1646, 1647,
|
|
|
|
|
1648, 71, 71, 1643, 71, 71, 1649, 71, 1653, 71,
|
|
|
|
|
1655, 71, 1660, 71, 71, 1651, 1650, 1652, 1662, 71,
|
|
|
|
|
1659, 1654, 1657, 1661, 71, 71, 71, 71, 1656, 1664,
|
|
|
|
|
1667, 1665, 71, 71, 1658, 1668, 71, 1671, 71, 71,
|
|
|
|
|
1666, 1669, 71, 1663, 71, 1672, 1676, 71, 1675, 71,
|
|
|
|
|
1677, 71, 1670, 71, 1678, 1680, 1682, 71, 1681, 1673,
|
|
|
|
|
71, 71, 1684, 71, 71, 1683, 71, 1685, 71, 1679,
|
|
|
|
|
1674, 71, 71, 71, 71, 1687, 71, 1689, 71, 71,
|
|
|
|
|
71, 1692, 1695, 71, 1686, 71, 71, 71, 71, 1691,
|
|
|
|
|
|
|
|
|
|
1696, 1688, 1698, 71, 1694, 1697, 1690, 1693, 1701, 71,
|
|
|
|
|
71, 71, 71, 71, 71, 71, 71, 1700, 1710, 71,
|
|
|
|
|
71, 1699, 1702, 71, 71, 71, 1707, 1711, 71, 1712,
|
|
|
|
|
2394, 1705, 1728, 1703, 1706, 1704, 1708, 71, 1709, 1713,
|
|
|
|
|
71, 1714, 71, 1715, 1716, 71, 1717, 71, 71, 1720,
|
|
|
|
|
71, 71, 1718, 1719, 1723, 71, 1724, 71, 71, 1721,
|
|
|
|
|
71, 71, 1722, 1725, 1729, 71, 1730, 71, 71, 1732,
|
|
|
|
|
71, 1734, 71, 1735, 71, 71, 71, 1726, 71, 1733,
|
|
|
|
|
1727, 1739, 71, 1738, 71, 1741, 71, 1731, 71, 1736,
|
|
|
|
|
71, 71, 71, 1745, 1744, 1737, 1743, 1747, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1740, 1751, 71, 1742, 71, 1746, 71,
|
|
|
|
|
71, 1756, 71, 71, 1755, 1749, 1758, 71, 1748, 71,
|
|
|
|
|
1750, 71, 1752, 71, 1754, 71, 1762, 71, 1760, 71,
|
|
|
|
|
1753, 1764, 1757, 71, 71, 71, 1763, 71, 71, 1759,
|
|
|
|
|
1766, 71, 71, 1770, 71, 1765, 71, 1771, 71, 1761,
|
|
|
|
|
1768, 71, 71, 1773, 71, 71, 2394, 1774, 1778, 1767,
|
|
|
|
|
1775, 1772, 1769, 1776, 71, 71, 1777, 71, 1783, 1779,
|
|
|
|
|
71, 1782, 71, 1784, 71, 1780, 1781, 71, 71, 71,
|
|
|
|
|
71, 1785, 71, 71, 71, 71, 71, 1794, 1789, 71,
|
|
|
|
|
71, 1795, 1790, 1788, 2394, 1793, 71, 1786, 1791, 1787,
|
|
|
|
|
|
|
|
|
|
1792, 1801, 1797, 1798, 71, 1799, 71, 71, 1802, 1796,
|
|
|
|
|
1800, 1803, 1804, 71, 71, 71, 71, 71, 71, 1806,
|
|
|
|
|
71, 71, 71, 1810, 71, 71, 71, 1812, 1807, 1805,
|
|
|
|
|
1811, 1813, 71, 71, 1808, 71, 71, 71, 1814, 71,
|
|
|
|
|
1809, 1818, 71, 1821, 71, 1815, 71, 1820, 71, 71,
|
|
|
|
|
1817, 71, 1822, 71, 1826, 1816, 1825, 71, 71, 1819,
|
|
|
|
|
71, 1827, 1823, 71, 1824, 1828, 71, 1830, 71, 71,
|
|
|
|
|
1835, 1829, 1831, 71, 1833, 71, 71, 1837, 71, 1834,
|
|
|
|
|
1836, 71, 1839, 71, 1832, 71, 71, 71, 1843, 71,
|
|
|
|
|
1838, 1841, 1842, 1844, 71, 1845, 71, 1846, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 1840, 71, 1849, 71, 1852, 71, 1854,
|
|
|
|
|
71, 1853, 71, 2394, 1847, 71, 1857, 71, 1851, 71,
|
|
|
|
|
1858, 1848, 71, 1850, 1859, 71, 71, 1856, 1855, 71,
|
|
|
|
|
71, 1860, 1861, 71, 1865, 71, 1862, 71, 1864, 1866,
|
|
|
|
|
71, 1867, 71, 1863, 71, 71, 1870, 71, 71, 1868,
|
|
|
|
|
71, 71, 71, 71, 71, 1878, 71, 1873, 1876, 1871,
|
|
|
|
|
1872, 71, 1869, 1874, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
1879, 71, 1875, 71, 1877, 71, 1885, 71, 1886, 1882,
|
|
|
|
|
71, 71, 1884, 1890, 71, 1881, 1892, 71, 71, 1887,
|
|
|
|
|
1880, 1883, 1893, 1894, 71, 1888, 1895, 71, 1891, 71,
|
|
|
|
|
|
|
|
|
|
1889, 71, 1896, 71, 1897, 71, 1898, 71, 71, 71,
|
|
|
|
|
1899, 71, 71, 71, 71, 1908, 71, 1909, 71, 71,
|
|
|
|
|
1905, 71, 71, 71, 1900, 71, 1902, 1901, 1910, 1912,
|
|
|
|
|
71, 1903, 1904, 1906, 1907, 71, 71, 71, 1913, 1911,
|
|
|
|
|
1918, 71, 71, 1914, 1919, 71, 1920, 71, 1915, 71,
|
|
|
|
|
71, 1916, 71, 71, 1924, 1917, 1923, 71, 71, 1928,
|
|
|
|
|
1921, 71, 1922, 1927, 1929, 71, 71, 71, 1930, 71,
|
|
|
|
|
1925, 1931, 71, 1926, 71, 71, 1933, 71, 71, 71,
|
|
|
|
|
1932, 1937, 1938, 71, 1941, 71, 71, 71, 71, 1934,
|
|
|
|
|
1942, 71, 1939, 1935, 71, 1936, 71, 1940, 1944, 1945,
|
|
|
|
|
|
|
|
|
|
71, 1946, 1943, 1947, 71, 1948, 71, 1950, 71, 71,
|
|
|
|
|
1949, 1952, 71, 71, 1951, 71, 1953, 71, 1954, 71,
|
|
|
|
|
71, 71, 1957, 71, 71, 71, 1955, 71, 1956, 1959,
|
|
|
|
|
71, 1960, 71, 1962, 1958, 1964, 71, 1965, 1967, 71,
|
|
|
|
|
1961, 71, 1963, 1968, 71, 71, 1971, 71, 1969, 71,
|
|
|
|
|
1970, 1966, 71, 71, 1972, 71, 1973, 71, 1975, 1976,
|
|
|
|
|
71, 1980, 1974, 1977, 71, 71, 1981, 71, 1979, 71,
|
|
|
|
|
1978, 71, 1984, 71, 1982, 71, 1983, 1985, 71, 71,
|
|
|
|
|
1986, 71, 71, 71, 71, 71, 71, 71, 1987, 1990,
|
|
|
|
|
1989, 71, 1993, 71, 1992, 1991, 1988, 71, 71, 1995,
|
|
|
|
|
|
|
|
|
|
71, 1998, 1996, 1994, 71, 71, 1997, 1999, 71, 2003,
|
|
|
|
|
71, 71, 71, 71, 2007, 71, 71, 71, 71, 2394,
|
|
|
|
|
71, 2005, 71, 2000, 2011, 2001, 2018, 2002, 2006, 71,
|
|
|
|
|
2004, 2012, 2009, 2013, 71, 2008, 71, 71, 2010, 71,
|
|
|
|
|
71, 71, 2017, 71, 2014, 2015, 71, 2021, 2016, 2022,
|
|
|
|
|
71, 71, 71, 71, 2025, 2019, 2026, 71, 2020, 71,
|
|
|
|
|
2028, 71, 2027, 71, 2029, 2030, 71, 71, 2032, 71,
|
|
|
|
|
71, 2023, 2024, 71, 2035, 2036, 71, 71, 2038, 71,
|
|
|
|
|
71, 2037, 2031, 2039, 71, 71, 2042, 2034, 2033, 71,
|
|
|
|
|
71, 2041, 71, 71, 2044, 2045, 71, 71, 2046, 71,
|
|
|
|
|
|
|
|
|
|
71, 71, 2040, 2048, 2050, 2047, 71, 71, 71, 71,
|
|
|
|
|
71, 2053, 2057, 71, 2043, 71, 71, 71, 2061, 71,
|
|
|
|
|
71, 2056, 71, 2062, 2049, 2051, 2052, 2054, 2059, 71,
|
|
|
|
|
2055, 71, 2063, 71, 2058, 2060, 71, 71, 2065, 2066,
|
|
|
|
|
71, 71, 2071, 71, 71, 2064, 2068, 2072, 71, 2074,
|
|
|
|
|
71, 71, 2076, 71, 71, 71, 71, 71, 2075, 2077,
|
|
|
|
|
2069, 2070, 2067, 71, 2078, 71, 2073, 2080, 71, 2081,
|
|
|
|
|
71, 2084, 2082, 71, 2079, 71, 2085, 71, 2088, 71,
|
|
|
|
|
71, 71, 2091, 71, 2087, 2083, 2086, 71, 71, 2089,
|
|
|
|
|
71, 71, 71, 2090, 71, 2092, 2094, 71, 2095, 2096,
|
|
|
|
|
|
|
|
|
|
71, 2101, 71, 2098, 71, 2097, 2099, 2103, 2093, 2100,
|
|
|
|
|
71, 71, 2105, 71, 2102, 71, 2104, 71, 71, 71,
|
|
|
|
|
2106, 71, 2107, 2108, 71, 2110, 2111, 2113, 71, 2115,
|
|
|
|
|
71, 2109, 71, 71, 71, 2118, 71, 2112, 71, 71,
|
|
|
|
|
71, 71, 2120, 71, 71, 71, 71, 2127, 71, 2117,
|
|
|
|
|
2121, 2116, 2119, 2114, 2124, 71, 2122, 2129, 71, 71,
|
|
|
|
|
2125, 71, 2123, 71, 2128, 2130, 71, 2132, 71, 71,
|
|
|
|
|
2126, 2135, 71, 71, 2134, 71, 71, 2133, 71, 2139,
|
|
|
|
|
2131, 71, 71, 2136, 2142, 71, 2143, 71, 71, 71,
|
|
|
|
|
2140, 2144, 71, 71, 2138, 71, 2137, 2149, 71, 71,
|
|
|
|
|
|
|
|
|
|
71, 2147, 2150, 2141, 71, 2151, 2154, 2152, 2145, 2155,
|
|
|
|
|
71, 2146, 71, 2148, 71, 2157, 71, 2156, 71, 71,
|
|
|
|
|
2153, 71, 71, 2159, 2160, 2162, 71, 2165, 71, 2166,
|
|
|
|
|
71, 71, 71, 71, 2158, 2168, 71, 71, 2169, 71,
|
|
|
|
|
71, 2161, 2171, 2163, 2164, 2172, 71, 2173, 71, 2174,
|
|
|
|
|
71, 2167, 71, 2170, 2176, 71, 71, 2175, 71, 2177,
|
|
|
|
|
71, 2179, 2180, 71, 71, 71, 2184, 71, 71, 71,
|
|
|
|
|
2187, 71, 2181, 2185, 2183, 71, 71, 71, 2178, 2188,
|
|
|
|
|
2189, 71, 2190, 2186, 2182, 71, 71, 71, 71, 71,
|
|
|
|
|
71, 2193, 71, 71, 2195, 2191, 71, 2196, 71, 2194,
|
|
|
|
|
|
|
|
|
|
71, 71, 71, 2205, 71, 2192, 2207, 71, 71, 2197,
|
|
|
|
|
2208, 71, 2198, 2199, 2200, 2394, 2201, 71, 2202, 2203,
|
|
|
|
|
71, 2209, 2217, 2204, 2206, 2210, 71, 2211, 71, 2212,
|
|
|
|
|
2213, 71, 71, 2215, 71, 2214, 2218, 71, 2216, 71,
|
|
|
|
|
71, 71, 71, 71, 2220, 71, 2219, 71, 2224, 2225,
|
|
|
|
|
71, 71, 2223, 2226, 71, 71, 2221, 71, 71, 2233,
|
|
|
|
|
2222, 71, 2228, 2231, 2229, 71, 2227, 2230, 2232, 71,
|
|
|
|
|
2234, 71, 71, 2235, 71, 2394, 2237, 2238, 2240, 71,
|
|
|
|
|
2241, 71, 2236, 2242, 71, 2243, 71, 2244, 71, 71,
|
|
|
|
|
2246, 71, 71, 2239, 2247, 71, 71, 71, 2245, 71,
|
|
|
|
|
|
|
|
|
|
2250, 2252, 71, 71, 71, 71, 71, 2248, 2249, 2254,
|
|
|
|
|
71, 2256, 2251, 71, 2259, 71, 2258, 71, 71, 71,
|
|
|
|
|
71, 2253, 2261, 2257, 71, 71, 71, 71, 2265, 2260,
|
|
|
|
|
2255, 2267, 71, 71, 71, 2264, 71, 2262, 71, 71,
|
|
|
|
|
2273, 2272, 2263, 71, 71, 2275, 71, 2269, 71, 2266,
|
|
|
|
|
2271, 71, 2268, 71, 71, 71, 71, 2270, 2274, 2276,
|
|
|
|
|
71, 2284, 71, 71, 2286, 71, 71, 2277, 71, 2278,
|
|
|
|
|
2279, 2281, 2285, 71, 2283, 2282, 71, 2287, 2280, 2288,
|
|
|
|
|
71, 2289, 71, 71, 71, 2290, 2292, 71, 2291, 2293,
|
|
|
|
|
71, 2297, 2294, 71, 2299, 71, 71, 71, 2295, 71,
|
|
|
|
|
|
|
|
|
|
71, 2303, 71, 71, 2304, 2296, 71, 2298, 71, 71,
|
|
|
|
|
71, 2307, 71, 2308, 2301, 2300, 2305, 71, 2302, 71,
|
|
|
|
|
71, 71, 71, 2309, 71, 2306, 2314, 71, 71, 2311,
|
|
|
|
|
71, 71, 2312, 2310, 71, 2313, 2316, 71, 71, 71,
|
|
|
|
|
71, 2318, 2321, 2319, 2315, 2322, 2317, 2325, 71, 71,
|
|
|
|
|
71, 2327, 71, 2320, 2326, 2329, 2323, 71, 2324, 71,
|
|
|
|
|
2328, 71, 71, 2333, 71, 71, 2330, 2331, 2336, 71,
|
|
|
|
|
2334, 2332, 2335, 71, 71, 71, 71, 71, 2341, 71,
|
|
|
|
|
71, 71, 2338, 2394, 71, 71, 2344, 2345, 71, 2346,
|
|
|
|
|
71, 71, 2347, 2337, 2343, 2339, 2340, 71, 2342, 71,
|
|
|
|
|
|
|
|
|
|
71, 2352, 2348, 71, 71, 71, 71, 2356, 2353, 2349,
|
|
|
|
|
2350, 71, 2351, 71, 2358, 71, 2359, 2354, 71, 71,
|
|
|
|
|
71, 2363, 71, 2360, 71, 71, 2361, 2365, 71, 2364,
|
|
|
|
|
2357, 2355, 2366, 71, 71, 2367, 71, 71, 71, 2362,
|
|
|
|
|
71, 2368, 2370, 2372, 71, 71, 71, 71, 71, 71,
|
|
|
|
|
2374, 2375, 71, 2378, 71, 2369, 2394, 2371, 2394, 2373,
|
|
|
|
|
2379, 71, 71, 2382, 2383, 71, 2376, 2377, 2380, 71,
|
|
|
|
|
2385, 71, 71, 2381, 2386, 71, 2384, 71, 71, 2387,
|
|
|
|
|
71, 71, 2388, 2389, 2392, 71, 2393, 71, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2390,
|
|
|
|
|
|
|
|
|
|
2391, 43, 43, 43, 43, 43, 43, 43, 48, 48,
|
|
|
|
|
48, 48, 48, 48, 48, 53, 53, 53, 53, 53,
|
|
|
|
|
53, 53, 59, 59, 59, 59, 59, 59, 59, 64,
|
|
|
|
|
64, 64, 64, 64, 64, 64, 74, 74, 2394, 74,
|
|
|
|
|
74, 74, 74, 137, 137, 2394, 2394, 2394, 137, 137,
|
|
|
|
|
139, 139, 2394, 2394, 139, 2394, 139, 141, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 141, 144, 144, 2394, 2394, 2394, 144,
|
|
|
|
|
144, 146, 2394, 2394, 2394, 2394, 2394, 146, 148, 148,
|
|
|
|
|
2394, 148, 148, 148, 148, 75, 75, 2394, 75, 75,
|
|
|
|
|
75, 75, 13, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-10-17 11:16:31 -04:00
|
|
|
static yyconst flex_int16_t yy_chk[4734] =
|
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-10-17 11:16:31 -04:00
|
|
|
2400, 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,
|
2017-10-17 11:16:31 -04:00
|
|
|
10, 11, 11, 11, 11, 11, 11, 19, 52, 19,
|
2017-07-17 04:21:19 -04:00
|
|
|
|
2017-10-17 11:16:31 -04:00
|
|
|
19, 52, 19, 11, 26, 26, 21, 25, 19, 19,
|
|
|
|
|
79, 29, 11, 12, 12, 12, 12, 12, 12, 26,
|
2017-07-17 04:21:19 -04:00
|
|
|
23, 23, 27, 27, 24, 12, 29, 31, 23, 24,
|
2017-10-17 11:16:31 -04:00
|
|
|
79, 27, 23, 24, 12, 23, 24, 28, 24, 24,
|
|
|
|
|
30, 28, 31, 34, 28, 30, 32, 32, 42, 33,
|
|
|
|
|
33, 28, 72, 28, 33, 32, 72, 35, 829, 36,
|
|
|
|
|
69, 32, 35, 42, 34, 32, 35, 47, 47, 88,
|
|
|
|
|
33, 82, 35, 36, 69, 35, 37, 37, 38, 63,
|
|
|
|
|
63, 37, 35, 38, 39, 39, 38, 39, 88, 82,
|
|
|
|
|
226, 37, 40, 38, 37, 84, 40, 38, 38, 41,
|
|
|
|
|
|
|
|
|
|
41, 78, 39, 95, 41, 78, 40, 95, 41, 84,
|
|
|
|
|
40, 40, 58, 226, 58, 58, 66, 58, 66, 66,
|
|
|
|
|
68, 66, 68, 68, 71, 68, 71, 71, 66, 71,
|
|
|
|
|
83, 74, 87, 74, 74, 71, 74, 77, 80, 83,
|
|
|
|
|
77, 80, 74, 74, 81, 85, 86, 81, 90, 89,
|
|
|
|
|
91, 85, 92, 93, 87, 89, 94, 85, 97, 100,
|
|
|
|
|
81, 96, 90, 92, 86, 86, 96, 103, 89, 99,
|
|
|
|
|
91, 93, 97, 98, 94, 99, 98, 101, 100, 98,
|
|
|
|
|
102, 104, 101, 102, 105, 107, 103, 102, 105, 106,
|
|
|
|
|
108, 103, 98, 98, 99, 104, 106, 108, 107, 109,
|
|
|
|
|
|
|
|
|
|
110, 111, 101, 112, 113, 114, 115, 112, 116, 116,
|
|
|
|
|
114, 117, 109, 124, 114, 118, 120, 119, 140, 111,
|
|
|
|
|
110, 140, 113, 122, 121, 124, 115, 121, 118, 125,
|
|
|
|
|
125, 117, 119, 123, 118, 120, 122, 126, 121, 123,
|
|
|
|
|
127, 128, 121, 129, 130, 131, 130, 132, 133, 135,
|
|
|
|
|
125, 134, 132, 155, 135, 126, 127, 131, 136, 129,
|
|
|
|
|
133, 155, 128, 138, 138, 145, 145, 130, 142, 134,
|
|
|
|
|
142, 142, 136, 142, 147, 156, 147, 147, 148, 147,
|
|
|
|
|
148, 148, 150, 148, 151, 150, 152, 153, 154, 151,
|
|
|
|
|
148, 157, 152, 158, 156, 153, 159, 161, 158, 154,
|
|
|
|
|
|
|
|
|
|
160, 196, 153, 161, 161, 162, 157, 163, 163, 160,
|
|
|
|
|
162, 164, 168, 165, 196, 165, 159, 164, 165, 166,
|
|
|
|
|
167, 167, 169, 166, 170, 177, 171, 169, 166, 170,
|
|
|
|
|
172, 168, 171, 166, 172, 165, 173, 174, 175, 166,
|
|
|
|
|
166, 173, 176, 177, 178, 179, 180, 180, 182, 178,
|
|
|
|
|
179, 174, 180, 175, 176, 171, 181, 176, 183, 184,
|
|
|
|
|
187, 181, 185, 185, 180, 184, 180, 186, 182, 188,
|
|
|
|
|
190, 191, 189, 186, 183, 188, 193, 191, 192, 186,
|
|
|
|
|
187, 189, 193, 192, 194, 195, 198, 197, 199, 200,
|
|
|
|
|
194, 190, 195, 197, 199, 201, 202, 203, 204, 205,
|
|
|
|
|
|
|
|
|
|
206, 208, 203, 201, 209, 207, 198, 210, 209, 202,
|
|
|
|
|
207, 200, 211, 204, 212, 205, 213, 214, 211, 208,
|
|
|
|
|
206, 215, 213, 215, 216, 218, 220, 146, 217, 210,
|
|
|
|
|
219, 216, 212, 212, 217, 229, 219, 214, 220, 221,
|
|
|
|
|
221, 222, 222, 223, 218, 224, 225, 227, 225, 223,
|
|
|
|
|
228, 224, 227, 230, 229, 233, 237, 231, 232, 238,
|
|
|
|
|
233, 230, 228, 231, 232, 225, 234, 223, 235, 236,
|
|
|
|
|
237, 234, 239, 240, 235, 241, 242, 238, 243, 242,
|
|
|
|
|
243, 240, 244, 244, 236, 245, 239, 246, 245, 247,
|
|
|
|
|
247, 248, 248, 249, 251, 250, 144, 251, 252, 253,
|
|
|
|
|
|
|
|
|
|
241, 254, 252, 255, 262, 246, 256, 254, 253, 249,
|
|
|
|
|
250, 257, 256, 258, 258, 257, 259, 255, 260, 261,
|
|
|
|
|
263, 259, 262, 264, 260, 265, 265, 266, 267, 268,
|
|
|
|
|
266, 269, 257, 268, 270, 270, 264, 271, 273, 261,
|
|
|
|
|
272, 263, 274, 272, 275, 276, 267, 275, 274, 269,
|
|
|
|
|
273, 277, 278, 279, 281, 271, 280, 276, 279, 280,
|
|
|
|
|
277, 278, 282, 283, 286, 283, 283, 281, 277, 277,
|
|
|
|
|
287, 277, 284, 284, 282, 285, 296, 280, 285, 288,
|
|
|
|
|
289, 286, 290, 290, 286, 287, 291, 293, 288, 289,
|
|
|
|
|
294, 291, 292, 292, 295, 294, 296, 297, 298, 299,
|
|
|
|
|
|
|
|
|
|
300, 301, 293, 302, 298, 300, 295, 301, 302, 303,
|
|
|
|
|
304, 305, 297, 304, 303, 304, 306, 307, 308, 299,
|
|
|
|
|
303, 310, 309, 311, 308, 305, 307, 309, 312, 313,
|
|
|
|
|
323, 314, 306, 316, 310, 306, 316, 306, 320, 317,
|
|
|
|
|
319, 324, 310, 311, 313, 314, 325, 320, 326, 312,
|
|
|
|
|
143, 323, 316, 317, 318, 319, 318, 318, 321, 322,
|
|
|
|
|
324, 325, 327, 321, 321, 322, 318, 328, 318, 318,
|
|
|
|
|
318, 330, 331, 318, 326, 332, 333, 329, 335, 334,
|
|
|
|
|
336, 328, 327, 329, 334, 337, 336, 329, 338, 339,
|
|
|
|
|
340, 333, 331, 335, 330, 332, 340, 341, 342, 343,
|
|
|
|
|
|
|
|
|
|
338, 345, 346, 339, 343, 337, 344, 344, 347, 344,
|
|
|
|
|
349, 348, 349, 350, 342, 351, 352, 350, 346, 351,
|
|
|
|
|
353, 345, 341, 354, 347, 348, 355, 358, 356, 357,
|
|
|
|
|
362, 352, 358, 360, 351, 359, 353, 356, 357, 359,
|
|
|
|
|
355, 354, 360, 361, 366, 368, 363, 374, 356, 361,
|
|
|
|
|
356, 362, 363, 364, 365, 367, 367, 364, 368, 365,
|
|
|
|
|
369, 370, 371, 371, 366, 369, 372, 373, 374, 376,
|
|
|
|
|
375, 373, 372, 377, 370, 375, 378, 379, 376, 380,
|
|
|
|
|
381, 381, 382, 380, 383, 377, 387, 382, 388, 379,
|
|
|
|
|
384, 384, 386, 386, 378, 389, 388, 390, 391, 394,
|
|
|
|
|
|
|
|
|
|
393, 395, 396, 397, 389, 383, 398, 387, 396, 399,
|
|
|
|
|
391, 398, 397, 400, 402, 395, 401, 390, 393, 394,
|
|
|
|
|
393, 400, 401, 399, 403, 404, 405, 403, 406, 407,
|
|
|
|
|
410, 404, 408, 406, 402, 409, 411, 413, 412, 409,
|
|
|
|
|
405, 411, 415, 417, 418, 410, 423, 416, 419, 404,
|
|
|
|
|
418, 407, 421, 408, 412, 418, 413, 414, 414, 417,
|
|
|
|
|
422, 422, 415, 414, 419, 414, 416, 420, 424, 424,
|
|
|
|
|
420, 423, 421, 414, 425, 426, 414, 427, 428, 429,
|
|
|
|
|
430, 431, 434, 414, 432, 430, 436, 426, 434, 425,
|
|
|
|
|
431, 433, 427, 438, 437, 436, 439, 428, 437, 438,
|
|
|
|
|
|
|
|
|
|
440, 429, 441, 432, 443, 442, 433, 141, 439, 442,
|
|
|
|
|
444, 445, 444, 446, 446, 440, 447, 443, 448, 445,
|
|
|
|
|
441, 449, 447, 450, 452, 451, 453, 449, 451, 454,
|
|
|
|
|
448, 453, 454, 455, 456, 450, 457, 139, 458, 452,
|
|
|
|
|
465, 457, 457, 459, 459, 460, 460, 461, 467, 455,
|
|
|
|
|
456, 458, 455, 461, 462, 462, 463, 463, 464, 469,
|
|
|
|
|
466, 465, 468, 472, 464, 466, 470, 467, 471, 472,
|
|
|
|
|
468, 473, 471, 474, 475, 473, 476, 477, 479, 475,
|
|
|
|
|
481, 478, 469, 477, 483, 470, 478, 480, 482, 482,
|
|
|
|
|
480, 474, 479, 486, 487, 480, 476, 488, 481, 480,
|
|
|
|
|
|
|
|
|
|
484, 485, 483, 488, 489, 484, 485, 486, 490, 487,
|
|
|
|
|
491, 490, 492, 489, 491, 493, 494, 492, 495, 496,
|
|
|
|
|
493, 497, 497, 499, 496, 498, 500, 501, 506, 502,
|
|
|
|
|
662, 495, 494, 501, 498, 502, 491, 503, 500, 499,
|
|
|
|
|
503, 504, 505, 507, 504, 508, 506, 505, 509, 510,
|
|
|
|
|
517, 508, 662, 509, 514, 510, 511, 507, 512, 511,
|
|
|
|
|
513, 515, 516, 512, 518, 513, 513, 514, 516, 517,
|
|
|
|
|
520, 521, 519, 518, 515, 519, 520, 522, 525, 523,
|
|
|
|
|
524, 524, 522, 521, 523, 523, 526, 527, 526, 528,
|
|
|
|
|
519, 528, 529, 530, 531, 532, 533, 535, 534, 536,
|
|
|
|
|
|
|
|
|
|
533, 537, 539, 525, 538, 540, 527, 534, 539, 541,
|
|
|
|
|
529, 530, 535, 531, 543, 532, 544, 536, 543, 538,
|
|
|
|
|
537, 542, 542, 545, 540, 546, 547, 548, 541, 550,
|
|
|
|
|
546, 549, 551, 552, 545, 544, 550, 551, 553, 555,
|
|
|
|
|
552, 556, 547, 553, 549, 554, 548, 557, 556, 558,
|
|
|
|
|
554, 559, 560, 561, 564, 565, 557, 555, 561, 562,
|
|
|
|
|
559, 563, 562, 558, 560, 563, 566, 566, 564, 567,
|
|
|
|
|
567, 568, 568, 569, 571, 572, 565, 573, 567, 574,
|
|
|
|
|
575, 572, 569, 574, 576, 577, 578, 579, 580, 581,
|
|
|
|
|
590, 577, 575, 571, 578, 582, 584, 573, 587, 590,
|
|
|
|
|
|
|
|
|
|
582, 602, 576, 596, 582, 579, 591, 582, 600, 581,
|
|
|
|
|
595, 584, 591, 580, 582, 587, 592, 582, 593, 593,
|
|
|
|
|
592, 594, 594, 596, 595, 597, 602, 601, 607, 600,
|
|
|
|
|
599, 597, 598, 598, 598, 599, 598, 603, 137, 598,
|
|
|
|
|
603, 604, 604, 607, 598, 601, 605, 606, 606, 613,
|
|
|
|
|
598, 598, 609, 605, 608, 608, 610, 609, 611, 610,
|
|
|
|
|
612, 613, 612, 611, 614, 615, 616, 618, 617, 615,
|
|
|
|
|
619, 619, 623, 620, 622, 618, 621, 624, 625, 625,
|
|
|
|
|
627, 70, 624, 614, 623, 627, 616, 617, 620, 628,
|
|
|
|
|
621, 629, 622, 630, 631, 628, 630, 629, 632, 633,
|
|
|
|
|
|
|
|
|
|
631, 634, 636, 635, 637, 639, 632, 633, 635, 636,
|
|
|
|
|
638, 638, 640, 642, 639, 641, 644, 645, 651, 634,
|
|
|
|
|
640, 641, 648, 637, 646, 644, 645, 646, 647, 649,
|
|
|
|
|
649, 650, 642, 647, 652, 653, 648, 651, 654, 658,
|
|
|
|
|
656, 654, 656, 652, 657, 657, 650, 659, 660, 654,
|
|
|
|
|
661, 663, 659, 664, 665, 666, 667, 668, 665, 653,
|
|
|
|
|
658, 671, 664, 670, 669, 673, 668, 671, 674, 660,
|
|
|
|
|
661, 663, 676, 666, 675, 667, 669, 670, 672, 672,
|
|
|
|
|
675, 677, 674, 679, 678, 673, 680, 677, 678, 681,
|
|
|
|
|
682, 684, 676, 689, 681, 683, 683, 684, 680, 686,
|
|
|
|
|
|
|
|
|
|
685, 687, 679, 685, 688, 691, 680, 690, 690, 694,
|
|
|
|
|
688, 682, 695, 689, 687, 692, 695, 686, 693, 693,
|
|
|
|
|
692, 696, 697, 691, 694, 699, 696, 702, 700, 703,
|
|
|
|
|
705, 705, 706, 707, 708, 709, 706, 710, 711, 709,
|
|
|
|
|
713, 697, 700, 711, 712, 713, 713, 702, 707, 699,
|
|
|
|
|
703, 704, 710, 715, 704, 714, 704, 715, 712, 708,
|
|
|
|
|
704, 716, 704, 717, 720, 718, 719, 704, 717, 714,
|
|
|
|
|
718, 722, 704, 721, 725, 723, 716, 722, 717, 725,
|
|
|
|
|
719, 723, 724, 724, 726, 720, 727, 721, 728, 728,
|
|
|
|
|
729, 731, 730, 737, 728, 736, 728, 730, 732, 733,
|
|
|
|
|
|
|
|
|
|
733, 734, 729, 726, 727, 731, 734, 728, 735, 736,
|
|
|
|
|
732, 738, 737, 744, 728, 740, 735, 739, 739, 740,
|
|
|
|
|
742, 743, 745, 746, 743, 748, 742, 749, 747, 746,
|
|
|
|
|
738, 750, 744, 747, 751, 745, 749, 752, 753, 754,
|
|
|
|
|
750, 755, 756, 752, 748, 757, 755, 753, 758, 761,
|
|
|
|
|
751, 759, 760, 763, 764, 761, 765, 766, 754, 757,
|
|
|
|
|
759, 760, 756, 64, 767, 768, 769, 763, 758, 767,
|
|
|
|
|
768, 769, 766, 764, 765, 770, 771, 771, 773, 772,
|
|
|
|
|
775, 776, 780, 779, 770, 772, 776, 776, 777, 777,
|
|
|
|
|
778, 773, 777, 778, 781, 782, 775, 779, 783, 785,
|
|
|
|
|
|
|
|
|
|
784, 782, 780, 784, 791, 786, 787, 788, 789, 781,
|
|
|
|
|
786, 787, 790, 789, 794, 793, 791, 790, 783, 795,
|
|
|
|
|
785, 793, 797, 788, 798, 795, 796, 796, 800, 799,
|
|
|
|
|
794, 797, 799, 801, 802, 803, 805, 804, 808, 806,
|
|
|
|
|
810, 805, 798, 804, 806, 811, 800, 809, 803, 812,
|
|
|
|
|
809, 810, 801, 813, 802, 815, 808, 816, 814, 813,
|
|
|
|
|
818, 812, 816, 811, 814, 817, 817, 819, 820, 821,
|
|
|
|
|
815, 822, 824, 821, 823, 825, 827, 828, 828, 818,
|
|
|
|
|
820, 819, 830, 823, 831, 832, 832, 833, 834, 822,
|
|
|
|
|
59, 824, 835, 843, 834, 827, 830, 836, 835, 831,
|
|
|
|
|
|
|
|
|
|
825, 837, 836, 837, 838, 839, 840, 833, 841, 838,
|
|
|
|
|
842, 844, 843, 841, 845, 846, 847, 847, 844, 839,
|
|
|
|
|
840, 848, 849, 851, 850, 842, 854, 854, 852, 845,
|
|
|
|
|
850, 855, 856, 852, 846, 848, 855, 857, 858, 856,
|
|
|
|
|
849, 858, 852, 851, 852, 859, 860, 852, 861, 862,
|
|
|
|
|
864, 857, 863, 861, 867, 860, 868, 863, 866, 866,
|
|
|
|
|
869, 868, 870, 859, 869, 871, 872, 873, 862, 864,
|
|
|
|
|
874, 870, 875, 876, 867, 877, 878, 874, 880, 881,
|
|
|
|
|
871, 879, 873, 882, 875, 872, 883, 879, 886, 888,
|
|
|
|
|
887, 885, 876, 880, 878, 883, 877, 885, 887, 881,
|
|
|
|
|
|
|
|
|
|
889, 890, 886, 882, 892, 889, 891, 893, 976, 888,
|
|
|
|
|
898, 891, 891, 890, 894, 895, 895, 897, 899, 898,
|
|
|
|
|
976, 893, 902, 892, 899, 900, 900, 894, 896, 901,
|
|
|
|
|
897, 902, 906, 896, 901, 903, 896, 896, 904, 907,
|
|
|
|
|
903, 896, 909, 904, 905, 905, 910, 896, 907, 908,
|
|
|
|
|
928, 896, 906, 911, 908, 912, 909, 913, 928, 911,
|
|
|
|
|
915, 912, 913, 914, 910, 916, 916, 914, 917, 915,
|
|
|
|
|
917, 918, 921, 920, 915, 922, 915, 920, 915, 923,
|
|
|
|
|
915, 925, 918, 926, 924, 927, 929, 921, 923, 924,
|
|
|
|
|
924, 930, 926, 922, 931, 925, 930, 932, 933, 934,
|
|
|
|
|
|
|
|
|
|
929, 54, 935, 937, 927, 944, 932, 935, 931, 936,
|
|
|
|
|
936, 938, 938, 942, 940, 941, 933, 940, 937, 947,
|
|
|
|
|
941, 943, 943, 946, 934, 944, 945, 945, 946, 948,
|
|
|
|
|
948, 949, 942, 950, 951, 955, 952, 956, 950, 953,
|
|
|
|
|
947, 952, 951, 956, 953, 954, 954, 957, 958, 960,
|
|
|
|
|
961, 949, 962, 955, 957, 960, 961, 962, 963, 964,
|
|
|
|
|
965, 958, 966, 968, 963, 967, 967, 970, 964, 971,
|
|
|
|
|
973, 974, 977, 966, 975, 978, 973, 979, 979, 965,
|
|
|
|
|
980, 981, 985, 968, 982, 974, 977, 970, 984, 984,
|
|
|
|
|
983, 974, 971, 978, 975, 983, 986, 988, 989, 990,
|
|
|
|
|
|
|
|
|
|
980, 986, 982, 989, 989, 985, 981, 991, 990, 992,
|
|
|
|
|
993, 994, 995, 997, 1002, 991, 988, 995, 998, 996,
|
|
|
|
|
995, 996, 1000, 992, 998, 993, 994, 997, 999, 994,
|
|
|
|
|
1001, 1004, 999, 1000, 1003, 1005, 1004, 1006, 1008, 1010,
|
|
|
|
|
1002, 1009, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1001,
|
|
|
|
|
1016, 1017, 1003, 1005, 1018, 1021, 1008, 1006, 1013, 1018,
|
|
|
|
|
1019, 1014, 1011, 1015, 1012, 1016, 1020, 1019, 1022, 1024,
|
|
|
|
|
1017, 1020, 1025, 1021, 1023, 1023, 1026, 1022, 1025, 1034,
|
|
|
|
|
1027, 1028, 1029, 1034, 1024, 1027, 1035, 1028, 1029, 1030,
|
|
|
|
|
1030, 1031, 1031, 1033, 1033, 1035, 1036, 1026, 1037, 1039,
|
|
|
|
|
|
|
|
|
|
1038, 1040, 1040, 1041, 1043, 1042, 1039, 1044, 1045, 1043,
|
|
|
|
|
1048, 1046, 1037, 1042, 1036, 1038, 1046, 1046, 1049, 1047,
|
|
|
|
|
1050, 1044, 1051, 1041, 1047, 1047, 1052, 1045, 1053, 1054,
|
|
|
|
|
1048, 1057, 1052, 1058, 1055, 1061, 1056, 1049, 1059, 1050,
|
|
|
|
|
1055, 1051, 1056, 1060, 1062, 1063, 1064, 1064, 1054, 1061,
|
|
|
|
|
1057, 1066, 1058, 1065, 1053, 1075, 1065, 1059, 1067, 1067,
|
|
|
|
|
1063, 1068, 1060, 1066, 1069, 1062, 1068, 1070, 1069, 1071,
|
|
|
|
|
1072, 1073, 1076, 1073, 1078, 1075, 1081, 1073, 1071, 1078,
|
|
|
|
|
1070, 1077, 1077, 1072, 1082, 1079, 1083, 1080, 1076, 1079,
|
|
|
|
|
1073, 1080, 1084, 1085, 1085, 1087, 1081, 1091, 1084, 1089,
|
|
|
|
|
|
|
|
|
|
1090, 1090, 1082, 1091, 1089, 1096, 1083, 1093, 1093, 1095,
|
|
|
|
|
1095, 1098, 1100, 1087, 1098, 1099, 1099, 1101, 1102, 1102,
|
|
|
|
|
1103, 1096, 1105, 1104, 1106, 1106, 1107, 1100, 1104, 1108,
|
|
|
|
|
1107, 1109, 1109, 1110, 1103, 1111, 1112, 1105, 1113, 1114,
|
|
|
|
|
1112, 1117, 1101, 1121, 1114, 1122, 1111, 1116, 1116, 1108,
|
|
|
|
|
1118, 1119, 1119, 1120, 1125, 1110, 1124, 1113, 1120, 1117,
|
|
|
|
|
1123, 1124, 1127, 1121, 1118, 1122, 1126, 1127, 1126, 1123,
|
|
|
|
|
1128, 1129, 1130, 1132, 1125, 1134, 1128, 1135, 1130, 1133,
|
|
|
|
|
1133, 1137, 1140, 1135, 1138, 1138, 1141, 1132, 1139, 1139,
|
|
|
|
|
1143, 1129, 1142, 1143, 1134, 1146, 1140, 1144, 1144, 1145,
|
|
|
|
|
|
|
|
|
|
1147, 1150, 1148, 1147, 1141, 1137, 1147, 1142, 1148, 1149,
|
|
|
|
|
1150, 1145, 1151, 1152, 1149, 1146, 1153, 1151, 1147, 1153,
|
|
|
|
|
1154, 1155, 1155, 1156, 1157, 1158, 1154, 1159, 1156, 1160,
|
|
|
|
|
1161, 1164, 1166, 1166, 1162, 1163, 1161, 1157, 1152, 1162,
|
|
|
|
|
1165, 1163, 1167, 1158, 1168, 1165, 1159, 1167, 1169, 1160,
|
|
|
|
|
1170, 1171, 1172, 1175, 1164, 1173, 1174, 1176, 1177, 1175,
|
|
|
|
|
1178, 1179, 1168, 1181, 1181, 1171, 1172, 1173, 1169, 1174,
|
|
|
|
|
1170, 1182, 1184, 1184, 1178, 1183, 1186, 1176, 1177, 1185,
|
|
|
|
|
1183, 1187, 1179, 1188, 1189, 1190, 1193, 1192, 1191, 1195,
|
|
|
|
|
1186, 1182, 1197, 1189, 1185, 1191, 1192, 1198, 1198, 1192,
|
|
|
|
|
|
|
|
|
|
1190, 1188, 1193, 1201, 1195, 1187, 1199, 1199, 1200, 1195,
|
|
|
|
|
1202, 1200, 1203, 1205, 1204, 1202, 1207, 1197, 1206, 1210,
|
|
|
|
|
1208, 1213, 1201, 1204, 1211, 1207, 1208, 1206, 1203, 1212,
|
|
|
|
|
1206, 1215, 1205, 1209, 1209, 1213, 1214, 1211, 1217, 1210,
|
|
|
|
|
1218, 1219, 1219, 1215, 1220, 1221, 1222, 1212, 1225, 1223,
|
|
|
|
|
1223, 1222, 1214, 1224, 1221, 1228, 1229, 53, 1218, 1236,
|
|
|
|
|
1220, 1228, 1224, 1217, 1223, 1224, 1225, 1226, 1230, 1230,
|
|
|
|
|
1231, 1233, 1226, 1226, 1229, 1232, 1231, 1233, 1234, 1236,
|
|
|
|
|
1232, 1237, 1238, 1239, 1234, 1242, 1239, 1237, 1243, 1244,
|
|
|
|
|
1245, 1246, 1239, 1247, 1248, 1238, 1243, 1249, 1250, 1253,
|
|
|
|
|
|
|
|
|
|
1248, 1254, 1244, 1259, 1242, 1254, 1247, 48, 1245, 1255,
|
|
|
|
|
1246, 1252, 1252, 1249, 1255, 1256, 1250, 1257, 1258, 1253,
|
|
|
|
|
1256, 1261, 1257, 1262, 1262, 1263, 1259, 1258, 1264, 1265,
|
|
|
|
|
1266, 1267, 1268, 1270, 1269, 1264, 1261, 1271, 1272, 1263,
|
|
|
|
|
1269, 1265, 1266, 43, 1272, 1270, 1273, 1273, 1274, 1278,
|
|
|
|
|
1267, 1274, 1268, 1275, 1275, 1271, 1277, 1280, 1278, 1279,
|
|
|
|
|
1279, 1277, 1281, 1282, 1281, 1283, 1282, 1284, 1285, 1280,
|
|
|
|
|
1286, 1287, 1288, 1291, 1292, 1289, 1287, 1290, 1291, 1293,
|
|
|
|
|
1294, 1288, 1297, 1292, 1299, 1283, 1285, 1289, 1286, 1284,
|
|
|
|
|
1295, 1295, 1290, 1298, 1296, 1294, 1292, 1300, 1300, 1293,
|
|
|
|
|
|
|
|
|
|
1296, 1301, 1301, 1297, 1299, 1302, 1302, 1303, 1304, 1304,
|
|
|
|
|
1305, 1307, 1298, 1306, 1306, 1307, 1308, 1309, 1311, 1312,
|
|
|
|
|
1309, 1314, 1308, 1313, 1311, 1315, 1319, 1303, 1315, 1313,
|
|
|
|
|
1318, 1305, 1316, 1316, 1317, 1317, 1318, 1312, 1319, 1319,
|
|
|
|
|
1319, 1320, 1321, 1322, 1323, 1319, 1314, 1325, 1327, 1322,
|
|
|
|
|
1327, 1326, 1325, 1325, 1329, 1328, 1332, 1330, 1331, 1333,
|
|
|
|
|
1335, 1320, 1321, 1330, 1323, 1326, 1328, 1331, 1337, 1329,
|
|
|
|
|
1334, 1334, 1336, 1336, 1338, 1343, 1332, 1339, 1339, 1344,
|
|
|
|
|
1333, 1340, 1340, 1346, 1343, 1347, 1335, 1349, 1337, 1345,
|
|
|
|
|
1345, 1351, 1347, 1348, 1350, 1350, 1338, 1355, 1346, 1352,
|
|
|
|
|
|
|
|
|
|
1344, 1354, 1348, 1355, 1356, 1357, 1354, 1363, 1358, 1364,
|
|
|
|
|
1359, 1365, 1357, 1349, 1358, 1352, 1359, 1351, 1360, 1360,
|
|
|
|
|
1361, 1362, 1367, 1365, 1356, 1361, 1366, 1363, 1364, 1366,
|
|
|
|
|
1362, 1368, 1369, 1369, 1370, 1371, 1374, 1373, 1377, 1371,
|
|
|
|
|
1367, 1376, 1377, 1379, 1378, 1380, 1380, 1381, 1383, 1370,
|
|
|
|
|
1378, 1374, 1379, 1382, 1382, 1371, 1373, 1368, 1381, 1384,
|
|
|
|
|
1376, 1385, 1386, 1381, 1387, 1387, 1388, 1391, 1386, 1383,
|
|
|
|
|
1389, 1388, 1388, 1384, 1390, 1392, 1389, 1393, 1395, 1397,
|
|
|
|
|
1390, 1385, 1396, 1393, 1398, 1400, 1396, 1392, 1399, 1401,
|
|
|
|
|
1395, 1397, 1402, 1391, 1399, 1401, 1404, 1405, 1405, 1404,
|
|
|
|
|
|
|
|
|
|
1406, 1406, 1407, 1407, 1402, 1408, 1409, 1400, 1410, 1398,
|
|
|
|
|
1411, 1412, 1409, 1413, 1410, 1411, 1415, 1412, 1418, 1420,
|
|
|
|
|
1417, 1415, 1413, 1417, 1421, 1408, 1424, 1422, 1423, 1423,
|
|
|
|
|
1418, 1420, 1422, 1425, 1426, 1424, 1421, 1428, 1425, 1426,
|
|
|
|
|
1427, 1427, 1429, 1430, 1431, 1432, 1435, 1433, 1434, 1432,
|
|
|
|
|
1438, 1429, 1433, 1439, 1434, 1437, 1437, 1428, 1441, 1446,
|
|
|
|
|
1435, 1430, 1439, 1431, 1440, 1444, 1444, 1437, 1438, 1448,
|
|
|
|
|
1450, 1441, 1449, 1440, 1451, 1446, 1450, 1452, 1452, 1453,
|
|
|
|
|
1455, 1453, 1454, 1454, 1448, 1457, 1449, 1458, 1455, 1459,
|
|
|
|
|
1459, 1451, 1457, 1460, 1461, 1465, 1462, 1463, 1464, 1466,
|
|
|
|
|
|
|
|
|
|
1467, 1470, 1460, 1469, 1471, 1471, 1467, 1458, 1462, 1463,
|
|
|
|
|
1464, 1472, 1473, 1470, 1466, 1461, 1476, 1474, 1489, 1467,
|
|
|
|
|
1474, 1465, 1475, 1469, 1479, 1478, 1479, 1475, 1480, 1472,
|
|
|
|
|
1478, 1484, 1473, 1481, 1482, 1485, 1476, 1485, 1481, 1487,
|
|
|
|
|
1484, 1482, 1488, 1488, 1489, 1490, 1480, 1491, 1494, 1491,
|
|
|
|
|
1490, 1492, 1493, 1487, 1495, 1496, 1492, 1493, 1497, 1498,
|
|
|
|
|
1499, 1496, 1501, 1497, 1502, 1505, 1494, 1506, 1499, 1503,
|
|
|
|
|
1503, 1507, 1498, 14, 1495, 1504, 1504, 1507, 1502, 1508,
|
|
|
|
|
1505, 1501, 1510, 1509, 1508, 1509, 1513, 1506, 1511, 1511,
|
|
|
|
|
1512, 1512, 1515, 1517, 1510, 1513, 1518, 1514, 1513, 1514,
|
|
|
|
|
|
|
|
|
|
1516, 1516, 1517, 1523, 1520, 1521, 1524, 1525, 1518, 1520,
|
|
|
|
|
1521, 1526, 1528, 1515, 1530, 1531, 1523, 1532, 1528, 1533,
|
|
|
|
|
1530, 1534, 1535, 1535, 1536, 1525, 1524, 1526, 1537, 1537,
|
|
|
|
|
1534, 1528, 1532, 1536, 1538, 1539, 1540, 1541, 1531, 1539,
|
|
|
|
|
1542, 1540, 1544, 1543, 1533, 1542, 1542, 1547, 1547, 1549,
|
|
|
|
|
1541, 1543, 1552, 1538, 1548, 1548, 1550, 1550, 1549, 1551,
|
|
|
|
|
1551, 1553, 1544, 1555, 1552, 1554, 1556, 1556, 1555, 1548,
|
|
|
|
|
1557, 1554, 1558, 1560, 1561, 1557, 1564, 1560, 1558, 1553,
|
|
|
|
|
1548, 1562, 1565, 1566, 1567, 1562, 1568, 1565, 1570, 1569,
|
|
|
|
|
1573, 1568, 1571, 1571, 1561, 1575, 1572, 1574, 1576, 1567,
|
|
|
|
|
|
|
|
|
|
1572, 1564, 1574, 1579, 1570, 1573, 1566, 1569, 1577, 1577,
|
|
|
|
|
1580, 1581, 1582, 1583, 1584, 1585, 1590, 1576, 1588, 1588,
|
|
|
|
|
1606, 1575, 1579, 1587, 1589, 1591, 1584, 1589, 1592, 1590,
|
|
|
|
|
13, 1582, 1606, 1580, 1583, 1581, 1585, 1596, 1587, 1591,
|
|
|
|
|
1597, 1592, 1593, 1593, 1594, 1594, 1595, 1595, 1598, 1598,
|
|
|
|
|
1599, 1601, 1596, 1597, 1600, 1600, 1601, 1604, 1603, 1599,
|
|
|
|
|
1605, 1611, 1599, 1603, 1607, 1607, 1608, 1608, 1609, 1610,
|
|
|
|
|
1610, 1612, 1612, 1613, 1613, 1614, 1615, 1604, 1617, 1611,
|
|
|
|
|
1605, 1618, 1618, 1617, 1619, 1620, 1620, 1609, 1621, 1614,
|
|
|
|
|
1622, 1623, 1624, 1624, 1623, 1615, 1622, 1625, 1625, 1626,
|
|
|
|
|
|
|
|
|
|
1627, 1628, 1631, 1619, 1629, 1629, 1621, 1632, 1624, 1633,
|
|
|
|
|
1634, 1635, 1635, 1636, 1634, 1627, 1637, 1637, 1626, 1638,
|
|
|
|
|
1628, 1639, 1631, 1640, 1633, 1641, 1641, 1642, 1639, 1643,
|
|
|
|
|
1632, 1643, 1636, 1645, 1647, 1646, 1642, 1648, 1650, 1638,
|
|
|
|
|
1646, 1649, 1651, 1650, 1653, 1645, 1652, 1651, 1654, 1640,
|
|
|
|
|
1648, 1655, 1657, 1653, 1656, 1661, 0, 1654, 1658, 1647,
|
|
|
|
|
1655, 1652, 1649, 1656, 1658, 1659, 1657, 1663, 1665, 1659,
|
|
|
|
|
1664, 1664, 1666, 1666, 1665, 1661, 1663, 1667, 1669, 1670,
|
|
|
|
|
1672, 1666, 1673, 1675, 1677, 1674, 1678, 1677, 1670, 1679,
|
|
|
|
|
1680, 1678, 1672, 1669, 0, 1675, 1685, 1667, 1673, 1667,
|
|
|
|
|
|
|
|
|
|
1674, 1685, 1680, 1681, 1681, 1683, 1683, 1684, 1686, 1679,
|
|
|
|
|
1684, 1687, 1688, 1688, 1686, 1689, 1691, 1687, 1690, 1690,
|
|
|
|
|
1692, 1693, 1694, 1694, 1697, 1700, 1696, 1697, 1691, 1689,
|
|
|
|
|
1696, 1698, 1698, 1699, 1692, 1702, 1703, 1704, 1699, 1705,
|
|
|
|
|
1693, 1704, 1706, 1707, 1709, 1700, 1708, 1706, 1711, 1707,
|
|
|
|
|
1703, 1712, 1708, 1714, 1713, 1702, 1712, 1718, 1721, 1705,
|
|
|
|
|
1713, 1714, 1709, 1715, 1711, 1715, 1719, 1719, 1726, 1720,
|
|
|
|
|
1725, 1718, 1720, 1722, 1722, 1724, 1725, 1727, 1727, 1724,
|
|
|
|
|
1726, 1728, 1731, 1731, 1721, 1733, 1736, 1737, 1738, 1738,
|
|
|
|
|
1728, 1736, 1737, 1740, 1740, 1742, 1743, 1743, 1744, 1745,
|
|
|
|
|
|
|
|
|
|
1746, 1742, 1752, 1733, 1748, 1746, 1749, 1750, 1750, 1753,
|
|
|
|
|
1754, 1752, 1755, 0, 1744, 1753, 1757, 1757, 1749, 1759,
|
|
|
|
|
1759, 1745, 1763, 1748, 1760, 1760, 1761, 1755, 1754, 1764,
|
|
|
|
|
1762, 1761, 1762, 1765, 1766, 1766, 1763, 1769, 1765, 1767,
|
|
|
|
|
1767, 1768, 1768, 1764, 1770, 1771, 1771, 1772, 1773, 1769,
|
|
|
|
|
1774, 1775, 1776, 1777, 1778, 1779, 1779, 1774, 1777, 1772,
|
|
|
|
|
1773, 1780, 1770, 1775, 1781, 1782, 1783, 1784, 1785, 1787,
|
|
|
|
|
1780, 1788, 1776, 1789, 1778, 1786, 1786, 1790, 1787, 1783,
|
|
|
|
|
1791, 1793, 1785, 1791, 1792, 1782, 1793, 1794, 1801, 1788,
|
|
|
|
|
1781, 1784, 1794, 1795, 1795, 1789, 1796, 1796, 1792, 1802,
|
|
|
|
|
|
|
|
|
|
1790, 1797, 1797, 1800, 1800, 1803, 1801, 1805, 1806, 1807,
|
|
|
|
|
1802, 1809, 1808, 1810, 1812, 1812, 1811, 1814, 1814, 1815,
|
|
|
|
|
1809, 1816, 1817, 1818, 1803, 1819, 1806, 1805, 1815, 1817,
|
|
|
|
|
1820, 1807, 1808, 1810, 1811, 1821, 1822, 1828, 1818, 1816,
|
|
|
|
|
1823, 1823, 1826, 1819, 1824, 1824, 1825, 1827, 1820, 1829,
|
|
|
|
|
1830, 1821, 1825, 1831, 1829, 1822, 1828, 1833, 1832, 1833,
|
|
|
|
|
1826, 1838, 1827, 1832, 1834, 1834, 1835, 1840, 1835, 1841,
|
|
|
|
|
1830, 1836, 1836, 1831, 1842, 1845, 1840, 1848, 1846, 1849,
|
|
|
|
|
1838, 1846, 1847, 1847, 1850, 1850, 1851, 1853, 1856, 1841,
|
|
|
|
|
1851, 1861, 1848, 1842, 1854, 1845, 1869, 1849, 1854, 1855,
|
|
|
|
|
|
|
|
|
|
1855, 1856, 1853, 1858, 1858, 1860, 1860, 1862, 1862, 1863,
|
|
|
|
|
1861, 1864, 1864, 1870, 1863, 1868, 1868, 1872, 1869, 1871,
|
|
|
|
|
1873, 1876, 1872, 1875, 1874, 1877, 1870, 1879, 1871, 1874,
|
|
|
|
|
1880, 1875, 1881, 1877, 1873, 1880, 1882, 1881, 1883, 1883,
|
|
|
|
|
1876, 1885, 1879, 1884, 1884, 1886, 1887, 1890, 1885, 1888,
|
|
|
|
|
1886, 1882, 1887, 1891, 1888, 1889, 1889, 1896, 1891, 1892,
|
|
|
|
|
1892, 1898, 1890, 1893, 1893, 1897, 1898, 1898, 1897, 1899,
|
|
|
|
|
1896, 1900, 1901, 1902, 1899, 1903, 1900, 1902, 1901, 1904,
|
|
|
|
|
1903, 1905, 1906, 1908, 1907, 1912, 1913, 1911, 1904, 1907,
|
|
|
|
|
1906, 1910, 1911, 1914, 1910, 1908, 1905, 1915, 1917, 1913,
|
|
|
|
|
|
|
|
|
|
1916, 1916, 1914, 1912, 1920, 1921, 1915, 1917, 1922, 1923,
|
|
|
|
|
1923, 1924, 1925, 1926, 1927, 1927, 1928, 1930, 1932, 0,
|
|
|
|
|
1933, 1925, 1942, 1920, 1933, 1921, 1942, 1922, 1926, 1940,
|
|
|
|
|
1924, 1934, 1930, 1935, 1935, 1928, 1936, 1934, 1932, 1939,
|
|
|
|
|
1937, 1943, 1940, 1944, 1936, 1937, 1946, 1946, 1939, 1949,
|
|
|
|
|
1949, 1951, 1953, 1954, 1954, 1943, 1955, 1955, 1944, 1956,
|
|
|
|
|
1957, 1957, 1956, 1958, 1958, 1959, 1959, 1960, 1961, 1961,
|
|
|
|
|
1962, 1951, 1953, 1963, 1964, 1965, 1965, 1966, 1969, 1970,
|
|
|
|
|
1964, 1966, 1960, 1969, 1969, 1971, 1972, 1963, 1962, 1973,
|
|
|
|
|
1974, 1971, 1972, 1978, 1974, 1975, 1975, 1979, 1978, 1982,
|
|
|
|
|
|
|
|
|
|
1980, 1983, 1970, 1980, 1983, 1979, 1985, 1988, 1984, 1986,
|
|
|
|
|
1987, 1985, 1989, 1989, 1973, 1990, 1992, 1993, 1993, 1998,
|
|
|
|
|
1991, 1988, 1994, 1994, 1982, 1984, 1984, 1986, 1991, 1996,
|
|
|
|
|
1987, 1995, 1995, 1997, 1990, 1992, 1999, 2000, 1997, 1998,
|
|
|
|
|
2001, 2002, 2004, 2004, 2005, 1996, 2000, 2005, 2006, 2008,
|
|
|
|
|
2008, 2009, 2010, 2010, 2011, 2012, 2014, 2027, 2009, 2011,
|
|
|
|
|
2001, 2002, 1999, 2017, 2012, 2016, 2006, 2015, 2015, 2016,
|
|
|
|
|
2018, 2019, 2017, 2020, 2014, 2021, 2019, 2019, 2023, 2023,
|
|
|
|
|
2024, 2025, 2027, 2029, 2021, 2018, 2020, 2031, 2043, 2024,
|
|
|
|
|
2035, 2033, 2041, 2025, 2042, 2029, 2033, 2034, 2034, 2035,
|
|
|
|
|
|
|
|
|
|
2037, 2041, 2038, 2038, 2051, 2037, 2038, 2043, 2031, 2040,
|
|
|
|
|
2040, 2044, 2046, 2050, 2042, 2047, 2044, 2048, 2046, 2053,
|
|
|
|
|
2047, 2052, 2048, 2049, 2049, 2051, 2052, 2054, 2055, 2056,
|
|
|
|
|
2056, 2050, 2058, 2054, 2059, 2060, 2060, 2053, 2062, 2061,
|
|
|
|
|
2064, 2063, 2062, 2065, 2068, 2070, 2066, 2069, 2069, 2059,
|
|
|
|
|
2063, 2058, 2061, 2055, 2066, 2067, 2064, 2072, 2072, 2075,
|
|
|
|
|
2067, 2078, 2065, 2082, 2070, 2073, 2073, 2077, 2077, 2079,
|
|
|
|
|
2068, 2081, 2081, 2083, 2079, 2084, 2087, 2078, 2086, 2086,
|
|
|
|
|
2075, 2089, 2092, 2082, 2090, 2090, 2091, 2091, 2093, 2095,
|
|
|
|
|
2087, 2092, 2094, 2096, 2084, 2101, 2083, 2097, 2097, 2098,
|
|
|
|
|
|
|
|
|
|
2102, 2095, 2098, 2089, 2099, 2099, 2103, 2101, 2093, 2104,
|
|
|
|
|
2104, 2094, 2103, 2096, 2105, 2106, 2107, 2105, 2109, 2110,
|
|
|
|
|
2102, 2106, 2111, 2109, 2110, 2112, 2113, 2114, 2114, 2116,
|
|
|
|
|
2116, 2112, 2117, 2120, 2107, 2119, 2119, 2122, 2120, 2121,
|
|
|
|
|
2131, 2111, 2122, 2113, 2113, 2123, 2123, 2124, 2124, 2125,
|
|
|
|
|
2125, 2117, 2126, 2121, 2128, 2128, 2133, 2126, 2137, 2131,
|
|
|
|
|
2134, 2134, 2136, 2136, 2138, 2139, 2140, 2140, 2141, 2144,
|
|
|
|
|
2145, 2146, 2137, 2141, 2139, 2150, 2145, 2148, 2133, 2146,
|
|
|
|
|
2147, 2147, 2148, 2144, 2138, 2151, 2152, 2153, 2154, 2156,
|
|
|
|
|
2157, 2152, 2158, 2159, 2154, 2150, 2160, 2156, 2164, 2153,
|
|
|
|
|
|
|
|
|
|
2161, 2162, 2163, 2164, 2167, 2151, 2169, 2169, 2183, 2157,
|
|
|
|
|
2170, 2170, 2158, 2159, 2160, 0, 2161, 2171, 2162, 2162,
|
|
|
|
|
2182, 2171, 2183, 2163, 2167, 2175, 2175, 2177, 2177, 2178,
|
|
|
|
|
2178, 2179, 2178, 2181, 2181, 2179, 2185, 2185, 2182, 2186,
|
|
|
|
|
2187, 2188, 2190, 2191, 2187, 2200, 2186, 2192, 2192, 2193,
|
|
|
|
|
2193, 2195, 2191, 2194, 2194, 2197, 2188, 2196, 2201, 2199,
|
|
|
|
|
2190, 2202, 2196, 2198, 2197, 2199, 2195, 2197, 2198, 2198,
|
|
|
|
|
2200, 2203, 2204, 2201, 2205, 0, 2203, 2204, 2206, 2206,
|
|
|
|
|
2209, 2209, 2202, 2212, 2212, 2213, 2213, 2214, 2214, 2216,
|
|
|
|
|
2217, 2217, 2220, 2205, 2219, 2219, 2221, 2223, 2216, 2222,
|
|
|
|
|
|
|
|
|
|
2222, 2224, 2224, 2227, 2229, 2231, 2228, 2220, 2221, 2228,
|
|
|
|
|
2230, 2230, 2223, 2233, 2234, 2235, 2233, 2236, 2237, 2239,
|
|
|
|
|
2234, 2227, 2236, 2231, 2238, 2245, 2248, 2249, 2245, 2235,
|
|
|
|
|
2229, 2249, 2250, 2251, 2253, 2239, 2255, 2237, 2256, 2254,
|
|
|
|
|
2256, 2255, 2238, 2257, 2258, 2258, 2259, 2251, 2260, 2248,
|
|
|
|
|
2254, 2261, 2250, 2263, 2262, 2265, 2264, 2253, 2257, 2259,
|
|
|
|
|
2266, 2267, 2267, 2268, 2269, 2269, 2273, 2260, 2274, 2261,
|
|
|
|
|
2262, 2264, 2268, 2278, 2266, 2265, 2270, 2270, 2263, 2271,
|
|
|
|
|
2271, 2272, 2272, 2275, 2276, 2273, 2275, 2277, 2274, 2276,
|
|
|
|
|
2279, 2280, 2277, 2281, 2282, 2282, 2283, 2280, 2278, 2285,
|
|
|
|
|
|
|
|
|
|
2287, 2290, 2290, 2291, 2291, 2279, 2293, 2281, 2292, 2296,
|
|
|
|
|
2298, 2294, 2300, 2295, 2285, 2283, 2292, 2294, 2287, 2295,
|
|
|
|
|
2297, 2301, 2302, 2296, 2304, 2293, 2302, 2306, 2307, 2298,
|
|
|
|
|
2308, 2305, 2300, 2297, 2309, 2301, 2305, 2310, 2312, 2313,
|
|
|
|
|
2311, 2307, 2310, 2308, 2304, 2311, 2306, 2314, 2314, 2315,
|
|
|
|
|
2318, 2316, 2321, 2309, 2315, 2318, 2312, 2316, 2313, 2317,
|
|
|
|
|
2317, 2319, 2320, 2322, 2326, 2323, 2319, 2320, 2326, 2322,
|
|
|
|
|
2323, 2321, 2324, 2324, 2327, 2328, 2329, 2330, 2331, 2332,
|
|
|
|
|
2337, 2333, 2328, 0, 2331, 2334, 2334, 2336, 2336, 2337,
|
|
|
|
|
2339, 2340, 2337, 2327, 2333, 2329, 2330, 2338, 2332, 2341,
|
|
|
|
|
|
|
|
|
|
2342, 2342, 2338, 2343, 2344, 2346, 2347, 2347, 2343, 2339,
|
|
|
|
|
2340, 2348, 2341, 2349, 2349, 2350, 2350, 2344, 2351, 2352,
|
|
|
|
|
2353, 2354, 2354, 2351, 2355, 2356, 2352, 2356, 2358, 2355,
|
|
|
|
|
2348, 2346, 2357, 2357, 2359, 2358, 2360, 2361, 2362, 2353,
|
|
|
|
|
2365, 2359, 2361, 2364, 2364, 2367, 2368, 2369, 2370, 2374,
|
|
|
|
|
2367, 2368, 2371, 2371, 2375, 2360, 0, 2362, 0, 2365,
|
|
|
|
|
2373, 2373, 2376, 2376, 2377, 2377, 2369, 2370, 2374, 2378,
|
|
|
|
|
2380, 2380, 2382, 2375, 2381, 2381, 2378, 2384, 2387, 2382,
|
|
|
|
|
2388, 2389, 2384, 2387, 2390, 2390, 2391, 2391, 0, 0,
|
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 2388,
|
|
|
|
|
|
|
|
|
|
2389, 2395, 2395, 2395, 2395, 2395, 2395, 2395, 2396, 2396,
|
|
|
|
|
2396, 2396, 2396, 2396, 2396, 2397, 2397, 2397, 2397, 2397,
|
|
|
|
|
2397, 2397, 2398, 2398, 2398, 2398, 2398, 2398, 2398, 2399,
|
|
|
|
|
2399, 2399, 2399, 2399, 2399, 2399, 2401, 2401, 0, 2401,
|
|
|
|
|
2401, 2401, 2401, 2402, 2402, 0, 0, 0, 2402, 2402,
|
|
|
|
|
2403, 2403, 0, 0, 2403, 0, 2403, 2404, 0, 0,
|
|
|
|
|
0, 0, 0, 2404, 2405, 2405, 0, 0, 0, 2405,
|
|
|
|
|
2405, 2406, 0, 0, 0, 0, 0, 2406, 2407, 2407,
|
|
|
|
|
0, 2407, 2407, 2407, 2407, 2408, 2408, 0, 2408, 2408,
|
|
|
|
|
2408, 2408, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394, 2394,
|
|
|
|
|
2394, 2394, 2394
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
|
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yy_flex_debug;
|
|
|
|
|
int yy_flex_debug = 0;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The intent behind this definition is that it'll catch
|
|
|
|
|
* any uses of REJECT which flex missed.
|
|
|
|
|
*/
|
|
|
|
|
#define REJECT reject_used_but_not_detected
|
|
|
|
|
static int yy_more_flag = 0;
|
|
|
|
|
static int yy_more_len = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
|
|
|
#define YY_MORE_ADJ (yy_more_len)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
char *yytext;
|
2012-01-10 10:07:16 -05:00
|
|
|
#line 1 "./util/configlexer.lex"
|
|
|
|
|
#line 2 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
/*
|
|
|
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
|
|
|
*
|
|
|
|
|
* See LICENSE for the license.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2016-09-13 06:44:24 -04:00
|
|
|
|
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
2016-10-20 03:46:35 -04:00
|
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
2016-09-13 06:44:24 -04:00
|
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
2016-10-20 03:46:35 -04:00
|
|
|
#endif
|
2016-09-13 06:44:24 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
#include "util/configparser.h"
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
|
|
|
#else
|
|
|
|
|
#define LEXOUT(s)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 186 "./util/configlexer.lex"
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#define YY_NO_UNPUT 1
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
|
#define YY_NO_INPUT 1
|
|
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 2477 "<stdout>"
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
#define INITIAL 0
|
2007-10-18 18:49:08 -04:00
|
|
|
#define quotedstring 1
|
2007-11-28 03:10:45 -05:00
|
|
|
#define singlequotedstr 2
|
|
|
|
|
#define include 3
|
|
|
|
|
#define include_quoted 4
|
2009-02-06 05:19:16 -05:00
|
|
|
#define val 5
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_NO_UNISTD_H
|
|
|
|
|
/* Special case for "unistd.h", since it is non-ANSI. We include it way
|
|
|
|
|
* down here because we want the user's section 1 to have been scanned first.
|
|
|
|
|
* The user has a chance to override it with an option.
|
|
|
|
|
*/
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXTRA_TYPE
|
|
|
|
|
#define YY_EXTRA_TYPE void *
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void );
|
|
|
|
|
|
|
|
|
|
/* Accessor methods to globals.
|
|
|
|
|
These are made visible to non-reentrant scanners for convenience. */
|
|
|
|
|
|
|
|
|
|
int yylex_destroy (void );
|
|
|
|
|
|
|
|
|
|
int yyget_debug (void );
|
|
|
|
|
|
|
|
|
|
void yyset_debug (int debug_flag );
|
|
|
|
|
|
|
|
|
|
YY_EXTRA_TYPE yyget_extra (void );
|
|
|
|
|
|
|
|
|
|
void yyset_extra (YY_EXTRA_TYPE user_defined );
|
|
|
|
|
|
|
|
|
|
FILE *yyget_in (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
FILE *yyget_out (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
int yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
|
|
|
* is returned in "result".
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_INPUT
|
|
|
|
|
#define YY_INPUT(buf,result,max_size) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
2018-01-03 12:05:48 -05:00
|
|
|
size_t n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2018-01-03 12:05:48 -05:00
|
|
|
while ( (result = (int) fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 206 "./util/configlexer.lex"
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 2700 "<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-10-17 11:16:31 -04:00
|
|
|
if ( yy_current_state >= 2395 )
|
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-10-17 11:16:31 -04:00
|
|
|
while ( yy_base[yy_current_state] != 4693 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
|
|
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
|
|
|
|
|
|
switch ( yy_act )
|
|
|
|
|
{ /* beginning of action switch */
|
|
|
|
|
case 0: /* must back up */
|
|
|
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 207 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 209 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 212 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 213 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 215 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 216 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 233 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 234 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 235 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 236 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 237 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 238 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 239 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 240 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 241 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 242 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 243 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 244 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 245 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 246 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 247 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 248 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 249 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 250 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 251 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 252 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 253 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 254 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 255 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 256 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 257 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 258 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 259 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 260 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 261 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 262 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 263 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 264 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 265 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 266 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 267 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 268 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 269 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 270 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 271 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 272 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 273 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 274 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 275 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 276 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 277 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 278 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 279 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 280 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 281 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 282 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 283 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 284 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 285 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 286 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 287 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 288 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 289 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 290 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 291 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 292 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 293 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 294 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 295 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 296 "./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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_AUTH_ZONE) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_ZONEFILE) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MASTER) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_URL) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_DOWNSTREAM) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_FOR_UPSTREAM) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_HIDE_TRUSTANCHOR) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_SIGNALING) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 327 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 328 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_FAKE_SHA1) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
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
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -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 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 378 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
2016-07-04 10:49:49 -04:00
|
|
|
case 169:
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 380 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 382 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 384 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 386 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 387 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 388 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 389 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
2017-01-05 06:39:54 -05:00
|
|
|
case 180:
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 390 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 391 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 392 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 393 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 395 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2017-02-23 07:05:05 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
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-10-31 06:07:01 -04:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 187:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 401 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2017-03-07 09:58:51 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 188:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 403 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2017-03-09 08:18:08 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 189:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2017-03-16 05:17:58 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 190:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 406 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
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-10-31 06:07:01 -04:00
|
|
|
#line 407 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 192:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 408 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 193:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 409 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 194:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 410 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 195:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 411 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 196:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 412 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-03-20 11:09:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 197:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 413 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 198:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 414 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 199:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 415 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 200:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 416 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_TAG) }
|
2017-04-06 09:13:06 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 201:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 417 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP) }
|
2017-04-26 08:58:13 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 202:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 418 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(2, VAR_RESPONSE_IP_DATA) }
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_BREAK
|
2017-04-26 08:58:13 -04:00
|
|
|
case 203:
|
2017-03-21 08:08:17 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 419 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_DNSCRYPT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 204:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 420 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_ENABLE) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 205:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 421 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PORT) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 206:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 422 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 207:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 423 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) }
|
2017-05-16 09:21:10 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 208:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 424 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) }
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 209:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 425 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 210:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SIZE) }
|
2017-07-17 04:21:19 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 211:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 428 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSCRYPT_SHARED_SECRET_CACHE_SLABS) }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 212:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 430 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) }
|
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-10-31 06:07:01 -04:00
|
|
|
#line 431 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SLABS) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 214:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 432 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_ENABLED) }
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 215:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 433 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_IGNORE_BOGUS) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 216:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 434 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_HOOK) }
|
2017-09-18 04:55:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 217:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 435 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_MAX_TTL) }
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 218:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 436 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_WHITELIST) }
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_BREAK
|
2017-10-17 03:34:49 -04:00
|
|
|
case 219:
|
2017-08-31 07:59:38 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 437 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_IPSECMOD_STRICT) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 220:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 438 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(0, VAR_CACHEDB) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 221:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 439 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_BACKEND) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 222:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 440 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_CACHEDB_SECRETSEED) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 223:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 441 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ YDVAR(1, VAR_UDP_UPSTREAM_WITHOUT_DOWNSTREAM) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 224:
|
|
|
|
|
/* rule 224 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 442 "./util/configlexer.lex"
|
2017-10-17 11:16:31 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
|
|
|
|
case 225:
|
|
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 445 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 446 "./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-10-17 11:16:31 -04:00
|
|
|
case 226:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 451 "./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-10-17 11:16:31 -04:00
|
|
|
case 227:
|
|
|
|
|
/* rule 227 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 452 "./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-10-17 11:16:31 -04:00
|
|
|
case 228:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 454 "./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-10-17 11:16:31 -04:00
|
|
|
case 229:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 466 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 467 "./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-10-17 11:16:31 -04:00
|
|
|
case 230:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 472 "./util/configlexer.lex"
|
2008-10-22 10:36:46 -04:00
|
|
|
{ LEXOUT(("STR(%s) ", yytext)); yymore(); }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 231:
|
|
|
|
|
/* rule 231 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 473 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ yyerror("newline inside quoted string, no end '");
|
|
|
|
|
cfg_parser->line++; BEGIN(INITIAL); }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 232:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 475 "./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-10-17 11:16:31 -04:00
|
|
|
case 233:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 487 "./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-10-31 06:07:01 -04:00
|
|
|
#line 489 "./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-10-17 11:16:31 -04:00
|
|
|
case 234:
|
2017-06-08 10:44:55 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 493 "./util/configlexer.lex"
|
2017-10-17 03:34:49 -04:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 235:
|
|
|
|
|
/* rule 235 can match eol */
|
2017-08-08 05:09:45 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 494 "./util/configlexer.lex"
|
2017-10-17 03:34:49 -04:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 236:
|
2017-09-18 04:42:24 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 495 "./util/configlexer.lex"
|
2017-10-17 03:34:49 -04:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 237:
|
2017-10-17 03:34:49 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 496 "./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-10-31 06:07:01 -04:00
|
|
|
#line 501 "./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-10-17 11:16:31 -04:00
|
|
|
case 238:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 505 "./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-10-17 11:16:31 -04:00
|
|
|
case 239:
|
|
|
|
|
/* rule 239 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 506 "./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-10-17 11:16:31 -04:00
|
|
|
case 240:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 508 "./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-10-31 06:07:01 -04:00
|
|
|
#line 514 "./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-10-17 11:16:31 -04:00
|
|
|
case 241:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 525 "./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-10-17 11:16:31 -04:00
|
|
|
case 242:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 529 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 243:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 533 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-10-17 11:16:31 -04:00
|
|
|
case 244:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 537 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2017-10-31 06:07:01 -04:00
|
|
|
#line 4084 "<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. */
|
2018-01-03 12:05:48 -05:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-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);
|
2018-01-03 12:05:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) += number_to_move;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-10-17 11:16:31 -04:00
|
|
|
if ( yy_current_state >= 2395 )
|
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-10-17 11:16:31 -04:00
|
|
|
if ( yy_current_state >= 2395 )
|
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-10-17 11:16:31 -04:00
|
|
|
yy_is_jam = (yy_current_state == 2394);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
return yy_is_jam ? 0 : yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_INPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yyinput (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void)
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* yy_c_buf_p now points to the character we want to return.
|
|
|
|
|
* If this occurs *before* the EOB characters, then it's a
|
|
|
|
|
* valid NUL; if not, then we've hit the end of the buffer.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
|
2007-10-18 18:49:08 -04:00
|
|
|
/* This was really a NUL. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = '\0';
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{ /* need more input */
|
2017-07-24 05:04:18 -04:00
|
|
|
int offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-07-24 05:04:18 -04:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2018-01-03 12:05:48 -05:00
|
|
|
b->yy_buf_size = (yy_size_t)size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2018-01-03 12:05:48 -05:00
|
|
|
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-07-24 05:04:18 -04:00
|
|
|
int num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
|
|
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
|
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
|
|
|
* immediate realloc on the next call.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
|
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
2018-01-03 12:05:48 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2018-01-03 12:05:48 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
return;
|
|
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Increase the buffer to prepare for a possible push. */
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t grow_size = 8 /* arbitrary grow size */;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
num_to_alloc = (yy_buffer_stack_max) + grow_size;
|
|
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
|
|
|
|
|
((yy_buffer_stack),
|
|
|
|
|
num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
|
|
|
|
|
|
|
|
|
/* zero only the new slots.*/
|
|
|
|
|
memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
|
|
|
|
|
(yy_buffer_stack_max) = num_to_alloc;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Setup the input buffer state to scan directly from a user-specified character buffer.
|
|
|
|
|
* @param base the character buffer
|
|
|
|
|
* @param size the size in bytes of the character buffer
|
|
|
|
|
*
|
2018-01-03 12:05:48 -05:00
|
|
|
* @return the newly allocated buffer state object.
|
2015-12-01 03:11:48 -05:00
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
|
|
|
|
|
{
|
|
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( size < 2 ||
|
|
|
|
|
base[size-2] != YY_END_OF_BUFFER_CHAR ||
|
|
|
|
|
base[size-1] != YY_END_OF_BUFFER_CHAR )
|
|
|
|
|
/* They forgot to leave room for the EOB's. */
|
2017-07-24 05:04:18 -04:00
|
|
|
return NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
2018-01-03 12:05:48 -05:00
|
|
|
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-07-24 05:04:18 -04:00
|
|
|
b->yy_input_file = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
|
|
|
{
|
|
|
|
|
|
2017-07-24 05:04:18 -04:00
|
|
|
return yy_scan_bytes(yystr,(int) strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-07-24 05:04:18 -04:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
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. */ \
|
2018-01-03 12:05:48 -05:00
|
|
|
int yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
|
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
|
|
|
*(yy_c_buf_p) = '\0'; \
|
|
|
|
|
yyleng = yyless_macro_arg; \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current line number.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
int yyget_lineno (void)
|
|
|
|
|
{
|
2018-01-03 12:05:48 -05: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-10-31 06:07:01 -04:00
|
|
|
#line 537 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|