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-01-03 08:43:29 -05:00
|
|
|
#define YY_FLEX_SUBMINOR_VERSION 0
|
2015-12-01 03:11:48 -05:00
|
|
|
#if YY_FLEX_SUBMINOR_VERSION > 0
|
|
|
|
|
#define FLEX_BETA
|
|
|
|
|
#endif
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* First, we deal with platform-specific or compiler-specific issues. */
|
|
|
|
|
|
|
|
|
|
/* begin standard C headers. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <stdio.h>
|
2015-12-01 03:11:48 -05:00
|
|
|
#include <string.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
|
|
/* end standard C headers. */
|
|
|
|
|
|
|
|
|
|
/* flex integer type definitions */
|
|
|
|
|
|
|
|
|
|
#ifndef FLEXINT_H
|
|
|
|
|
#define FLEXINT_H
|
|
|
|
|
|
|
|
|
|
/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
2007-10-19 04:37:27 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
|
|
|
|
|
* if you want the limit (max/min) macros for int types.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef __STDC_LIMIT_MACROS
|
|
|
|
|
#define __STDC_LIMIT_MACROS 1
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
typedef int8_t flex_int8_t;
|
|
|
|
|
typedef uint8_t flex_uint8_t;
|
|
|
|
|
typedef int16_t flex_int16_t;
|
|
|
|
|
typedef uint16_t flex_uint16_t;
|
|
|
|
|
typedef int32_t flex_int32_t;
|
|
|
|
|
typedef uint32_t flex_uint32_t;
|
|
|
|
|
#else
|
|
|
|
|
typedef signed char flex_int8_t;
|
|
|
|
|
typedef short int flex_int16_t;
|
|
|
|
|
typedef int flex_int32_t;
|
|
|
|
|
typedef unsigned char flex_uint8_t;
|
|
|
|
|
typedef unsigned short int flex_uint16_t;
|
|
|
|
|
typedef unsigned int flex_uint32_t;
|
|
|
|
|
|
|
|
|
|
/* Limits of integral types. */
|
|
|
|
|
#ifndef INT8_MIN
|
|
|
|
|
#define INT8_MIN (-128)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT16_MIN
|
|
|
|
|
#define INT16_MIN (-32767-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MIN
|
|
|
|
|
#define INT32_MIN (-2147483647-1)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT8_MAX
|
|
|
|
|
#define INT8_MAX (127)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef INT16_MAX
|
|
|
|
|
#define INT16_MAX (32767)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef INT32_MAX
|
|
|
|
|
#define INT32_MAX (2147483647)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT8_MAX
|
|
|
|
|
#define UINT8_MAX (255U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT16_MAX
|
|
|
|
|
#define UINT16_MAX (65535U)
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef UINT32_MAX
|
|
|
|
|
#define UINT32_MAX (4294967295U)
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
2013-04-15 03:57:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! C99 */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif /* ! FLEXINT_H */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
#ifdef __cplusplus
|
2016-12-21 05:29:19 -05:00
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
/* The "const" storage-class-modifier is valid. */
|
|
|
|
|
#define YY_USE_CONST
|
|
|
|
|
|
|
|
|
|
#else /* ! __cplusplus */
|
|
|
|
|
|
|
|
|
|
/* C99 requires __STDC__ to be defined as 1. */
|
|
|
|
|
#if defined (__STDC__)
|
|
|
|
|
|
|
|
|
|
#define YY_USE_CONST
|
|
|
|
|
|
|
|
|
|
#endif /* defined (__STDC__) */
|
|
|
|
|
#endif /* ! __cplusplus */
|
|
|
|
|
|
|
|
|
|
#ifdef YY_USE_CONST
|
|
|
|
|
#define yyconst const
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-01-03 08:43:29 -05:00
|
|
|
#define yyconst
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Returned upon end-of-file. */
|
|
|
|
|
#define YY_NULL 0
|
|
|
|
|
|
|
|
|
|
/* Promotes a possibly negative, possibly signed char to an unsigned
|
|
|
|
|
* integer for use as an array index. If the signed char is negative,
|
|
|
|
|
* we want to instead treat it as an 8-bit unsigned char, hence the
|
|
|
|
|
* double cast.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
|
|
|
|
|
|
|
|
|
/* Enter a start condition. This macro really ought to take a parameter,
|
|
|
|
|
* but we do it the disgusting crufty way forced on us by the ()-less
|
|
|
|
|
* definition of BEGIN.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define BEGIN (yy_start) = 1 + 2 *
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Translate the current start state into a value that can be later handed
|
|
|
|
|
* to BEGIN to return to the state. The YYSTATE alias is for lex
|
|
|
|
|
* compatibility.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_START (((yy_start) - 1) / 2)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YYSTATE YY_START
|
|
|
|
|
|
|
|
|
|
/* Action number for EOF rule of a given start state. */
|
|
|
|
|
#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
|
|
|
|
|
|
|
|
|
/* Special action meaning "start processing a new file". */
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_NEW_FILE yyrestart(yyin )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define YY_END_OF_BUFFER_CHAR 0
|
|
|
|
|
|
|
|
|
|
/* Size of default input buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k.
|
|
|
|
|
* Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
|
|
|
|
|
* Ditto for the __ia64__ case accordingly.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_BUF_SIZE 32768
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_BUF_SIZE 16384
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* The state buf must be large enough to hold one state per character in the main buffer.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_TYPEDEF_YY_BUFFER_STATE
|
|
|
|
|
#define YY_TYPEDEF_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef struct yy_buffer_state *YY_BUFFER_STATE;
|
2015-12-01 03:11:48 -05:00
|
|
|
#endif
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
#define YY_TYPEDEF_YY_SIZE_T
|
|
|
|
|
typedef size_t yy_size_t;
|
|
|
|
|
#endif
|
|
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
extern yy_size_t yyleng;
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern FILE *yyin, *yyout;
|
|
|
|
|
|
|
|
|
|
#define EOB_ACT_CONTINUE_SCAN 0
|
|
|
|
|
#define EOB_ACT_END_OF_FILE 1
|
|
|
|
|
#define EOB_ACT_LAST_MATCH 2
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_LESS_LINENO(n)
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_LINENO_REWIND_TO(ptr)
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
/* Return all but the first "n" matched characters back to the input stream. */
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
*yy_cp = (yy_hold_char); \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RESTORE_YY_MORE_OFFSET \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define unput(c) yyunput( c, (yytext_ptr) )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifndef YY_STRUCT_YY_BUFFER_STATE
|
|
|
|
|
#define YY_STRUCT_YY_BUFFER_STATE
|
2007-10-18 18:49:08 -04:00
|
|
|
struct yy_buffer_state
|
|
|
|
|
{
|
|
|
|
|
FILE *yy_input_file;
|
|
|
|
|
|
|
|
|
|
char *yy_ch_buf; /* input buffer */
|
|
|
|
|
char *yy_buf_pos; /* current position in input buffer */
|
|
|
|
|
|
|
|
|
|
/* Size of input buffer in bytes, not including room for EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t yy_buf_size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Number of characters read into yy_ch_buf, not including EOB
|
|
|
|
|
* characters.
|
|
|
|
|
*/
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t yy_n_chars;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Whether we "own" the buffer - i.e., we know we created it,
|
|
|
|
|
* and can realloc() it to grow it, and should free() it to
|
|
|
|
|
* delete it.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_our_buffer;
|
|
|
|
|
|
|
|
|
|
/* Whether this is an "interactive" input source; if so, and
|
|
|
|
|
* if we're using stdio for input, then we want to use getc()
|
|
|
|
|
* instead of fread(), to make sure we stop fetching input after
|
|
|
|
|
* each newline.
|
|
|
|
|
*/
|
|
|
|
|
int yy_is_interactive;
|
|
|
|
|
|
|
|
|
|
/* Whether we're considered to be at the beginning of a line.
|
|
|
|
|
* If so, '^' rules will be active on the next match, otherwise
|
|
|
|
|
* not.
|
|
|
|
|
*/
|
|
|
|
|
int yy_at_bol;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yy_bs_lineno; /**< The line count. */
|
|
|
|
|
int yy_bs_column; /**< The column count. */
|
2017-01-03 08:43:29 -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-01-03 08:43:29 -05:00
|
|
|
static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We provide macros for accessing buffer states in case in the
|
|
|
|
|
* future we want to put the buffer states in a more general
|
|
|
|
|
* "scanner state".
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* Returns the top of the stack, or NULL.
|
2007-10-18 18:49:08 -04:00
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
|
|
|
|
|
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
|
|
|
|
|
: NULL)
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Same as previous macro, but useful when we know that the buffer stack is not
|
|
|
|
|
* NULL or when we need an lvalue. For internal use only.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_hold_char holds the character lost when yytext is formed. */
|
|
|
|
|
static char yy_hold_char;
|
2017-01-03 08:43:29 -05:00
|
|
|
static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
|
|
|
|
|
yy_size_t yyleng;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Points to current character in buffer. */
|
2017-01-03 08:43:29 -05:00
|
|
|
static char *yy_c_buf_p = (char *) 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_init = 0; /* whether we need to initialize */
|
2007-10-18 18:49:08 -04:00
|
|
|
static int yy_start = 0; /* start state number */
|
|
|
|
|
|
|
|
|
|
/* Flag which is used to allow yywrap()'s to do buffer switches
|
|
|
|
|
* instead of setting up a fresh yyin. A bit of a hack ...
|
|
|
|
|
*/
|
|
|
|
|
static int yy_did_buffer_switch_on_eof;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyrestart (FILE *input_file );
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b );
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
|
|
|
|
|
void yypop_buffer_state (void );
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yyensure_buffer_stack (void );
|
|
|
|
|
static void yy_load_buffer_state (void );
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
void *yyalloc (yy_size_t );
|
|
|
|
|
void *yyrealloc (void *,yy_size_t );
|
|
|
|
|
void yyfree (void * );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#define yy_new_buffer yy_create_buffer
|
|
|
|
|
|
|
|
|
|
#define yy_set_interactive(is_interactive) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){ \
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ){\
|
|
|
|
|
yyensure_buffer_stack (); \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = \
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
|
|
|
|
} \
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
|
|
|
|
|
|
|
|
|
/* Begin user sect3 */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
typedef unsigned char YY_CHAR;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
typedef int yy_state_type;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
extern int yylineno;
|
|
|
|
|
|
|
|
|
|
int yylineno = 1;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
extern char *yytext;
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifdef yytext_ptr
|
|
|
|
|
#undef yytext_ptr
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#define yytext_ptr yytext
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void );
|
|
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
|
|
|
|
|
static int yy_get_next_buffer (void );
|
2017-01-03 08:43:29 -05:00
|
|
|
#if defined(__GNUC__) && __GNUC__ >= 3
|
|
|
|
|
__attribute__((__noreturn__))
|
|
|
|
|
#endif
|
|
|
|
|
static void yy_fatal_error (yyconst char msg[] );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Done after the current pattern has been matched and before the
|
|
|
|
|
* corresponding action - sets up yytext.
|
|
|
|
|
*/
|
|
|
|
|
#define YY_DO_BEFORE_ACTION \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = yy_bp; \
|
|
|
|
|
(yytext_ptr) -= (yy_more_len); \
|
2017-01-03 08:43:29 -05:00
|
|
|
yyleng = (size_t) (yy_cp - (yytext_ptr)); \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_hold_char) = *yy_cp; \
|
2007-10-18 18:49:08 -04:00
|
|
|
*yy_cp = '\0'; \
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
#define YY_NUM_RULES 205
|
|
|
|
|
#define YY_END_OF_BUFFER 206
|
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-02-23 07:05:05 -05:00
|
|
|
static yyconst flex_int16_t yy_accept[2011] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-02-23 07:05:05 -05:00
|
|
|
1, 1, 187, 187, 191, 191, 195, 195, 199, 199,
|
|
|
|
|
1, 1, 206, 203, 1, 185, 185, 204, 2, 204,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
187, 188, 188, 189, 204, 191, 192, 192, 193, 204,
|
|
|
|
|
198, 195, 196, 196, 197, 204, 199, 200, 200, 201,
|
|
|
|
|
204, 202, 186, 2, 190, 204, 202, 203, 0, 1,
|
|
|
|
|
2, 2, 2, 2, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 187,
|
|
|
|
|
0, 191, 0, 198, 0, 195, 199, 0, 202, 0,
|
|
|
|
|
2, 2, 202, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
202, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 202, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 77, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 8, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 88, 202, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 202,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 37, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 161, 203, 14, 15,
|
|
|
|
|
203, 18, 17, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 147,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 3, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 202, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 194, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 40, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 41, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 136,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 20, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 96, 203, 194, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 112, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 95, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 75, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 25, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
38, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 39, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 28, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 176, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 32, 203, 33, 203,
|
|
|
|
|
203, 203, 78, 203, 79, 203, 203, 76, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 7, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 154,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 98, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 29,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 128, 203, 127,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 16, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 42, 203,
|
|
|
|
|
203, 203, 203, 203, 135, 203, 203, 203, 203, 81,
|
|
|
|
|
80, 203, 203, 203, 203, 203, 203, 203, 203, 122,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 89, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 60, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 64,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 36, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 125, 126, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 6, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
26, 203, 203, 203, 203, 203, 203, 203, 203, 118,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 140,
|
|
|
|
|
203, 119, 203, 203, 152, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 27, 203, 203, 203, 203,
|
|
|
|
|
84, 203, 85, 203, 83, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 94, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 175, 203, 203, 120, 203, 203,
|
|
|
|
|
203, 203, 203, 123, 203, 151, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 74,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 34, 203, 203, 22, 203,
|
|
|
|
|
203, 203, 203, 19, 203, 103, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
49, 51, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 162, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 86, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 93, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 97, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 146,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
111, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 107, 203, 113, 203, 203, 203,
|
|
|
|
|
203, 203, 92, 203, 203, 70, 203, 138, 203, 203,
|
|
|
|
|
203, 203, 203, 153, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 167, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 110, 203, 203, 203, 203, 203,
|
|
|
|
|
52, 53, 203, 203, 203, 203, 203, 35, 59, 114,
|
|
|
|
|
|
|
|
|
|
203, 129, 203, 155, 124, 203, 203, 45, 203, 116,
|
|
|
|
|
203, 203, 203, 203, 203, 9, 203, 203, 203, 73,
|
|
|
|
|
203, 203, 203, 203, 180, 203, 137, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 99, 166,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 148, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 115, 203,
|
|
|
|
|
203, 44, 46, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
|
|
|
|
|
72, 203, 203, 203, 203, 178, 203, 203, 203, 203,
|
|
|
|
|
142, 23, 24, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 69, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 144, 141, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 43, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 13, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 12, 203,
|
|
|
|
|
203, 21, 203, 203, 203, 184, 203, 47, 203, 150,
|
|
|
|
|
143, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 106, 105, 203, 203, 203, 203, 145,
|
|
|
|
|
|
|
|
|
|
139, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 54, 203, 203, 203, 179, 203, 203, 149, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 48, 203, 203,
|
|
|
|
|
82, 203, 100, 102, 130, 203, 203, 203, 104, 203,
|
|
|
|
|
203, 156, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 163, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 131, 203, 203, 177,
|
|
|
|
|
203, 203, 30, 203, 203, 203, 203, 4, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 159,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 165, 203,
|
|
|
|
|
203, 134, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
57, 203, 31, 183, 160, 203, 11, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 132, 61, 203, 203, 203, 109, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 164,
|
|
|
|
|
90, 203, 87, 203, 203, 203, 63, 67, 62, 203,
|
|
|
|
|
55, 203, 10, 203, 203, 203, 181, 203, 203, 108,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 68, 66, 203, 56, 203, 121, 203,
|
|
|
|
|
203, 133, 203, 203, 203, 203, 101, 50, 203, 203,
|
|
|
|
|
|
|
|
|
|
203, 203, 203, 203, 203, 91, 65, 58, 203, 182,
|
|
|
|
|
203, 203, 203, 158, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 71, 203, 157, 174, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 5, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 117, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 170, 203, 203, 203, 203, 203,
|
|
|
|
|
203, 203, 203, 203, 203, 203, 203, 203, 168, 203,
|
|
|
|
|
|
|
|
|
|
171, 172, 203, 203, 203, 203, 203, 169, 173, 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,
|
|
|
|
|
1, 1, 1, 1, 8, 1, 1, 1, 1, 1,
|
|
|
|
|
9, 10, 1, 11, 1, 1, 1, 12, 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,
|
2007-11-28 03:10:45 -05:00
|
|
|
1, 13, 1, 1, 1, 1, 14, 15, 16, 17,
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2008-10-06 05:28:50 -04:00
|
|
|
18, 19, 20, 21, 22, 23, 24, 25, 26, 27,
|
|
|
|
|
28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
|
|
|
|
|
38, 39, 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
|
|
|
|
|
} ;
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
static yyconst YY_CHAR yy_meta[40] =
|
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,
|
|
|
|
|
1, 7, 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,
|
2008-10-06 05:28:50 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
static yyconst flex_uint16_t yy_base[2025] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2008-10-06 05:28:50 -04:00
|
|
|
0, 0, 37, 40, 44, 51, 63, 75, 56, 68,
|
2017-02-23 07:05:05 -05:00
|
|
|
87, 108, 1988, 1845, 50, 3970, 3970, 3970, 129, 94,
|
2016-10-26 03:38:00 -04:00
|
|
|
70, 104, 130, 90, 109, 106, 127, 111, 84, 122,
|
2017-02-23 07:05:05 -05:00
|
|
|
146, 148, 50, 170, 136, 158, 196, 171, 138, 177,
|
|
|
|
|
1582, 3970, 3970, 3970, 70, 1472, 3970, 3970, 3970, 42,
|
|
|
|
|
1346, 1295, 3970, 3970, 3970, 208, 1213, 3970, 3970, 3970,
|
|
|
|
|
141, 1154, 3970, 214, 3970, 218, 140, 1064, 228, 167,
|
|
|
|
|
0, 239, 0, 0, 92, 162, 164, 218, 180, 167,
|
|
|
|
|
223, 224, 103, 168, 237, 226, 193, 183, 236, 241,
|
|
|
|
|
244, 246, 247, 249, 258, 245, 257, 260, 256, 265,
|
|
|
|
|
|
|
|
|
|
266, 271, 272, 274, 273, 275, 276, 283, 284, 288,
|
|
|
|
|
289, 190, 290, 291, 277, 296, 298, 299, 305, 301,
|
|
|
|
|
306, 303, 308, 311, 317, 318, 314, 320, 325, 890,
|
|
|
|
|
337, 587, 122, 513, 342, 346, 225, 350, 192, 354,
|
|
|
|
|
358, 0, 351, 339, 360, 322, 353, 356, 357, 359,
|
|
|
|
|
362, 368, 365, 366, 378, 376, 397, 380, 364, 377,
|
|
|
|
|
384, 49, 386, 387, 385, 388, 393, 391, 395, 402,
|
|
|
|
|
413, 404, 394, 420, 421, 428, 430, 426, 416, 432,
|
|
|
|
|
436, 443, 444, 440, 429, 445, 446, 448, 449, 450,
|
|
|
|
|
452, 455, 453, 456, 457, 459, 469, 461, 472, 463,
|
|
|
|
|
|
|
|
|
|
473, 470, 487, 474, 478, 484, 491, 494, 495, 488,
|
|
|
|
|
492, 496, 498, 505, 502, 508, 501, 499, 398, 510,
|
|
|
|
|
512, 519, 521, 524, 529, 527, 530, 520, 532, 535,
|
|
|
|
|
539, 533, 545, 534, 546, 549, 551, 557, 544, 553,
|
|
|
|
|
554, 555, 558, 560, 561, 562, 565, 569, 567, 572,
|
|
|
|
|
578, 574, 576, 580, 581, 582, 586, 592, 591, 596,
|
|
|
|
|
602, 601, 607, 606, 608, 610, 611, 612, 614, 619,
|
|
|
|
|
620, 623, 630, 626, 628, 631, 634, 627, 635, 638,
|
|
|
|
|
645, 644, 648, 650, 652, 657, 655, 659, 675, 653,
|
|
|
|
|
663, 665, 662, 666, 680, 676, 684, 681, 682, 686,
|
|
|
|
|
|
|
|
|
|
688, 692, 703, 697, 699, 700, 710, 706, 708, 718,
|
|
|
|
|
709, 712, 719, 720, 721, 726, 727, 724, 725, 732,
|
|
|
|
|
736, 733, 740, 737, 748, 747, 749, 752, 753, 750,
|
|
|
|
|
759, 757, 751, 765, 772, 769, 761, 771, 774, 763,
|
|
|
|
|
777, 778, 780, 784, 786, 3970, 788, 790, 791, 792,
|
|
|
|
|
793, 794, 3970, 796, 795, 798, 802, 800, 803, 810,
|
|
|
|
|
822, 824, 807, 820, 804, 823, 827, 828, 829, 830,
|
|
|
|
|
832, 852, 835, 837, 833, 845, 836, 841, 847, 838,
|
|
|
|
|
864, 854, 862, 857, 866, 859, 870, 867, 873, 879,
|
|
|
|
|
877, 3970, 880, 887, 886, 888, 889, 891, 896, 893,
|
|
|
|
|
|
|
|
|
|
908, 897, 901, 900, 907, 910, 911, 919, 916, 921,
|
|
|
|
|
923, 931, 925, 933, 939, 917, 935, 928, 937, 948,
|
|
|
|
|
942, 944, 936, 950, 952, 951, 955, 953, 959, 954,
|
|
|
|
|
961, 964, 962, 973, 970, 974, 978, 975, 981, 983,
|
|
|
|
|
984, 985, 987, 988, 994, 992, 993, 1002, 1001, 991,
|
|
|
|
|
1007, 1013, 1010, 1016, 1014, 1018, 1025, 1019, 1022, 1031,
|
|
|
|
|
1027, 1030, 1029, 1042, 1038, 1028, 1043, 1040, 1044, 1047,
|
|
|
|
|
1049, 1050, 1051, 1052, 1054, 1055, 1057, 1058, 1061, 1073,
|
|
|
|
|
1060, 1062, 1082, 1074, 1080, 1084, 1072, 1066, 1086, 1087,
|
|
|
|
|
1090, 1093, 1092, 1096, 1098, 1102, 1103, 1104, 1105, 1106,
|
|
|
|
|
|
|
|
|
|
1107, 1113, 1108, 1119, 1115, 3970, 1126, 1122, 1123, 1125,
|
|
|
|
|
1130, 1136, 1132, 1133, 1134, 1160, 3970, 1135, 3970, 3970,
|
|
|
|
|
995, 3970, 3970, 1138, 1139, 1149, 1143, 1146, 1183, 1152,
|
|
|
|
|
1155, 1156, 1158, 1163, 1164, 1166, 1174, 1175, 1186, 1177,
|
|
|
|
|
1188, 1168, 1192, 1178, 1194, 1196, 1198, 1199, 1203, 1205,
|
|
|
|
|
1207, 1208, 1211, 1210, 1217, 1226, 1224, 1222, 1223, 1229,
|
|
|
|
|
1230, 1233, 1232, 1234, 1236, 1240, 1242, 1246, 1243, 3970,
|
|
|
|
|
1245, 1247, 1252, 1244, 1259, 1251, 1257, 1261, 3970, 1263,
|
|
|
|
|
1268, 1269, 1270, 1271, 1273, 1274, 1277, 1276, 1278, 1280,
|
|
|
|
|
1283, 1279, 1287, 1286, 1289, 1304, 1291, 1294, 1306, 1310,
|
|
|
|
|
|
|
|
|
|
1309, 1307, 1312, 1314, 1315, 1316, 1323, 1322, 1320, 1321,
|
|
|
|
|
1333, 1327, 1330, 1331, 1340, 1335, 1337, 1342, 1343, 1344,
|
|
|
|
|
1345, 1368, 1351, 1353, 1348, 1355, 1356, 1354, 1359, 1362,
|
|
|
|
|
1372, 1366, 1375, 1378, 1382, 1374, 1381, 1385, 1391, 1400,
|
|
|
|
|
1404, 1405, 1396, 1407, 1401, 1398, 1416, 1409, 1418, 1419,
|
|
|
|
|
1420, 1422, 1423, 3970, 1430, 1429, 1428, 1435, 1441, 1437,
|
|
|
|
|
1434, 1440, 1443, 1438, 1446, 1444, 1445, 1451, 1456, 1457,
|
|
|
|
|
1458, 1459, 1465, 3970, 1461, 1464, 1466, 1469, 1473, 1479,
|
|
|
|
|
1476, 1486, 1488, 1462, 3970, 1489, 1495, 1492, 1497, 1498,
|
|
|
|
|
1491, 1499, 1501, 1503, 1502, 1504, 1508, 1510, 1507, 3970,
|
|
|
|
|
|
|
|
|
|
1516, 1509, 1518, 1527, 1528, 1517, 1529, 1530, 1531, 1533,
|
|
|
|
|
1534, 1541, 1538, 1539, 3970, 1540, 1542, 1546, 1549, 1556,
|
|
|
|
|
1559, 1552, 1555, 1563, 1564, 1565, 1566, 1572, 1569, 1571,
|
|
|
|
|
1570, 1573, 3970, 1574, 151, 1576, 1577, 1575, 1586, 1596,
|
|
|
|
|
1594, 1597, 1600, 1601, 1603, 1604, 1588, 1605, 1606, 1609,
|
|
|
|
|
1585, 1610, 1611, 1616, 1613, 1617, 1620, 1623, 1626, 1631,
|
|
|
|
|
1627, 1632, 1637, 1635, 1638, 1636, 3970, 1644, 1647, 1646,
|
|
|
|
|
1639, 1649, 1650, 1651, 1652, 1653, 1659, 1660, 1665, 1662,
|
|
|
|
|
1667, 3970, 1673, 1669, 1670, 1672, 1679, 1675, 1686, 1688,
|
|
|
|
|
1689, 1691, 1693, 1695, 1690, 1701, 1697, 1700, 1702, 1709,
|
|
|
|
|
|
|
|
|
|
1710, 1712, 1716, 1717, 1706, 1718, 1724, 1726, 1723, 1727,
|
|
|
|
|
1737, 1729, 1394, 1732, 3970, 1734, 1733, 1740, 1735, 1750,
|
|
|
|
|
1742, 1741, 1739, 1752, 1754, 1759, 1761, 1762, 1765, 1768,
|
|
|
|
|
1770, 3970, 1771, 1773, 1772, 1776, 1779, 1781, 1782, 1784,
|
|
|
|
|
1789, 1790, 1792, 1785, 1795, 1801, 1794, 1798, 1796, 1806,
|
|
|
|
|
3970, 1813, 1814, 1811, 1820, 1817, 1818, 1821, 1823, 1807,
|
|
|
|
|
1824, 1825, 1833, 1829, 1830, 1834, 1835, 1838, 1831, 1836,
|
|
|
|
|
1840, 1842, 1855, 1841, 1852, 3970, 1856, 1867, 1859, 1863,
|
|
|
|
|
1870, 1860, 1878, 1865, 1876, 1877, 1879, 1880, 1881, 1882,
|
|
|
|
|
1883, 1884, 1889, 1885, 1890, 1892, 1893, 1894, 1891, 1911,
|
|
|
|
|
|
|
|
|
|
1912, 1913, 1897, 1914, 1917, 1895, 1899, 1921, 1927, 1929,
|
|
|
|
|
1930, 1933, 3970, 1936, 1937, 1938, 1925, 1939, 1928, 1940,
|
|
|
|
|
1950, 1953, 1946, 1951, 1954, 1955, 1956, 1957, 1958, 1965,
|
|
|
|
|
1961, 1962, 1967, 1968, 1963, 1969, 1978, 1971, 1985, 1979,
|
|
|
|
|
1984, 1989, 1992, 1995, 1997, 1998, 1999, 3970, 2000, 2003,
|
|
|
|
|
2004, 2010, 2007, 2012, 2021, 2023, 3970, 2013, 3970, 2019,
|
|
|
|
|
2026, 2033, 3970, 2030, 3970, 2035, 2036, 3970, 2037, 2038,
|
|
|
|
|
2041, 2017, 2043, 2044, 2045, 2047, 2050, 2048, 2058, 2051,
|
|
|
|
|
2053, 2061, 2055, 2062, 3970, 2070, 2063, 2066, 2071, 2077,
|
|
|
|
|
2075, 2076, 2078, 2079, 2083, 2084, 2091, 2088, 2097, 3970,
|
|
|
|
|
|
|
|
|
|
2090, 2094, 2098, 2100, 3970, 2101, 2102, 2107, 2109, 2110,
|
|
|
|
|
2120, 2118, 2105, 2121, 2111, 2124, 2135, 2131, 2122, 2133,
|
|
|
|
|
2134, 2142, 2138, 2144, 2141, 2145, 2147, 2148, 2149, 2151,
|
|
|
|
|
2155, 2156, 2157, 2159, 2163, 2160, 2161, 2162, 2165, 3970,
|
|
|
|
|
2174, 2168, 2177, 2178, 2183, 2185, 2179, 3970, 2184, 3970,
|
|
|
|
|
2166, 2201, 2203, 2189, 2205, 2196, 2198, 2187, 2208, 2209,
|
|
|
|
|
2216, 2214, 2215, 2219, 2221, 2222, 2224, 2225, 3970, 2223,
|
|
|
|
|
2226, 2227, 2229, 2233, 2238, 2246, 2241, 2231, 3970, 2256,
|
|
|
|
|
2234, 2254, 2260, 2257, 3970, 2258, 2267, 2264, 2265, 3970,
|
|
|
|
|
3970, 2266, 2271, 2269, 2270, 2272, 2280, 2273, 2276, 3970,
|
|
|
|
|
|
|
|
|
|
2284, 2281, 2286, 2287, 2293, 2295, 2296, 2297, 3970, 2299,
|
|
|
|
|
2303, 2304, 2306, 2307, 2309, 2308, 2315, 2311, 2312, 2316,
|
|
|
|
|
2325, 2326, 2332, 3970, 2328, 2334, 2336, 2337, 2339, 2338,
|
|
|
|
|
2340, 2341, 2345, 2342, 2346, 2348, 2354, 2360, 2357, 2358,
|
|
|
|
|
2359, 2362, 2365, 2368, 2369, 2371, 2372, 2380, 2381, 3970,
|
|
|
|
|
2387, 2373, 2388, 2374, 2393, 2394, 2401, 2397, 2386, 2398,
|
|
|
|
|
2405, 2402, 3970, 2408, 2412, 2404, 2414, 2389, 2419, 2417,
|
|
|
|
|
2421, 2423, 2428, 3970, 3970, 2429, 2431, 2432, 2433, 2435,
|
|
|
|
|
2434, 2441, 2436, 2439, 3970, 2445, 2451, 2448, 2449, 2457,
|
|
|
|
|
2458, 2464, 2454, 2461, 2465, 2467, 2466, 2469, 2471, 2473,
|
|
|
|
|
|
|
|
|
|
2474, 2476, 2477, 2479, 2480, 2481, 2483, 2498, 2490, 2503,
|
|
|
|
|
2488, 2493, 2495, 2505, 2511, 2513, 2519, 2504, 2516, 2522,
|
|
|
|
|
3970, 2520, 2521, 2523, 2518, 2529, 2526, 2536, 2527, 3970,
|
|
|
|
|
2534, 2540, 2545, 2547, 2533, 2549, 2551, 2552, 2550, 3970,
|
|
|
|
|
2557, 3970, 2560, 2542, 3970, 2561, 2565, 2566, 2567, 2569,
|
|
|
|
|
2570, 2568, 2574, 2580, 2571, 3970, 2581, 2577, 2583, 2588,
|
|
|
|
|
3970, 2591, 3970, 2578, 3970, 2584, 2596, 2603, 2600, 2601,
|
|
|
|
|
2604, 2608, 3970, 2605, 2609, 2613, 2611, 2615, 2616, 2618,
|
|
|
|
|
2619, 2621, 2622, 2626, 3970, 2623, 2624, 3970, 2633, 2625,
|
|
|
|
|
2634, 2635, 2639, 3970, 2641, 3970, 2642, 2649, 2651, 2653,
|
|
|
|
|
|
|
|
|
|
2655, 2654, 2660, 2661, 2662, 2668, 2664, 2667, 2666, 3970,
|
|
|
|
|
2670, 2671, 2673, 2675, 2678, 2681, 2688, 2686, 2690, 2684,
|
|
|
|
|
2694, 2695, 2699, 2700, 2702, 3970, 2705, 2707, 3970, 2704,
|
|
|
|
|
2708, 2711, 2715, 3970, 2713, 3970, 2716, 2718, 2720, 2721,
|
|
|
|
|
2724, 2725, 2727, 2732, 2735, 2736, 2737, 2743, 2740, 2744,
|
|
|
|
|
3970, 3970, 2747, 2749, 2753, 2754, 2756, 2757, 2765, 2761,
|
|
|
|
|
2763, 3970, 2759, 2767, 2769, 2770, 2771, 2773, 2774, 2778,
|
|
|
|
|
2779, 2780, 2781, 2782, 2787, 3970, 2788, 2789, 2793, 2794,
|
|
|
|
|
2797, 2798, 2799, 3970, 2801, 2802, 2796, 2811, 2803, 2814,
|
|
|
|
|
2822, 2824, 2804, 2826, 2827, 2829, 2831, 2833, 2835, 2836,
|
|
|
|
|
|
|
|
|
|
2843, 2840, 2845, 2847, 2837, 3970, 2848, 2850, 2851, 2860,
|
|
|
|
|
2854, 2857, 2861, 2865, 2868, 2852, 2862, 2869, 2874, 3970,
|
|
|
|
|
2875, 2876, 2878, 2879, 2885, 2882, 2887, 2880, 2889, 2891,
|
|
|
|
|
3970, 2892, 2897, 2894, 2896, 2903, 2905, 2907, 2898, 2908,
|
|
|
|
|
2911, 2914, 2921, 2918, 3970, 2915, 3970, 2923, 2925, 2934,
|
|
|
|
|
2930, 2927, 3970, 2933, 2936, 3970, 2938, 3970, 2937, 2941,
|
|
|
|
|
2942, 2943, 2952, 3970, 2954, 2944, 2956, 2959, 2960, 2961,
|
|
|
|
|
2963, 3970, 2965, 2967, 2973, 2976, 2966, 2968, 2975, 2978,
|
|
|
|
|
2977, 2979, 2990, 2987, 3970, 2983, 2991, 3000, 2994, 3001,
|
|
|
|
|
3970, 3970, 2992, 3004, 3007, 2998, 3008, 3970, 3970, 3970,
|
|
|
|
|
|
|
|
|
|
3012, 3970, 3013, 3970, 3970, 3014, 3016, 3970, 3018, 3970,
|
|
|
|
|
3025, 3021, 3023, 3026, 3027, 3970, 3028, 3029, 3034, 3970,
|
|
|
|
|
3035, 3042, 3036, 3030, 3970, 3050, 3970, 3038, 3051, 3046,
|
|
|
|
|
3052, 3056, 3059, 3062, 3063, 3064, 3065, 3067, 3068, 3069,
|
|
|
|
|
3071, 3070, 3073, 3074, 3077, 3078, 3084, 3085, 3086, 3087,
|
|
|
|
|
3092, 3089, 3091, 3094, 3105, 3096, 3112, 3114, 3970, 3970,
|
|
|
|
|
3102, 3106, 3104, 3108, 3116, 3117, 3118, 3119, 3970, 3130,
|
|
|
|
|
3123, 3121, 3127, 3131, 3133, 3135, 3138, 3140, 3142, 3148,
|
|
|
|
|
3144, 3145, 3147, 3150, 3149, 3152, 3156, 3163, 3970, 3158,
|
|
|
|
|
3157, 3970, 3970, 3164, 3168, 3174, 3170, 3175, 3178, 3179,
|
|
|
|
|
|
|
|
|
|
3970, 3180, 3182, 3188, 3181, 3970, 3190, 3191, 3197, 3199,
|
|
|
|
|
3970, 3970, 3970, 3200, 3192, 3202, 3203, 3204, 3206, 3205,
|
|
|
|
|
3208, 3970, 3207, 3213, 3220, 3217, 3227, 3229, 3223, 3231,
|
|
|
|
|
3238, 3234, 3241, 3243, 3970, 3970, 3235, 3249, 3246, 3247,
|
|
|
|
|
3245, 3251, 3253, 3255, 3256, 3970, 3259, 3258, 3219, 3257,
|
|
|
|
|
3264, 3265, 3271, 3267, 3970, 3269, 3275, 3277, 3279, 3280,
|
|
|
|
|
3281, 3282, 3284, 3285, 3287, 3293, 3286, 3298, 3970, 3300,
|
|
|
|
|
3289, 3970, 3301, 3306, 3307, 3970, 3310, 3970, 3313, 3970,
|
|
|
|
|
3970, 3308, 3314, 3317, 3318, 3324, 3326, 3330, 3319, 3327,
|
|
|
|
|
3336, 3333, 3334, 3970, 3970, 3340, 3342, 3343, 3350, 3970,
|
|
|
|
|
|
|
|
|
|
3970, 3346, 3344, 3347, 3348, 3353, 3354, 3356, 3357, 3359,
|
|
|
|
|
3358, 3363, 3369, 3371, 3374, 3375, 3378, 3360, 3379, 3381,
|
|
|
|
|
3382, 3970, 3384, 3389, 3385, 3970, 3394, 3391, 3970, 3387,
|
|
|
|
|
3400, 3404, 3397, 3395, 3412, 3409, 3414, 3970, 3415, 3413,
|
|
|
|
|
3970, 3416, 3970, 3970, 3970, 3421, 3417, 3419, 3970, 3427,
|
|
|
|
|
3429, 3970, 3435, 3431, 3436, 3442, 3438, 3439, 3443, 3450,
|
|
|
|
|
3446, 3448, 3970, 3449, 3451, 3453, 3454, 3458, 3455, 3457,
|
|
|
|
|
3460, 3469, 3465, 3463, 3475, 3472, 3970, 3481, 3483, 3970,
|
|
|
|
|
3485, 3487, 3970, 3494, 3476, 3478, 3486, 3970, 3497, 3488,
|
|
|
|
|
3490, 3500, 3504, 3495, 3506, 3507, 3509, 3510, 3515, 3970,
|
|
|
|
|
|
|
|
|
|
3511, 3517, 3519, 3520, 3521, 3529, 3526, 3531, 3970, 3533,
|
|
|
|
|
3528, 3970, 3535, 3536, 3538, 3545, 3549, 3554, 3556, 3546,
|
|
|
|
|
3970, 3558, 3970, 3970, 3970, 3559, 3970, 3562, 3563, 3564,
|
|
|
|
|
3565, 3567, 3568, 3970, 3970, 3570, 3572, 3575, 3970, 3569,
|
|
|
|
|
3576, 3581, 3579, 3582, 3583, 3587, 3588, 3592, 3593, 3970,
|
|
|
|
|
3970, 3594, 3970, 3600, 3608, 3611, 3970, 3970, 3970, 3610,
|
|
|
|
|
3970, 3612, 3970, 3618, 3602, 3619, 3970, 3622, 3623, 3970,
|
|
|
|
|
3624, 3595, 3625, 3628, 3630, 3631, 3632, 3634, 3635, 3639,
|
|
|
|
|
3640, 3641, 3647, 3970, 3970, 3651, 3970, 3653, 3970, 3654,
|
|
|
|
|
3659, 3970, 3585, 3661, 3655, 3665, 3970, 3970, 3539, 3648,
|
|
|
|
|
|
|
|
|
|
3666, 3667, 3668, 3671, 3669, 3970, 3970, 3970, 3673, 3970,
|
|
|
|
|
3674, 3675, 3677, 3970, 3679, 3681, 3682, 3684, 3683, 3686,
|
|
|
|
|
3688, 3692, 3697, 3698, 3705, 3709, 3710, 3713, 3700, 3706,
|
|
|
|
|
3719, 3716, 3723, 3970, 3717, 3970, 3970, 3720, 3729, 3731,
|
|
|
|
|
3727, 3733, 3728, 3970, 3734, 3735, 3736, 3737, 3738, 3740,
|
|
|
|
|
3751, 3742, 3743, 3753, 3755, 3759, 3752, 3767, 3766, 3763,
|
|
|
|
|
3768, 3769, 3777, 3773, 3776, 3970, 3774, 3775, 3778, 3780,
|
|
|
|
|
3781, 3785, 3783, 3795, 3798, 3786, 3800, 3784, 3805, 3801,
|
|
|
|
|
3806, 3809, 3810, 3811, 3970, 3812, 3814, 3816, 3818, 3820,
|
|
|
|
|
3822, 3823, 3824, 3827, 3829, 3832, 3834, 3838, 3970, 3839,
|
|
|
|
|
|
|
|
|
|
3970, 3970, 3843, 3840, 3846, 3850, 3852, 3970, 3970, 3970,
|
|
|
|
|
3878, 3885, 3892, 3899, 3906, 94, 3913, 3920, 3927, 3934,
|
|
|
|
|
3941, 3948, 3955, 3962
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
static yyconst flex_int16_t yy_def[2025] =
|
2007-10-18 18:49:08 -04:00
|
|
|
{ 0,
|
2017-02-23 07:05:05 -05:00
|
|
|
2010, 1, 2011, 2011, 2012, 2012, 2013, 2013, 2014, 2014,
|
|
|
|
|
2015, 2015, 2010, 2016, 2010, 2010, 2010, 2010, 2017, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2018, 2010, 2010, 2010, 2018, 2019, 2010, 2010, 2010, 2019,
|
|
|
|
|
2020, 2010, 2010, 2010, 2010, 2020, 2021, 2010, 2010, 2010,
|
|
|
|
|
2021, 2022, 2010, 2023, 2010, 2022, 2022, 2016, 2016, 2010,
|
|
|
|
|
2024, 2017, 2024, 2017, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2018,
|
|
|
|
|
2018, 2019, 2019, 2020, 2020, 2010, 2021, 2021, 2022, 2022,
|
|
|
|
|
2023, 2023, 2022, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2022, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2022, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2022, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2022,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2010, 2010,
|
|
|
|
|
2016, 2010, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2022, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2022, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2010, 2016, 2016, 2010, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2010, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2016, 2010, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2010, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2010, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2010, 2016, 2010, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2010, 2016, 2016, 2016, 2016, 2016, 2010, 2010, 2010,
|
|
|
|
|
|
|
|
|
|
2016, 2010, 2016, 2010, 2010, 2016, 2016, 2010, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2010, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2010, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2010, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2010, 2016, 2010, 2016, 2010,
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2010, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
|
|
|
|
|
2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2010, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016,
|
|
|
|
|
2010, 2016, 2010, 2010, 2010, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2010, 2016, 2016, 2016, 2016, 2010, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2010, 2016, 2010, 2010, 2010, 2016, 2010, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2010, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010,
|
|
|
|
|
2010, 2016, 2010, 2016, 2016, 2016, 2010, 2010, 2010, 2016,
|
|
|
|
|
2010, 2016, 2010, 2016, 2016, 2016, 2010, 2016, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2010, 2016, 2010, 2016, 2010, 2016,
|
|
|
|
|
2016, 2010, 2016, 2016, 2016, 2016, 2010, 2010, 2016, 2016,
|
|
|
|
|
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2010, 2010, 2016, 2010,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2010, 2010, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2010, 2016, 2016, 2016, 2016, 2016,
|
|
|
|
|
2016, 2016, 2016, 2016, 2016, 2016, 2016, 2016, 2010, 2016,
|
|
|
|
|
|
|
|
|
|
2010, 2010, 2016, 2016, 2016, 2016, 2016, 2010, 2010, 0,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
static yyconst flex_uint16_t yy_nxt[4010] =
|
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,
|
|
|
|
|
14, 18, 20, 21, 14, 22, 23, 24, 25, 14,
|
2015-11-30 11:10:26 -05:00
|
|
|
26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
|
|
|
|
|
36, 37, 38, 39, 40, 14, 14, 14, 14, 42,
|
2017-02-23 07:05:05 -05:00
|
|
|
43, 44, 42, 43, 44, 132, 47, 48, 132, 45,
|
2015-11-30 11:10:26 -05:00
|
|
|
49, 70, 45, 47, 48, 71, 50, 49, 58, 59,
|
|
|
|
|
60, 69, 69, 50, 52, 53, 54, 55, 61, 18,
|
2017-02-23 07:05:05 -05:00
|
|
|
58, 59, 60, 130, 130, 56, 52, 53, 54, 55,
|
|
|
|
|
61, 18, 69, 106, 236, 75, 76, 56, 15, 16,
|
2015-11-30 11:10:26 -05:00
|
|
|
17, 63, 64, 65, 68, 68, 69, 68, 68, 66,
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
68, 97, 69, 77, 69, 68, 86, 144, 67, 15,
|
2016-10-26 03:38:00 -04:00
|
|
|
16, 17, 63, 64, 65, 69, 69, 78, 69, 90,
|
2017-02-23 07:05:05 -05:00
|
|
|
66, 69, 88, 69, 79, 132, 87, 91, 132, 67,
|
|
|
|
|
73, 80, 73, 73, 69, 73, 89, 155, 96, 69,
|
|
|
|
|
73, 74, 69, 92, 137, 137, 93, 81, 69, 98,
|
|
|
|
|
69, 82, 140, 94, 83, 95, 84, 85, 69, 99,
|
|
|
|
|
69, 103, 112, 140, 125, 104, 143, 100, 70, 126,
|
|
|
|
|
69, 113, 71, 101, 69, 114, 69, 102, 145, 69,
|
|
|
|
|
69, 105, 69, 69, 122, 115, 123, 107, 116, 69,
|
|
|
|
|
127, 108, 69, 150, 128, 69, 146, 109, 129, 156,
|
|
|
|
|
|
|
|
|
|
110, 124, 69, 191, 140, 69, 161, 111, 69, 134,
|
|
|
|
|
149, 134, 134, 117, 134, 73, 118, 73, 73, 139,
|
|
|
|
|
73, 139, 139, 119, 139, 160, 142, 120, 121, 68,
|
|
|
|
|
69, 68, 68, 147, 68, 69, 69, 138, 69, 68,
|
|
|
|
|
73, 151, 73, 73, 157, 73, 148, 152, 69, 69,
|
|
|
|
|
73, 74, 159, 69, 153, 154, 69, 69, 69, 69,
|
|
|
|
|
164, 69, 158, 165, 167, 171, 162, 168, 69, 69,
|
|
|
|
|
69, 163, 69, 166, 173, 175, 172, 69, 69, 176,
|
|
|
|
|
169, 170, 179, 69, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
180, 178, 177, 182, 174, 69, 69, 181, 183, 186,
|
|
|
|
|
|
|
|
|
|
69, 69, 69, 69, 194, 188, 185, 184, 69, 189,
|
|
|
|
|
69, 69, 198, 69, 187, 69, 193, 69, 69, 200,
|
|
|
|
|
69, 190, 192, 69, 197, 199, 69, 195, 196, 69,
|
|
|
|
|
69, 205, 69, 202, 69, 207, 203, 69, 208, 201,
|
|
|
|
|
130, 130, 210, 134, 204, 134, 134, 136, 134, 214,
|
|
|
|
|
209, 69, 206, 137, 137, 139, 212, 139, 139, 73,
|
|
|
|
|
139, 73, 73, 140, 73, 69, 211, 213, 69, 69,
|
|
|
|
|
142, 69, 69, 215, 69, 220, 69, 69, 69, 223,
|
|
|
|
|
69, 221, 222, 219, 217, 224, 225, 216, 69, 69,
|
|
|
|
|
69, 218, 69, 232, 234, 233, 69, 69, 69, 69,
|
|
|
|
|
|
|
|
|
|
69, 235, 237, 69, 238, 69, 69, 69, 226, 69,
|
|
|
|
|
69, 239, 244, 227, 69, 240, 69, 241, 228, 245,
|
|
|
|
|
242, 243, 251, 229, 301, 69, 246, 252, 69, 230,
|
|
|
|
|
231, 247, 69, 69, 253, 254, 250, 256, 69, 259,
|
|
|
|
|
69, 69, 69, 248, 69, 249, 255, 257, 69, 258,
|
|
|
|
|
261, 262, 69, 260, 264, 69, 69, 69, 69, 263,
|
|
|
|
|
69, 69, 69, 265, 69, 69, 267, 69, 69, 69,
|
|
|
|
|
269, 69, 271, 69, 274, 69, 276, 270, 266, 279,
|
|
|
|
|
272, 69, 69, 268, 69, 69, 69, 281, 273, 282,
|
|
|
|
|
69, 277, 278, 275, 283, 280, 69, 286, 287, 69,
|
|
|
|
|
|
|
|
|
|
69, 289, 285, 69, 140, 284, 69, 69, 69, 290,
|
|
|
|
|
69, 69, 296, 69, 69, 298, 293, 69, 295, 297,
|
|
|
|
|
69, 288, 69, 292, 69, 135, 291, 294, 299, 300,
|
|
|
|
|
302, 69, 69, 69, 304, 305, 69, 306, 307, 69,
|
|
|
|
|
308, 69, 69, 309, 69, 69, 69, 69, 310, 303,
|
|
|
|
|
312, 69, 315, 317, 314, 313, 69, 69, 69, 311,
|
|
|
|
|
316, 69, 318, 69, 320, 69, 69, 69, 319, 69,
|
|
|
|
|
69, 325, 69, 69, 69, 326, 321, 69, 328, 69,
|
|
|
|
|
324, 69, 330, 322, 69, 333, 69, 323, 69, 334,
|
|
|
|
|
69, 327, 69, 69, 69, 329, 332, 331, 69, 133,
|
|
|
|
|
|
|
|
|
|
335, 336, 340, 69, 69, 344, 345, 346, 69, 337,
|
|
|
|
|
338, 342, 339, 69, 69, 341, 343, 347, 69, 69,
|
|
|
|
|
69, 353, 69, 69, 69, 355, 69, 351, 354, 352,
|
|
|
|
|
348, 69, 69, 349, 350, 69, 357, 360, 69, 69,
|
|
|
|
|
69, 356, 69, 69, 358, 362, 69, 69, 363, 365,
|
|
|
|
|
69, 366, 372, 367, 364, 359, 69, 69, 361, 371,
|
|
|
|
|
69, 373, 69, 368, 69, 69, 369, 69, 370, 69,
|
|
|
|
|
379, 69, 391, 374, 140, 69, 392, 69, 69, 377,
|
|
|
|
|
389, 375, 376, 378, 390, 381, 380, 69, 69, 382,
|
|
|
|
|
383, 397, 69, 69, 69, 393, 69, 394, 69, 384,
|
|
|
|
|
|
|
|
|
|
69, 385, 386, 387, 69, 401, 388, 395, 396, 69,
|
|
|
|
|
403, 69, 69, 400, 399, 69, 398, 407, 69, 402,
|
|
|
|
|
69, 69, 69, 405, 69, 409, 406, 410, 411, 404,
|
|
|
|
|
69, 69, 69, 69, 408, 416, 69, 69, 69, 69,
|
|
|
|
|
413, 412, 417, 418, 69, 69, 415, 414, 69, 69,
|
|
|
|
|
424, 420, 69, 421, 419, 427, 425, 423, 426, 69,
|
|
|
|
|
69, 69, 69, 69, 69, 69, 422, 429, 430, 69,
|
|
|
|
|
431, 69, 433, 69, 434, 69, 435, 69, 436, 437,
|
|
|
|
|
428, 69, 432, 69, 69, 438, 69, 442, 440, 69,
|
|
|
|
|
69, 444, 69, 443, 439, 441, 69, 445, 69, 447,
|
|
|
|
|
|
|
|
|
|
69, 448, 69, 69, 69, 69, 69, 69, 69, 458,
|
|
|
|
|
69, 450, 69, 451, 69, 69, 69, 446, 453, 69,
|
|
|
|
|
460, 459, 69, 449, 457, 452, 454, 456, 455, 462,
|
|
|
|
|
461, 463, 69, 465, 69, 69, 69, 466, 467, 69,
|
|
|
|
|
69, 69, 69, 469, 69, 69, 471, 69, 69, 69,
|
|
|
|
|
69, 485, 483, 69, 464, 470, 468, 69, 472, 69,
|
|
|
|
|
487, 482, 484, 473, 69, 474, 69, 480, 481, 69,
|
|
|
|
|
475, 69, 476, 486, 69, 488, 69, 489, 69, 69,
|
|
|
|
|
477, 490, 69, 478, 492, 69, 491, 495, 496, 69,
|
|
|
|
|
479, 69, 140, 494, 501, 499, 500, 493, 69, 69,
|
|
|
|
|
|
|
|
|
|
69, 69, 131, 69, 497, 69, 498, 506, 69, 69,
|
|
|
|
|
502, 505, 69, 69, 504, 508, 510, 507, 503, 69,
|
|
|
|
|
69, 509, 69, 69, 512, 513, 516, 511, 69, 69,
|
|
|
|
|
517, 69, 519, 69, 520, 69, 522, 69, 521, 514,
|
|
|
|
|
69, 518, 515, 69, 523, 69, 524, 69, 69, 69,
|
|
|
|
|
525, 69, 526, 528, 69, 529, 69, 533, 530, 527,
|
|
|
|
|
69, 531, 69, 69, 69, 69, 69, 69, 532, 534,
|
|
|
|
|
536, 69, 540, 69, 69, 537, 69, 535, 542, 538,
|
|
|
|
|
545, 543, 69, 539, 541, 69, 69, 69, 544, 547,
|
|
|
|
|
69, 546, 550, 69, 548, 69, 69, 69, 551, 69,
|
|
|
|
|
|
|
|
|
|
69, 557, 554, 69, 69, 69, 69, 69, 559, 553,
|
|
|
|
|
558, 552, 556, 69, 69, 555, 549, 560, 561, 69,
|
|
|
|
|
564, 562, 69, 566, 637, 69, 69, 565, 69, 567,
|
|
|
|
|
69, 69, 569, 563, 69, 568, 570, 69, 573, 69,
|
|
|
|
|
69, 69, 69, 69, 571, 575, 577, 572, 574, 578,
|
|
|
|
|
69, 580, 69, 579, 69, 69, 69, 582, 584, 69,
|
|
|
|
|
576, 69, 69, 69, 69, 581, 69, 69, 589, 69,
|
|
|
|
|
69, 583, 69, 69, 69, 590, 69, 585, 69, 586,
|
|
|
|
|
595, 587, 591, 588, 69, 69, 69, 592, 594, 593,
|
|
|
|
|
599, 596, 69, 597, 69, 598, 69, 603, 69, 69,
|
|
|
|
|
|
|
|
|
|
602, 601, 69, 600, 69, 69, 605, 606, 69, 608,
|
|
|
|
|
69, 604, 607, 609, 69, 69, 69, 69, 140, 69,
|
|
|
|
|
69, 611, 616, 615, 612, 69, 614, 69, 610, 617,
|
|
|
|
|
613, 69, 619, 622, 69, 69, 621, 69, 69, 624,
|
|
|
|
|
620, 618, 69, 627, 69, 69, 69, 69, 69, 625,
|
|
|
|
|
69, 69, 628, 642, 623, 69, 641, 639, 69, 638,
|
|
|
|
|
626, 69, 636, 629, 69, 640, 140, 69, 69, 650,
|
|
|
|
|
69, 630, 69, 653, 654, 69, 69, 631, 69, 656,
|
|
|
|
|
69, 632, 662, 655, 633, 651, 69, 69, 658, 69,
|
|
|
|
|
69, 634, 660, 652, 635, 69, 643, 644, 69, 645,
|
|
|
|
|
|
|
|
|
|
69, 657, 646, 659, 69, 661, 69, 647, 69, 664,
|
|
|
|
|
69, 69, 668, 648, 649, 69, 663, 69, 667, 69,
|
|
|
|
|
69, 674, 69, 69, 675, 138, 665, 666, 673, 69,
|
|
|
|
|
669, 670, 672, 676, 69, 69, 69, 671, 69, 677,
|
|
|
|
|
678, 69, 69, 679, 69, 69, 69, 685, 69, 680,
|
|
|
|
|
682, 683, 69, 688, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
681, 686, 687, 69, 69, 684, 690, 692, 691, 69,
|
|
|
|
|
693, 69, 694, 69, 689, 69, 697, 699, 695, 700,
|
|
|
|
|
69, 69, 69, 69, 698, 69, 69, 702, 69, 69,
|
|
|
|
|
69, 69, 69, 696, 708, 69, 136, 707, 69, 69,
|
|
|
|
|
|
|
|
|
|
711, 69, 701, 69, 703, 704, 69, 714, 705, 706,
|
|
|
|
|
709, 712, 713, 718, 710, 715, 69, 719, 69, 69,
|
|
|
|
|
717, 69, 69, 716, 69, 720, 69, 69, 69, 726,
|
|
|
|
|
727, 724, 69, 69, 69, 69, 722, 728, 721, 69,
|
|
|
|
|
731, 733, 69, 69, 723, 69, 730, 69, 725, 69,
|
|
|
|
|
729, 735, 140, 737, 69, 69, 69, 69, 135, 732,
|
|
|
|
|
69, 734, 736, 69, 748, 69, 69, 69, 69, 749,
|
|
|
|
|
740, 69, 752, 738, 69, 750, 754, 741, 69, 739,
|
|
|
|
|
69, 753, 757, 742, 69, 743, 69, 69, 755, 744,
|
|
|
|
|
69, 745, 751, 69, 69, 759, 746, 69, 756, 761,
|
|
|
|
|
|
|
|
|
|
762, 747, 758, 69, 941, 760, 69, 766, 69, 765,
|
|
|
|
|
69, 764, 69, 69, 763, 767, 69, 69, 768, 69,
|
|
|
|
|
773, 69, 776, 769, 774, 770, 778, 775, 69, 777,
|
|
|
|
|
69, 69, 69, 782, 69, 69, 771, 784, 779, 783,
|
|
|
|
|
69, 69, 69, 772, 785, 780, 69, 69, 788, 69,
|
|
|
|
|
69, 781, 69, 69, 789, 69, 69, 69, 69, 786,
|
|
|
|
|
787, 791, 796, 69, 792, 790, 793, 794, 69, 69,
|
|
|
|
|
69, 69, 802, 69, 69, 795, 69, 69, 69, 800,
|
|
|
|
|
801, 69, 798, 797, 133, 69, 806, 812, 69, 799,
|
|
|
|
|
807, 69, 803, 805, 804, 811, 808, 809, 69, 810,
|
|
|
|
|
|
|
|
|
|
69, 69, 814, 69, 69, 816, 815, 69, 817, 69,
|
|
|
|
|
69, 69, 818, 69, 69, 69, 69, 813, 823, 69,
|
|
|
|
|
69, 69, 69, 820, 819, 826, 821, 827, 69, 69,
|
|
|
|
|
69, 828, 825, 822, 829, 824, 831, 830, 832, 69,
|
|
|
|
|
69, 69, 69, 69, 835, 69, 69, 834, 840, 833,
|
|
|
|
|
69, 69, 69, 69, 69, 841, 842, 844, 69, 839,
|
|
|
|
|
836, 69, 837, 847, 69, 838, 848, 69, 69, 845,
|
|
|
|
|
843, 69, 850, 846, 851, 69, 69, 69, 69, 849,
|
|
|
|
|
855, 69, 69, 69, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
854, 853, 857, 864, 131, 852, 876, 69, 69, 856,
|
|
|
|
|
|
|
|
|
|
69, 858, 861, 865, 862, 860, 69, 863, 69, 69,
|
|
|
|
|
859, 866, 69, 69, 867, 69, 69, 69, 69, 872,
|
|
|
|
|
870, 69, 69, 69, 873, 69, 868, 869, 69, 69,
|
|
|
|
|
881, 871, 69, 874, 879, 69, 877, 882, 69, 69,
|
|
|
|
|
875, 878, 883, 69, 69, 880, 885, 69, 69, 69,
|
|
|
|
|
69, 69, 884, 887, 888, 890, 69, 886, 69, 69,
|
|
|
|
|
892, 69, 69, 69, 69, 69, 889, 891, 893, 897,
|
|
|
|
|
895, 69, 69, 894, 69, 898, 896, 69, 902, 69,
|
|
|
|
|
906, 69, 69, 899, 69, 69, 900, 69, 905, 901,
|
|
|
|
|
908, 69, 903, 912, 904, 907, 910, 913, 69, 911,
|
|
|
|
|
|
|
|
|
|
69, 69, 69, 69, 909, 69, 917, 69, 920, 69,
|
|
|
|
|
921, 919, 69, 69, 69, 915, 916, 922, 69, 914,
|
|
|
|
|
918, 69, 69, 923, 69, 926, 924, 925, 69, 69,
|
|
|
|
|
69, 931, 929, 932, 928, 69, 69, 927, 69, 69,
|
|
|
|
|
933, 69, 940, 934, 69, 69, 69, 69, 930, 69,
|
|
|
|
|
943, 69, 69, 69, 69, 942, 946, 947, 935, 951,
|
|
|
|
|
944, 948, 69, 936, 69, 937, 69, 938, 949, 939,
|
|
|
|
|
945, 69, 950, 69, 69, 953, 957, 69, 952, 956,
|
|
|
|
|
69, 959, 69, 69, 69, 69, 960, 963, 69, 954,
|
|
|
|
|
961, 69, 965, 69, 69, 958, 69, 69, 955, 966,
|
|
|
|
|
|
|
|
|
|
968, 69, 69, 962, 69, 971, 69, 69, 69, 970,
|
|
|
|
|
69, 964, 972, 69, 973, 976, 975, 967, 69, 69,
|
|
|
|
|
978, 979, 969, 69, 974, 69, 69, 981, 980, 69,
|
|
|
|
|
69, 977, 69, 69, 985, 69, 69, 69, 982, 986,
|
|
|
|
|
989, 69, 69, 69, 984, 69, 69, 69, 69, 983,
|
|
|
|
|
69, 995, 69, 69, 69, 990, 987, 69, 993, 999,
|
|
|
|
|
988, 991, 992, 996, 69, 994, 1000, 69, 69, 1002,
|
|
|
|
|
998, 69, 69, 997, 1004, 69, 1001, 69, 1005, 69,
|
|
|
|
|
1006, 1011, 69, 1007, 1008, 1010, 1009, 1003, 69, 69,
|
|
|
|
|
69, 69, 69, 69, 69, 69, 69, 69, 1016, 1012,
|
|
|
|
|
|
|
|
|
|
1019, 69, 69, 69, 69, 69, 69, 69, 1013, 69,
|
|
|
|
|
1015, 69, 1017, 1033, 1022, 1018, 1021, 1014, 1023, 1020,
|
|
|
|
|
1024, 1025, 1026, 69, 69, 69, 69, 1030, 1027, 69,
|
|
|
|
|
1029, 1028, 1034, 69, 1036, 1031, 1037, 69, 1035, 69,
|
|
|
|
|
69, 69, 69, 1038, 1032, 69, 1039, 1040, 69, 69,
|
|
|
|
|
69, 69, 69, 1041, 1045, 1043, 1044, 1047, 69, 1042,
|
|
|
|
|
1049, 1048, 69, 69, 1050, 69, 69, 69, 69, 69,
|
|
|
|
|
69, 1046, 1058, 69, 69, 69, 1057, 69, 1051, 69,
|
|
|
|
|
69, 69, 1052, 69, 1066, 1053, 1054, 2010, 1056, 1063,
|
|
|
|
|
69, 69, 1059, 1060, 1055, 1069, 69, 69, 1061, 1062,
|
|
|
|
|
|
|
|
|
|
1067, 69, 1064, 1068, 69, 1065, 1070, 69, 1071, 69,
|
|
|
|
|
69, 69, 69, 1075, 1079, 69, 69, 1076, 1073, 69,
|
|
|
|
|
1072, 1080, 69, 1074, 69, 69, 1081, 2010, 1084, 69,
|
|
|
|
|
1077, 69, 1078, 69, 1085, 69, 1087, 1082, 69, 1088,
|
|
|
|
|
1089, 1090, 69, 1086, 1083, 69, 1091, 69, 69, 69,
|
|
|
|
|
69, 1094, 1093, 69, 1096, 69, 69, 69, 1100, 69,
|
|
|
|
|
69, 1098, 69, 69, 1092, 69, 1101, 69, 1095, 1097,
|
|
|
|
|
69, 1103, 1099, 69, 69, 69, 1105, 1106, 69, 1108,
|
|
|
|
|
1102, 1109, 69, 69, 1112, 1104, 1107, 69, 69, 69,
|
|
|
|
|
69, 69, 1111, 1110, 1113, 69, 69, 1118, 1120, 1116,
|
|
|
|
|
|
|
|
|
|
69, 1119, 69, 69, 1122, 1124, 69, 1114, 1115, 69,
|
|
|
|
|
69, 1117, 69, 69, 69, 1128, 1123, 69, 1126, 69,
|
|
|
|
|
1121, 69, 69, 69, 2010, 1131, 1136, 1134, 1132, 1125,
|
|
|
|
|
69, 1129, 69, 69, 69, 1135, 69, 1127, 1137, 1139,
|
|
|
|
|
1133, 1130, 1140, 69, 1141, 69, 69, 69, 1138, 1145,
|
|
|
|
|
69, 1147, 1142, 69, 69, 1146, 69, 69, 1150, 69,
|
|
|
|
|
69, 69, 1149, 69, 1143, 1151, 1144, 69, 69, 69,
|
|
|
|
|
1158, 69, 69, 69, 69, 69, 1148, 69, 69, 1152,
|
|
|
|
|
69, 1156, 1155, 1153, 1157, 1163, 69, 1154, 1161, 69,
|
|
|
|
|
69, 69, 1159, 1160, 1165, 69, 69, 69, 1162, 69,
|
|
|
|
|
|
|
|
|
|
1164, 69, 1167, 1173, 1176, 1166, 1168, 1170, 69, 1169,
|
|
|
|
|
69, 1171, 1174, 69, 1175, 69, 1172, 69, 1180, 1179,
|
|
|
|
|
69, 69, 1177, 1184, 1178, 1185, 69, 69, 69, 1181,
|
|
|
|
|
1183, 69, 1182, 69, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
1194, 69, 2010, 69, 1187, 69, 69, 1186, 1189, 1191,
|
|
|
|
|
69, 1188, 1190, 69, 1196, 1197, 1193, 1195, 69, 1198,
|
|
|
|
|
1192, 1202, 1200, 1203, 1204, 1201, 69, 1206, 69, 69,
|
|
|
|
|
69, 1205, 69, 1199, 1209, 1207, 69, 69, 69, 69,
|
|
|
|
|
1211, 69, 69, 69, 69, 69, 1212, 1218, 69, 1210,
|
|
|
|
|
1208, 1214, 69, 69, 1215, 1221, 69, 1213, 69, 69,
|
|
|
|
|
|
|
|
|
|
1216, 1219, 1223, 1217, 1224, 69, 1220, 69, 69, 69,
|
|
|
|
|
1225, 69, 1226, 1222, 1230, 69, 69, 1227, 69, 69,
|
|
|
|
|
69, 69, 1236, 69, 69, 1232, 1229, 69, 69, 2010,
|
|
|
|
|
1231, 1233, 1228, 1234, 1239, 1237, 1240, 69, 69, 1235,
|
|
|
|
|
69, 1241, 1238, 1242, 69, 1243, 69, 1245, 69, 69,
|
|
|
|
|
69, 69, 69, 69, 69, 1244, 1247, 69, 69, 1248,
|
|
|
|
|
69, 1246, 1251, 1252, 1249, 1256, 69, 1257, 1250, 69,
|
|
|
|
|
69, 69, 69, 1261, 69, 1255, 1253, 69, 1254, 1263,
|
|
|
|
|
69, 69, 1265, 69, 69, 69, 69, 1267, 1266, 1259,
|
|
|
|
|
1258, 1260, 69, 69, 1269, 1271, 1268, 1262, 69, 69,
|
|
|
|
|
|
|
|
|
|
69, 69, 1264, 1270, 1273, 69, 69, 1274, 1275, 69,
|
|
|
|
|
69, 1272, 1282, 69, 69, 1284, 69, 69, 1280, 1285,
|
|
|
|
|
69, 1276, 1277, 1278, 69, 1288, 69, 1289, 1279, 69,
|
|
|
|
|
1281, 69, 1290, 69, 1283, 69, 1293, 1287, 1286, 1294,
|
|
|
|
|
69, 69, 1296, 69, 69, 69, 69, 69, 69, 1291,
|
|
|
|
|
1295, 69, 1298, 69, 1301, 1292, 1299, 69, 1305, 1297,
|
|
|
|
|
69, 69, 1304, 69, 1308, 1309, 69, 1303, 1307, 69,
|
|
|
|
|
69, 1311, 1300, 69, 1302, 1310, 69, 69, 69, 69,
|
|
|
|
|
1306, 69, 1312, 69, 1316, 69, 69, 1319, 69, 69,
|
|
|
|
|
1315, 69, 69, 69, 2010, 69, 1323, 1313, 1314, 1324,
|
|
|
|
|
|
|
|
|
|
69, 1317, 69, 1320, 1325, 69, 1322, 69, 1321, 1326,
|
|
|
|
|
69, 1318, 1333, 1327, 1329, 69, 69, 69, 1328, 1331,
|
|
|
|
|
1335, 1330, 1334, 69, 1336, 69, 1337, 1332, 69, 1340,
|
|
|
|
|
69, 69, 69, 69, 69, 69, 1345, 1342, 69, 69,
|
|
|
|
|
1339, 69, 1338, 1347, 1341, 69, 69, 1343, 69, 1349,
|
|
|
|
|
2010, 1348, 69, 1350, 69, 1344, 1351, 69, 1352, 69,
|
|
|
|
|
1346, 69, 69, 69, 69, 1353, 1360, 1354, 1355, 69,
|
|
|
|
|
1356, 1357, 69, 69, 1358, 1359, 1362, 69, 69, 69,
|
|
|
|
|
69, 69, 69, 69, 1367, 1361, 69, 1369, 1364, 69,
|
|
|
|
|
69, 1368, 69, 69, 1371, 69, 69, 1370, 1363, 1365,
|
|
|
|
|
|
|
|
|
|
69, 1366, 1376, 69, 1374, 1372, 1377, 1373, 69, 1375,
|
|
|
|
|
1380, 1378, 69, 69, 1382, 69, 69, 69, 1383, 1384,
|
|
|
|
|
69, 69, 1379, 69, 1385, 69, 1387, 69, 69, 1381,
|
|
|
|
|
69, 69, 1388, 69, 69, 69, 69, 69, 69, 1400,
|
|
|
|
|
1390, 1386, 1391, 1392, 1395, 69, 69, 69, 1389, 1394,
|
|
|
|
|
1399, 69, 1402, 69, 69, 1397, 1398, 1396, 1403, 1393,
|
|
|
|
|
1406, 69, 1404, 69, 1401, 69, 69, 69, 1405, 1409,
|
|
|
|
|
1408, 1410, 69, 69, 69, 1414, 69, 1411, 69, 69,
|
|
|
|
|
69, 1415, 69, 69, 1420, 69, 1417, 69, 1421, 1407,
|
|
|
|
|
69, 1412, 1416, 69, 1413, 1424, 69, 1419, 69, 2010,
|
|
|
|
|
|
|
|
|
|
69, 1418, 69, 1425, 1426, 1422, 69, 69, 1427, 1430,
|
|
|
|
|
1431, 69, 69, 1423, 69, 1428, 69, 69, 1429, 69,
|
|
|
|
|
69, 1432, 1434, 69, 1435, 69, 1433, 69, 69, 1436,
|
|
|
|
|
69, 1440, 69, 69, 1441, 1445, 69, 69, 1447, 69,
|
|
|
|
|
1437, 1438, 1444, 1439, 69, 1442, 1446, 69, 69, 69,
|
|
|
|
|
1452, 1449, 69, 1450, 1453, 69, 69, 1443, 1456, 69,
|
|
|
|
|
1454, 69, 1451, 1448, 1458, 69, 69, 1459, 69, 69,
|
|
|
|
|
1457, 69, 1462, 69, 1464, 69, 1455, 69, 1463, 69,
|
|
|
|
|
1460, 69, 69, 69, 1466, 69, 69, 1461, 1469, 1472,
|
|
|
|
|
69, 69, 69, 69, 69, 1473, 1465, 1468, 1475, 69,
|
|
|
|
|
|
|
|
|
|
69, 69, 1471, 1470, 1467, 69, 69, 1474, 69, 69,
|
|
|
|
|
69, 69, 1485, 69, 69, 69, 69, 1486, 1477, 1478,
|
|
|
|
|
1476, 1487, 1483, 69, 1479, 1481, 69, 1490, 1489, 1480,
|
|
|
|
|
1482, 1493, 1484, 1491, 69, 1492, 69, 1488, 69, 69,
|
|
|
|
|
1495, 69, 1498, 69, 1499, 69, 1500, 69, 69, 69,
|
|
|
|
|
1496, 1494, 69, 1497, 1502, 69, 1504, 69, 1505, 69,
|
|
|
|
|
69, 1508, 69, 69, 69, 1507, 69, 1501, 1506, 69,
|
|
|
|
|
1503, 1510, 69, 69, 69, 1512, 1513, 69, 1514, 1516,
|
|
|
|
|
69, 69, 1509, 1517, 1511, 1520, 69, 69, 69, 1518,
|
|
|
|
|
69, 69, 69, 1515, 69, 1524, 1525, 69, 1527, 69,
|
|
|
|
|
|
|
|
|
|
1519, 69, 1529, 69, 69, 1523, 69, 1521, 69, 69,
|
|
|
|
|
69, 1522, 1530, 1526, 1532, 69, 1531, 69, 1528, 69,
|
|
|
|
|
69, 1534, 1536, 69, 1537, 1538, 69, 69, 1542, 1539,
|
|
|
|
|
69, 1533, 1540, 69, 1543, 69, 1535, 69, 1546, 69,
|
|
|
|
|
1541, 1547, 69, 1548, 1545, 69, 69, 1544, 69, 69,
|
|
|
|
|
69, 1549, 1555, 69, 69, 69, 69, 1553, 1556, 1550,
|
|
|
|
|
1552, 1551, 1554, 1559, 69, 1560, 69, 1558, 69, 1562,
|
|
|
|
|
1561, 69, 69, 69, 1557, 69, 1566, 69, 69, 69,
|
|
|
|
|
69, 1567, 1568, 1563, 1569, 69, 1564, 69, 69, 69,
|
|
|
|
|
69, 69, 1565, 1570, 1574, 69, 1576, 1577, 1571, 69,
|
|
|
|
|
|
|
|
|
|
1572, 1573, 69, 69, 69, 1578, 69, 1581, 1580, 1575,
|
|
|
|
|
69, 1579, 69, 69, 1582, 1583, 69, 1585, 1584, 69,
|
|
|
|
|
69, 1588, 1586, 1589, 69, 69, 69, 1592, 69, 1593,
|
|
|
|
|
69, 1591, 1594, 69, 1595, 69, 1587, 69, 69, 69,
|
|
|
|
|
69, 69, 69, 1590, 1598, 1601, 69, 69, 69, 1603,
|
|
|
|
|
69, 1596, 2010, 1600, 69, 1607, 1602, 1605, 69, 1599,
|
|
|
|
|
1597, 1606, 69, 69, 69, 1608, 1604, 1611, 69, 1610,
|
|
|
|
|
1612, 69, 1609, 1613, 69, 69, 69, 69, 1616, 69,
|
|
|
|
|
69, 69, 69, 69, 1622, 69, 69, 1614, 1620, 69,
|
|
|
|
|
69, 1617, 1618, 1619, 1615, 1623, 69, 69, 69, 69,
|
|
|
|
|
|
|
|
|
|
1629, 69, 1621, 69, 69, 2010, 69, 1635, 69, 1626,
|
|
|
|
|
1625, 1633, 1628, 1630, 69, 1624, 69, 69, 69, 1631,
|
|
|
|
|
69, 1627, 1634, 1636, 69, 1632, 69, 1637, 69, 69,
|
|
|
|
|
69, 69, 1645, 69, 1638, 69, 1639, 1642, 1640, 69,
|
|
|
|
|
1641, 1646, 69, 69, 1647, 69, 1649, 69, 1644, 1643,
|
|
|
|
|
69, 1648, 69, 1655, 69, 1656, 69, 69, 1650, 69,
|
|
|
|
|
69, 69, 69, 1651, 69, 1652, 1653, 1660, 69, 69,
|
|
|
|
|
69, 1654, 1658, 1663, 1657, 69, 69, 1664, 1659, 1665,
|
|
|
|
|
69, 1661, 69, 1668, 1662, 1669, 69, 69, 1666, 1672,
|
|
|
|
|
69, 69, 69, 69, 69, 1673, 1667, 1670, 1675, 1676,
|
|
|
|
|
|
|
|
|
|
69, 1678, 69, 69, 69, 1671, 1677, 1674, 1680, 69,
|
|
|
|
|
1681, 69, 69, 1682, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
69, 1686, 1679, 1687, 1685, 69, 1683, 1684, 1689, 69,
|
|
|
|
|
1691, 69, 69, 2010, 1690, 69, 1688, 1692, 1694, 69,
|
|
|
|
|
1695, 69, 1696, 69, 1693, 1698, 69, 69, 1697, 1713,
|
|
|
|
|
69, 1699, 1700, 69, 1701, 69, 1703, 69, 69, 69,
|
|
|
|
|
1702, 69, 1704, 69, 1705, 69, 1706, 69, 69, 69,
|
|
|
|
|
69, 69, 1709, 1708, 1711, 1712, 69, 69, 1707, 69,
|
|
|
|
|
1710, 69, 1714, 69, 1717, 1715, 1716, 69, 1718, 69,
|
|
|
|
|
1722, 69, 69, 69, 69, 1726, 69, 69, 69, 69,
|
|
|
|
|
|
|
|
|
|
1719, 69, 1724, 1728, 1729, 69, 1730, 1720, 1721, 1725,
|
|
|
|
|
69, 1723, 69, 69, 1733, 1731, 1727, 1734, 69, 69,
|
|
|
|
|
69, 1732, 69, 1737, 1738, 69, 69, 1740, 1741, 69,
|
|
|
|
|
69, 69, 1735, 1742, 1736, 1743, 69, 1744, 69, 69,
|
|
|
|
|
1739, 1745, 69, 1748, 1749, 69, 69, 1751, 69, 1746,
|
|
|
|
|
1750, 1752, 69, 1747, 69, 69, 69, 1755, 69, 69,
|
|
|
|
|
69, 1754, 69, 1756, 1759, 69, 69, 1763, 69, 69,
|
|
|
|
|
69, 69, 69, 1757, 1758, 69, 1767, 1753, 1760, 1765,
|
|
|
|
|
1762, 69, 1768, 69, 1769, 1761, 69, 69, 1764, 1766,
|
|
|
|
|
69, 69, 1771, 69, 69, 1777, 69, 69, 1773, 69,
|
|
|
|
|
|
|
|
|
|
1774, 69, 1770, 69, 1778, 1780, 69, 69, 1781, 69,
|
|
|
|
|
1772, 1783, 69, 1775, 1776, 1779, 69, 1782, 1785, 1787,
|
|
|
|
|
1784, 69, 1786, 1788, 69, 69, 69, 69, 69, 69,
|
|
|
|
|
1795, 69, 2010, 69, 1789, 1790, 1791, 1792, 1794, 69,
|
|
|
|
|
1796, 69, 1798, 69, 1797, 1799, 1800, 69, 69, 1803,
|
|
|
|
|
69, 69, 1801, 1793, 69, 69, 1805, 1807, 69, 1809,
|
|
|
|
|
69, 69, 69, 69, 1812, 69, 69, 69, 1802, 69,
|
|
|
|
|
69, 1804, 69, 1806, 1814, 69, 1815, 69, 1811, 1813,
|
|
|
|
|
1810, 69, 1819, 1808, 69, 1816, 1821, 69, 69, 1818,
|
|
|
|
|
69, 1817, 1823, 69, 1824, 69, 1825, 69, 69, 69,
|
|
|
|
|
|
|
|
|
|
69, 1820, 69, 1822, 1826, 1827, 69, 69, 1828, 69,
|
|
|
|
|
1831, 1834, 69, 1829, 1832, 1835, 69, 1830, 69, 69,
|
|
|
|
|
1839, 69, 69, 69, 1833, 1840, 1836, 69, 1841, 69,
|
|
|
|
|
1837, 69, 69, 69, 1844, 1842, 1847, 1845, 69, 1838,
|
|
|
|
|
69, 69, 1850, 69, 1851, 69, 1853, 69, 69, 1843,
|
|
|
|
|
69, 69, 1846, 1854, 1915, 1848, 1849, 69, 69, 1852,
|
|
|
|
|
1857, 69, 1856, 1860, 1855, 1858, 69, 1859, 69, 1861,
|
|
|
|
|
69, 69, 1862, 1863, 69, 69, 69, 69, 1867, 69,
|
|
|
|
|
69, 69, 69, 1870, 69, 1868, 1866, 69, 69, 1864,
|
|
|
|
|
1869, 69, 1871, 69, 69, 69, 1865, 69, 1874, 69,
|
|
|
|
|
|
|
|
|
|
69, 1872, 1876, 1875, 69, 69, 69, 69, 1873, 1911,
|
|
|
|
|
1882, 1884, 69, 1877, 69, 1878, 1895, 1879, 1880, 1885,
|
|
|
|
|
69, 1887, 69, 69, 69, 1881, 1883, 1886, 1888, 1889,
|
|
|
|
|
69, 69, 1890, 1892, 69, 69, 69, 69, 1896, 1897,
|
|
|
|
|
69, 1898, 69, 69, 69, 1891, 69, 69, 1899, 2010,
|
|
|
|
|
1893, 69, 69, 69, 1894, 1916, 1903, 1904, 1906, 69,
|
|
|
|
|
69, 1901, 1907, 69, 1908, 69, 69, 69, 1902, 1900,
|
|
|
|
|
1910, 69, 1905, 69, 1912, 1909, 1914, 69, 69, 69,
|
|
|
|
|
69, 69, 1913, 69, 1918, 69, 69, 69, 1922, 69,
|
|
|
|
|
1923, 69, 1917, 69, 69, 69, 69, 1921, 69, 1919,
|
|
|
|
|
|
|
|
|
|
69, 1920, 1926, 1925, 69, 2010, 1927, 1924, 1934, 69,
|
|
|
|
|
69, 1930, 69, 1928, 1929, 1932, 1936, 69, 69, 1935,
|
|
|
|
|
1937, 69, 69, 1931, 1933, 69, 1942, 1938, 69, 69,
|
|
|
|
|
1939, 69, 69, 1941, 1944, 69, 1947, 1940, 1948, 69,
|
|
|
|
|
69, 69, 1943, 69, 1945, 69, 69, 69, 69, 69,
|
|
|
|
|
69, 1946, 69, 1949, 69, 69, 1960, 1957, 1950, 1951,
|
|
|
|
|
1952, 1954, 1955, 69, 69, 69, 1953, 69, 1958, 1956,
|
|
|
|
|
1961, 69, 1962, 1959, 1965, 69, 1963, 1966, 69, 69,
|
|
|
|
|
69, 69, 1967, 1964, 1970, 69, 69, 69, 69, 69,
|
|
|
|
|
69, 1973, 69, 69, 1977, 69, 69, 69, 69, 1968,
|
|
|
|
|
|
|
|
|
|
1969, 1972, 1978, 1982, 1971, 1976, 1974, 69, 1980, 1975,
|
|
|
|
|
69, 1981, 69, 69, 1979, 1984, 1985, 69, 69, 1983,
|
|
|
|
|
1986, 69, 69, 69, 69, 1987, 69, 1989, 69, 1991,
|
|
|
|
|
69, 1992, 69, 1995, 69, 69, 69, 1998, 1999, 69,
|
|
|
|
|
1988, 69, 1990, 2001, 69, 2002, 69, 1993, 2000, 1994,
|
|
|
|
|
69, 69, 69, 1996, 1997, 69, 2004, 2003, 69, 2010,
|
|
|
|
|
2005, 2008, 69, 2009, 69, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2006, 2010, 2010, 2010, 2010, 2010, 2007, 41, 41,
|
|
|
|
|
41, 41, 41, 41, 41, 46, 46, 46, 46, 46,
|
|
|
|
|
46, 46, 51, 51, 51, 51, 51, 51, 51, 57,
|
|
|
|
|
|
|
|
|
|
57, 57, 57, 57, 57, 57, 62, 62, 62, 62,
|
|
|
|
|
62, 62, 62, 72, 72, 2010, 72, 72, 72, 72,
|
|
|
|
|
130, 130, 2010, 2010, 2010, 130, 130, 132, 132, 2010,
|
|
|
|
|
2010, 132, 2010, 132, 134, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
134, 137, 137, 2010, 2010, 2010, 137, 137, 139, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 139, 141, 141, 2010, 141, 141,
|
|
|
|
|
141, 141, 73, 73, 2010, 73, 73, 73, 73, 13,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
static yyconst flex_int16_t yy_chk[4010] =
|
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,
|
2008-10-06 05:28:50 -04:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 3,
|
2015-11-30 11:10:26 -05:00
|
|
|
3, 3, 4, 4, 4, 50, 5, 5, 50, 3,
|
2009-02-06 05:19:16 -05:00
|
|
|
5, 15, 4, 6, 6, 15, 5, 6, 9, 9,
|
2017-02-23 07:05:05 -05:00
|
|
|
9, 162, 33, 6, 7, 7, 7, 7, 9, 7,
|
2015-11-30 11:10:26 -05:00
|
|
|
10, 10, 10, 45, 45, 7, 8, 8, 8, 8,
|
2017-02-23 07:05:05 -05:00
|
|
|
10, 8, 21, 33, 162, 21, 21, 8, 11, 11,
|
|
|
|
|
11, 11, 11, 11, 2016, 20, 29, 20, 20, 11,
|
2016-10-26 03:38:00 -04:00
|
|
|
|
|
|
|
|
20, 29, 24, 21, 75, 20, 24, 75, 11, 12,
|
|
|
|
|
12, 12, 12, 12, 12, 83, 22, 22, 26, 26,
|
2017-02-23 07:05:05 -05:00
|
|
|
12, 25, 25, 28, 22, 133, 24, 26, 133, 12,
|
2016-10-26 03:38:00 -04:00
|
|
|
19, 22, 19, 19, 30, 19, 25, 83, 28, 27,
|
|
|
|
|
19, 19, 23, 27, 61, 61, 27, 23, 35, 30,
|
2017-02-23 07:05:05 -05:00
|
|
|
39, 23, 67, 27, 23, 27, 23, 23, 31, 31,
|
|
|
|
|
32, 32, 35, 735, 39, 32, 67, 31, 70, 39,
|
|
|
|
|
36, 36, 70, 31, 76, 36, 77, 31, 76, 80,
|
|
|
|
|
84, 32, 34, 38, 38, 36, 38, 34, 36, 40,
|
|
|
|
|
40, 34, 79, 80, 40, 88, 77, 34, 40, 84,
|
|
|
|
|
|
|
|
|
|
34, 38, 112, 112, 139, 87, 88, 34, 37, 56,
|
|
|
|
|
79, 56, 56, 37, 56, 64, 37, 64, 64, 66,
|
|
|
|
|
64, 66, 66, 37, 66, 87, 64, 37, 37, 69,
|
|
|
|
|
78, 69, 69, 78, 69, 81, 82, 137, 86, 69,
|
|
|
|
|
72, 81, 72, 72, 85, 72, 78, 81, 89, 85,
|
|
|
|
|
72, 72, 86, 90, 82, 82, 91, 96, 92, 93,
|
|
|
|
|
91, 94, 85, 92, 94, 95, 89, 94, 99, 97,
|
|
|
|
|
95, 90, 98, 93, 97, 98, 96, 100, 101, 98,
|
|
|
|
|
94, 94, 101, 102, 103, 105, 104, 106, 107, 115,
|
|
|
|
|
102, 100, 99, 104, 97, 108, 109, 103, 105, 108,
|
|
|
|
|
|
|
|
|
|
110, 111, 113, 114, 115, 110, 107, 106, 116, 110,
|
|
|
|
|
117, 118, 119, 120, 109, 122, 114, 119, 121, 121,
|
|
|
|
|
123, 111, 113, 124, 118, 120, 127, 116, 117, 125,
|
|
|
|
|
126, 125, 128, 122, 146, 126, 123, 129, 127, 121,
|
|
|
|
|
131, 131, 129, 135, 124, 135, 135, 136, 135, 146,
|
|
|
|
|
128, 144, 125, 138, 138, 140, 144, 140, 140, 141,
|
|
|
|
|
140, 141, 141, 143, 141, 147, 143, 145, 148, 149,
|
|
|
|
|
141, 150, 145, 147, 151, 152, 159, 153, 154, 154,
|
|
|
|
|
152, 152, 153, 151, 149, 155, 156, 148, 156, 160,
|
|
|
|
|
155, 150, 158, 158, 160, 159, 161, 165, 163, 164,
|
|
|
|
|
|
|
|
|
|
166, 161, 163, 168, 164, 167, 173, 169, 156, 157,
|
|
|
|
|
219, 165, 169, 157, 170, 166, 172, 167, 157, 170,
|
|
|
|
|
167, 168, 173, 157, 219, 171, 171, 174, 179, 157,
|
|
|
|
|
157, 171, 174, 175, 175, 176, 172, 177, 178, 180,
|
|
|
|
|
176, 185, 177, 171, 180, 171, 176, 178, 181, 179,
|
|
|
|
|
182, 183, 184, 181, 185, 182, 183, 186, 187, 184,
|
|
|
|
|
188, 189, 190, 186, 191, 193, 188, 192, 194, 195,
|
|
|
|
|
190, 196, 192, 198, 195, 200, 197, 191, 187, 199,
|
|
|
|
|
193, 197, 202, 189, 199, 201, 204, 201, 194, 202,
|
|
|
|
|
205, 198, 198, 196, 203, 200, 206, 206, 207, 203,
|
|
|
|
|
|
|
|
|
|
210, 208, 205, 207, 211, 204, 208, 209, 212, 209,
|
|
|
|
|
213, 218, 214, 217, 215, 216, 211, 214, 213, 215,
|
|
|
|
|
216, 207, 220, 210, 221, 134, 209, 212, 217, 218,
|
|
|
|
|
220, 222, 228, 223, 222, 223, 224, 224, 225, 226,
|
|
|
|
|
226, 225, 227, 227, 229, 232, 234, 230, 228, 221,
|
|
|
|
|
230, 231, 233, 235, 232, 231, 239, 233, 235, 229,
|
|
|
|
|
234, 236, 236, 237, 238, 240, 241, 242, 237, 238,
|
|
|
|
|
243, 243, 244, 245, 246, 244, 239, 247, 246, 249,
|
|
|
|
|
242, 248, 248, 240, 250, 251, 252, 241, 253, 252,
|
|
|
|
|
251, 245, 254, 255, 256, 247, 250, 249, 257, 132,
|
|
|
|
|
|
|
|
|
|
253, 254, 255, 259, 258, 259, 259, 260, 260, 254,
|
|
|
|
|
254, 257, 254, 262, 261, 256, 258, 261, 264, 263,
|
|
|
|
|
265, 266, 266, 267, 268, 268, 269, 264, 267, 265,
|
|
|
|
|
262, 270, 271, 262, 263, 272, 270, 273, 274, 278,
|
|
|
|
|
275, 269, 273, 276, 271, 275, 277, 279, 276, 277,
|
|
|
|
|
280, 277, 281, 278, 276, 272, 282, 281, 274, 280,
|
|
|
|
|
283, 282, 284, 279, 285, 290, 279, 287, 279, 286,
|
|
|
|
|
287, 288, 292, 283, 293, 291, 292, 292, 294, 285,
|
|
|
|
|
290, 283, 284, 286, 291, 288, 287, 289, 296, 289,
|
|
|
|
|
289, 297, 295, 298, 299, 293, 297, 294, 300, 289,
|
|
|
|
|
|
|
|
|
|
301, 289, 289, 289, 302, 301, 289, 295, 296, 304,
|
|
|
|
|
303, 305, 306, 300, 299, 303, 298, 307, 308, 302,
|
|
|
|
|
309, 311, 307, 305, 312, 309, 306, 310, 310, 304,
|
|
|
|
|
310, 313, 314, 315, 308, 315, 318, 319, 316, 317,
|
|
|
|
|
312, 311, 316, 317, 320, 322, 314, 313, 321, 324,
|
|
|
|
|
322, 319, 323, 320, 318, 325, 323, 321, 324, 326,
|
|
|
|
|
325, 327, 330, 333, 328, 329, 320, 327, 328, 332,
|
|
|
|
|
329, 331, 331, 337, 332, 340, 333, 334, 334, 335,
|
|
|
|
|
326, 336, 330, 338, 335, 336, 339, 340, 338, 341,
|
|
|
|
|
342, 342, 343, 341, 337, 339, 344, 343, 345, 345,
|
|
|
|
|
|
|
|
|
|
347, 347, 348, 349, 350, 351, 352, 355, 354, 357,
|
|
|
|
|
356, 349, 358, 350, 357, 359, 365, 344, 352, 363,
|
|
|
|
|
359, 358, 360, 348, 356, 351, 354, 355, 354, 361,
|
|
|
|
|
360, 362, 364, 363, 361, 366, 362, 364, 365, 367,
|
|
|
|
|
368, 369, 370, 367, 371, 375, 369, 373, 377, 374,
|
|
|
|
|
380, 377, 376, 378, 362, 368, 366, 376, 370, 379,
|
|
|
|
|
379, 375, 376, 371, 372, 372, 382, 373, 374, 384,
|
|
|
|
|
372, 386, 372, 378, 383, 380, 381, 381, 385, 388,
|
|
|
|
|
372, 382, 387, 372, 384, 389, 383, 387, 388, 391,
|
|
|
|
|
372, 390, 393, 386, 394, 391, 393, 385, 395, 394,
|
|
|
|
|
|
|
|
|
|
396, 397, 130, 398, 389, 400, 390, 399, 399, 402,
|
|
|
|
|
395, 398, 404, 403, 397, 401, 403, 400, 396, 405,
|
|
|
|
|
401, 402, 406, 407, 405, 406, 408, 404, 409, 416,
|
|
|
|
|
408, 408, 410, 410, 411, 411, 413, 413, 412, 407,
|
|
|
|
|
418, 409, 407, 412, 414, 414, 415, 417, 423, 419,
|
|
|
|
|
416, 415, 417, 419, 421, 420, 422, 424, 421, 418,
|
|
|
|
|
420, 422, 424, 426, 425, 428, 430, 427, 423, 425,
|
|
|
|
|
427, 429, 429, 431, 433, 427, 432, 426, 431, 427,
|
|
|
|
|
434, 432, 435, 428, 430, 434, 436, 438, 433, 436,
|
|
|
|
|
437, 435, 438, 439, 437, 440, 441, 442, 439, 443,
|
|
|
|
|
|
|
|
|
|
444, 445, 442, 450, 446, 447, 445, 521, 447, 441,
|
|
|
|
|
446, 440, 444, 449, 448, 443, 437, 448, 449, 451,
|
|
|
|
|
452, 450, 453, 454, 521, 452, 455, 453, 454, 455,
|
|
|
|
|
456, 458, 457, 451, 459, 456, 457, 457, 460, 461,
|
|
|
|
|
466, 463, 462, 460, 458, 462, 463, 459, 461, 464,
|
|
|
|
|
465, 465, 468, 464, 464, 467, 469, 467, 469, 470,
|
|
|
|
|
462, 471, 472, 473, 474, 466, 475, 476, 474, 477,
|
|
|
|
|
478, 468, 481, 479, 482, 475, 68, 470, 488, 471,
|
|
|
|
|
480, 472, 476, 473, 487, 480, 484, 477, 479, 478,
|
|
|
|
|
484, 481, 485, 482, 483, 483, 486, 488, 489, 490,
|
|
|
|
|
|
|
|
|
|
487, 486, 491, 485, 493, 492, 490, 491, 494, 493,
|
|
|
|
|
495, 489, 492, 494, 496, 497, 498, 499, 500, 501,
|
|
|
|
|
503, 496, 501, 500, 497, 502, 499, 505, 495, 502,
|
|
|
|
|
498, 504, 504, 507, 508, 509, 505, 510, 507, 509,
|
|
|
|
|
504, 503, 511, 512, 513, 514, 515, 518, 512, 510,
|
|
|
|
|
524, 525, 513, 528, 508, 527, 527, 525, 528, 524,
|
|
|
|
|
511, 526, 518, 514, 530, 526, 62, 531, 532, 530,
|
|
|
|
|
533, 515, 516, 533, 534, 534, 535, 516, 536, 536,
|
|
|
|
|
542, 516, 542, 535, 516, 531, 537, 538, 538, 540,
|
|
|
|
|
544, 516, 540, 532, 516, 529, 529, 529, 539, 529,
|
|
|
|
|
|
|
|
|
|
541, 537, 529, 539, 543, 541, 545, 529, 546, 544,
|
|
|
|
|
547, 548, 548, 529, 529, 549, 543, 550, 547, 551,
|
|
|
|
|
552, 554, 554, 553, 555, 57, 545, 546, 553, 555,
|
|
|
|
|
549, 550, 552, 556, 558, 559, 557, 551, 556, 557,
|
|
|
|
|
558, 560, 561, 559, 563, 562, 564, 565, 565, 560,
|
|
|
|
|
562, 563, 566, 568, 567, 569, 574, 571, 568, 572,
|
|
|
|
|
561, 566, 567, 576, 573, 564, 571, 573, 572, 577,
|
|
|
|
|
574, 575, 575, 578, 569, 580, 578, 580, 576, 581,
|
|
|
|
|
581, 582, 583, 584, 578, 585, 586, 583, 588, 587,
|
|
|
|
|
589, 592, 590, 577, 589, 591, 52, 588, 594, 593,
|
|
|
|
|
|
|
|
|
|
592, 595, 582, 597, 584, 585, 598, 595, 586, 587,
|
|
|
|
|
590, 593, 594, 599, 591, 596, 596, 600, 599, 602,
|
|
|
|
|
598, 601, 600, 597, 603, 601, 604, 605, 606, 606,
|
|
|
|
|
607, 604, 609, 610, 608, 607, 603, 608, 602, 612,
|
|
|
|
|
611, 613, 613, 614, 603, 611, 610, 616, 605, 617,
|
|
|
|
|
609, 615, 615, 617, 618, 619, 620, 621, 51, 612,
|
|
|
|
|
625, 614, 616, 623, 623, 624, 628, 626, 627, 624,
|
|
|
|
|
620, 629, 627, 618, 630, 625, 629, 621, 632, 619,
|
|
|
|
|
622, 628, 632, 622, 631, 622, 636, 633, 630, 622,
|
|
|
|
|
634, 622, 626, 637, 635, 634, 622, 638, 631, 635,
|
|
|
|
|
|
|
|
|
|
636, 622, 633, 639, 813, 634, 813, 640, 643, 639,
|
|
|
|
|
646, 638, 640, 645, 637, 641, 641, 642, 642, 644,
|
|
|
|
|
643, 648, 646, 642, 644, 642, 648, 645, 647, 647,
|
|
|
|
|
649, 650, 651, 652, 652, 653, 642, 655, 649, 653,
|
|
|
|
|
657, 656, 655, 642, 656, 650, 661, 658, 659, 660,
|
|
|
|
|
664, 651, 662, 659, 660, 663, 666, 667, 665, 657,
|
|
|
|
|
658, 662, 667, 668, 663, 661, 664, 665, 669, 670,
|
|
|
|
|
671, 672, 673, 675, 684, 666, 676, 673, 677, 671,
|
|
|
|
|
672, 678, 669, 668, 46, 679, 678, 684, 681, 670,
|
|
|
|
|
679, 680, 675, 677, 676, 683, 680, 681, 682, 682,
|
|
|
|
|
|
|
|
|
|
683, 686, 687, 691, 688, 688, 687, 687, 688, 689,
|
|
|
|
|
690, 692, 689, 693, 695, 694, 696, 686, 694, 699,
|
|
|
|
|
697, 702, 698, 691, 690, 697, 692, 698, 701, 706,
|
|
|
|
|
703, 699, 696, 693, 701, 695, 703, 702, 704, 704,
|
|
|
|
|
705, 707, 708, 709, 707, 710, 711, 706, 712, 705,
|
|
|
|
|
713, 714, 716, 712, 717, 713, 714, 717, 718, 711,
|
|
|
|
|
708, 719, 709, 720, 722, 710, 721, 723, 720, 718,
|
|
|
|
|
716, 721, 723, 719, 724, 724, 725, 726, 727, 722,
|
|
|
|
|
728, 729, 731, 730, 728, 732, 734, 738, 736, 737,
|
|
|
|
|
727, 726, 730, 739, 41, 725, 751, 751, 739, 729,
|
|
|
|
|
|
|
|
|
|
747, 731, 736, 740, 737, 734, 741, 738, 740, 742,
|
|
|
|
|
732, 741, 743, 744, 742, 745, 746, 748, 749, 747,
|
|
|
|
|
745, 750, 752, 753, 748, 755, 743, 744, 754, 756,
|
|
|
|
|
756, 746, 757, 749, 754, 758, 752, 757, 759, 761,
|
|
|
|
|
750, 753, 758, 760, 762, 755, 760, 764, 766, 763,
|
|
|
|
|
765, 771, 759, 762, 763, 765, 768, 761, 770, 769,
|
|
|
|
|
768, 772, 773, 774, 775, 776, 764, 766, 769, 773,
|
|
|
|
|
771, 777, 778, 770, 780, 774, 772, 779, 778, 781,
|
|
|
|
|
783, 784, 785, 775, 786, 783, 776, 788, 781, 777,
|
|
|
|
|
785, 787, 779, 789, 780, 784, 787, 789, 789, 788,
|
|
|
|
|
|
|
|
|
|
790, 791, 795, 792, 786, 793, 793, 794, 796, 797,
|
|
|
|
|
797, 795, 798, 796, 799, 791, 792, 798, 805, 790,
|
|
|
|
|
794, 800, 801, 799, 802, 802, 800, 801, 803, 804,
|
|
|
|
|
806, 807, 805, 808, 804, 809, 807, 803, 808, 810,
|
|
|
|
|
809, 812, 812, 810, 814, 817, 816, 819, 806, 811,
|
|
|
|
|
816, 823, 818, 822, 821, 814, 819, 820, 811, 823,
|
|
|
|
|
817, 820, 820, 811, 824, 811, 825, 811, 821, 811,
|
|
|
|
|
818, 826, 822, 827, 828, 825, 829, 829, 824, 828,
|
|
|
|
|
830, 831, 831, 833, 835, 834, 833, 836, 836, 826,
|
|
|
|
|
834, 837, 838, 838, 839, 830, 840, 844, 827, 839,
|
|
|
|
|
|
|
|
|
|
841, 841, 842, 835, 843, 844, 847, 845, 849, 843,
|
|
|
|
|
848, 837, 845, 846, 846, 849, 848, 840, 850, 860,
|
|
|
|
|
852, 853, 842, 854, 847, 852, 853, 855, 854, 856,
|
|
|
|
|
857, 850, 855, 858, 859, 859, 861, 862, 856, 860,
|
|
|
|
|
863, 864, 865, 869, 858, 863, 866, 867, 870, 857,
|
|
|
|
|
868, 868, 871, 874, 872, 864, 861, 14, 866, 872,
|
|
|
|
|
862, 864, 865, 869, 875, 867, 873, 873, 877, 875,
|
|
|
|
|
871, 879, 882, 870, 878, 880, 874, 884, 878, 878,
|
|
|
|
|
879, 884, 881, 880, 881, 883, 882, 877, 885, 886,
|
|
|
|
|
883, 887, 888, 889, 890, 891, 892, 894, 889, 885,
|
|
|
|
|
|
|
|
|
|
892, 893, 895, 899, 896, 897, 898, 906, 886, 903,
|
|
|
|
|
888, 907, 890, 906, 895, 891, 894, 887, 896, 893,
|
|
|
|
|
897, 898, 899, 900, 901, 902, 904, 903, 900, 905,
|
|
|
|
|
902, 901, 907, 908, 909, 904, 910, 917, 908, 909,
|
|
|
|
|
919, 910, 911, 911, 905, 912, 912, 914, 914, 915,
|
|
|
|
|
916, 918, 920, 915, 919, 917, 918, 921, 923, 916,
|
|
|
|
|
922, 921, 921, 924, 922, 922, 925, 926, 927, 928,
|
|
|
|
|
929, 920, 930, 931, 932, 935, 929, 930, 923, 933,
|
|
|
|
|
934, 936, 924, 938, 938, 925, 926, 13, 928, 935,
|
|
|
|
|
937, 940, 931, 932, 927, 941, 941, 939, 933, 934,
|
|
|
|
|
|
|
|
|
|
939, 942, 936, 940, 943, 937, 942, 944, 943, 945,
|
|
|
|
|
946, 947, 949, 947, 950, 950, 951, 947, 945, 953,
|
|
|
|
|
944, 951, 952, 946, 954, 958, 952, 0, 955, 972,
|
|
|
|
|
947, 960, 949, 955, 956, 956, 960, 953, 961, 961,
|
|
|
|
|
962, 964, 964, 958, 954, 962, 966, 966, 967, 969,
|
|
|
|
|
970, 970, 969, 971, 972, 973, 974, 975, 976, 976,
|
|
|
|
|
978, 974, 977, 980, 967, 981, 977, 983, 971, 973,
|
|
|
|
|
979, 979, 975, 982, 984, 987, 981, 982, 988, 984,
|
|
|
|
|
978, 986, 986, 989, 989, 980, 983, 991, 992, 990,
|
|
|
|
|
993, 994, 988, 987, 990, 995, 996, 995, 997, 993,
|
|
|
|
|
|
|
|
|
|
998, 996, 1001, 997, 999, 1002, 1002, 991, 992, 999,
|
|
|
|
|
1003, 994, 1004, 1006, 1007, 1007, 1001, 1013, 1004, 1008,
|
|
|
|
|
998, 1009, 1010, 1015, 0, 1010, 1013, 1011, 1010, 1003,
|
|
|
|
|
1012, 1008, 1011, 1014, 1019, 1012, 1016, 1006, 1014, 1016,
|
|
|
|
|
1010, 1009, 1017, 1018, 1018, 1020, 1021, 1017, 1015, 1022,
|
|
|
|
|
1023, 1024, 1019, 1025, 1022, 1023, 1024, 1026, 1027, 1027,
|
|
|
|
|
1028, 1029, 1026, 1030, 1020, 1028, 1021, 1031, 1032, 1033,
|
|
|
|
|
1035, 1034, 1036, 1037, 1038, 1035, 1025, 1039, 1051, 1029,
|
|
|
|
|
1042, 1033, 1032, 1030, 1034, 1041, 1041, 1031, 1038, 1043,
|
|
|
|
|
1044, 1047, 1036, 1037, 1043, 1045, 1049, 1046, 1039, 1058,
|
|
|
|
|
|
|
|
|
|
1042, 1054, 1045, 1051, 1054, 1044, 1046, 1047, 1056, 1046,
|
|
|
|
|
1057, 1049, 1052, 1052, 1053, 1053, 1049, 1055, 1058, 1057,
|
|
|
|
|
1059, 1060, 1055, 1061, 1056, 1062, 1062, 1063, 1061, 1059,
|
|
|
|
|
1060, 1064, 1059, 1065, 1066, 1070, 1067, 1068, 1071, 1072,
|
|
|
|
|
1072, 1073, 0, 1078, 1064, 1074, 1081, 1063, 1066, 1068,
|
|
|
|
|
1075, 1065, 1067, 1077, 1074, 1075, 1071, 1073, 1076, 1076,
|
|
|
|
|
1070, 1078, 1077, 1080, 1081, 1077, 1082, 1083, 1080, 1084,
|
|
|
|
|
1086, 1082, 1083, 1076, 1087, 1084, 1088, 1089, 1092, 1087,
|
|
|
|
|
1089, 1094, 1095, 1093, 1096, 1098, 1089, 1097, 1099, 1088,
|
|
|
|
|
1086, 1093, 1097, 1102, 1094, 1101, 1101, 1092, 1103, 1104,
|
|
|
|
|
|
|
|
|
|
1095, 1098, 1103, 1096, 1104, 1105, 1099, 1106, 1107, 1108,
|
|
|
|
|
1105, 1110, 1106, 1102, 1111, 1111, 1112, 1107, 1113, 1114,
|
|
|
|
|
1116, 1115, 1117, 1118, 1119, 1113, 1110, 1117, 1120, 0,
|
|
|
|
|
1112, 1114, 1108, 1115, 1120, 1118, 1121, 1121, 1122, 1116,
|
|
|
|
|
1125, 1122, 1119, 1123, 1123, 1125, 1126, 1127, 1127, 1128,
|
|
|
|
|
1130, 1129, 1131, 1132, 1134, 1126, 1129, 1133, 1135, 1130,
|
|
|
|
|
1136, 1128, 1133, 1134, 1131, 1137, 1137, 1138, 1132, 1139,
|
|
|
|
|
1140, 1141, 1138, 1142, 1142, 1136, 1134, 1143, 1135, 1144,
|
|
|
|
|
1144, 1145, 1146, 1146, 1147, 1152, 1154, 1148, 1147, 1140,
|
|
|
|
|
1139, 1141, 1148, 1149, 1151, 1153, 1149, 1143, 1159, 1151,
|
|
|
|
|
|
|
|
|
|
1153, 1168, 1145, 1152, 1155, 1155, 1156, 1156, 1157, 1158,
|
|
|
|
|
1160, 1154, 1161, 1157, 1162, 1164, 1166, 1161, 1159, 1164,
|
|
|
|
|
1164, 1158, 1158, 1158, 1165, 1167, 1167, 1168, 1158, 1170,
|
|
|
|
|
1160, 1169, 1169, 1171, 1162, 1172, 1172, 1166, 1165, 1173,
|
|
|
|
|
1173, 1176, 1177, 1177, 1178, 1179, 1181, 1180, 1183, 1170,
|
|
|
|
|
1176, 1184, 1179, 1182, 1182, 1171, 1180, 1186, 1187, 1178,
|
|
|
|
|
1188, 1189, 1186, 1187, 1190, 1191, 1193, 1184, 1189, 1190,
|
|
|
|
|
1191, 1193, 1181, 1194, 1183, 1192, 1192, 1195, 1197, 1196,
|
|
|
|
|
1188, 1198, 1194, 1199, 1198, 1200, 1201, 1201, 1202, 1203,
|
|
|
|
|
1197, 1204, 1205, 1206, 0, 1207, 1205, 1195, 1196, 1206,
|
|
|
|
|
|
|
|
|
|
1211, 1199, 1209, 1202, 1207, 1212, 1204, 1213, 1203, 1208,
|
|
|
|
|
1208, 1200, 1214, 1209, 1210, 1210, 1218, 1214, 1209, 1212,
|
|
|
|
|
1216, 1211, 1215, 1215, 1216, 1216, 1217, 1213, 1219, 1220,
|
|
|
|
|
1225, 1217, 1222, 1223, 1220, 1224, 1226, 1223, 1227, 1229,
|
|
|
|
|
1219, 1226, 1218, 1228, 1222, 1235, 1231, 1224, 1228, 1231,
|
|
|
|
|
0, 1229, 1232, 1232, 1244, 1225, 1233, 1233, 1234, 1234,
|
|
|
|
|
1227, 1236, 1239, 1237, 1238, 1235, 1244, 1236, 1237, 1241,
|
|
|
|
|
1238, 1239, 1243, 1246, 1241, 1243, 1247, 1247, 1248, 1249,
|
|
|
|
|
1252, 1250, 1251, 1255, 1252, 1246, 1253, 1254, 1249, 1258,
|
|
|
|
|
1264, 1253, 1254, 1257, 1257, 1259, 1266, 1255, 1248, 1250,
|
|
|
|
|
|
|
|
|
|
1260, 1251, 1262, 1262, 1259, 1257, 1264, 1258, 1267, 1260,
|
|
|
|
|
1268, 1266, 1269, 1270, 1270, 1268, 1271, 1274, 1271, 1272,
|
|
|
|
|
1272, 1275, 1267, 1277, 1274, 1276, 1276, 1278, 1279, 1269,
|
|
|
|
|
1280, 1281, 1277, 1282, 1283, 1286, 1287, 1290, 1284, 1290,
|
|
|
|
|
1279, 1275, 1280, 1281, 1284, 1289, 1291, 1292, 1278, 1283,
|
|
|
|
|
1289, 1293, 1292, 1295, 1297, 1286, 1287, 1284, 1293, 1282,
|
|
|
|
|
1298, 1298, 1295, 1299, 1291, 1300, 1302, 1301, 1297, 1301,
|
|
|
|
|
1300, 1302, 1303, 1304, 1305, 1306, 1307, 1303, 1309, 1308,
|
|
|
|
|
1306, 1307, 1311, 1312, 1313, 1313, 1309, 1314, 1314, 1299,
|
|
|
|
|
1315, 1304, 1308, 1316, 1305, 1317, 1320, 1312, 1318, 0,
|
|
|
|
|
|
|
|
|
|
1317, 1311, 1319, 1318, 1319, 1315, 1321, 1322, 1320, 1322,
|
|
|
|
|
1323, 1323, 1324, 1316, 1325, 1321, 1330, 1327, 1321, 1328,
|
|
|
|
|
1331, 1324, 1327, 1332, 1328, 1335, 1325, 1333, 1337, 1330,
|
|
|
|
|
1338, 1335, 1339, 1340, 1337, 1341, 1341, 1342, 1343, 1343,
|
|
|
|
|
1331, 1332, 1340, 1333, 1344, 1338, 1342, 1345, 1346, 1347,
|
|
|
|
|
1348, 1345, 1349, 1346, 1348, 1348, 1350, 1339, 1353, 1353,
|
|
|
|
|
1349, 1354, 1347, 1344, 1355, 1355, 1356, 1356, 1357, 1358,
|
|
|
|
|
1354, 1363, 1359, 1360, 1361, 1361, 1350, 1359, 1360, 1364,
|
|
|
|
|
1357, 1365, 1366, 1367, 1364, 1368, 1369, 1358, 1367, 1370,
|
|
|
|
|
1370, 1371, 1372, 1373, 1374, 1371, 1363, 1366, 1373, 1375,
|
|
|
|
|
|
|
|
|
|
1377, 1378, 1369, 1368, 1365, 1379, 1380, 1372, 1387, 1381,
|
|
|
|
|
1382, 1383, 1385, 1385, 1386, 1389, 1393, 1386, 1375, 1377,
|
|
|
|
|
1374, 1387, 1382, 1388, 1378, 1380, 1390, 1390, 1389, 1379,
|
|
|
|
|
1381, 1393, 1383, 1391, 1391, 1392, 1392, 1388, 1394, 1395,
|
|
|
|
|
1395, 1396, 1397, 1397, 1398, 1398, 1399, 1399, 1400, 1405,
|
|
|
|
|
1396, 1394, 1402, 1396, 1401, 1401, 1403, 1403, 1404, 1404,
|
|
|
|
|
1407, 1408, 1408, 1409, 1416, 1407, 1411, 1400, 1405, 1412,
|
|
|
|
|
1402, 1410, 1410, 1413, 1417, 1412, 1413, 1414, 1414, 1415,
|
|
|
|
|
1415, 1418, 1409, 1416, 1411, 1419, 1419, 1421, 1422, 1417,
|
|
|
|
|
1423, 1424, 1428, 1414, 1426, 1424, 1425, 1425, 1427, 1427,
|
|
|
|
|
|
|
|
|
|
1418, 1429, 1429, 1430, 1432, 1423, 1434, 1421, 1435, 1433,
|
|
|
|
|
1439, 1422, 1430, 1426, 1433, 1436, 1432, 1437, 1428, 1438,
|
|
|
|
|
1440, 1435, 1437, 1441, 1438, 1439, 1442, 1446, 1443, 1440,
|
|
|
|
|
1444, 1434, 1441, 1443, 1444, 1448, 1436, 1449, 1449, 1452,
|
|
|
|
|
1442, 1450, 1451, 1451, 1448, 1454, 1450, 1446, 1455, 1459,
|
|
|
|
|
1457, 1451, 1459, 1460, 1461, 1462, 1466, 1455, 1460, 1452,
|
|
|
|
|
1454, 1452, 1457, 1463, 1463, 1465, 1465, 1462, 1467, 1467,
|
|
|
|
|
1466, 1468, 1469, 1470, 1461, 1471, 1471, 1473, 1477, 1474,
|
|
|
|
|
1478, 1473, 1474, 1468, 1475, 1475, 1469, 1479, 1476, 1481,
|
|
|
|
|
1480, 1482, 1470, 1476, 1480, 1486, 1482, 1483, 1477, 1484,
|
|
|
|
|
|
|
|
|
|
1478, 1479, 1483, 1487, 1493, 1484, 1489, 1488, 1487, 1481,
|
|
|
|
|
1496, 1486, 1488, 1490, 1489, 1490, 1494, 1494, 1493, 1495,
|
|
|
|
|
1497, 1497, 1495, 1501, 1501, 1503, 1506, 1507, 1507, 1509,
|
|
|
|
|
1509, 1506, 1511, 1512, 1512, 1513, 1496, 1511, 1514, 1515,
|
|
|
|
|
1517, 1518, 1524, 1503, 1515, 1519, 1519, 1521, 1523, 1522,
|
|
|
|
|
1528, 1513, 0, 1518, 1522, 1528, 1521, 1524, 1530, 1517,
|
|
|
|
|
1514, 1526, 1526, 1529, 1531, 1529, 1523, 1532, 1532, 1531,
|
|
|
|
|
1533, 1533, 1530, 1534, 1534, 1535, 1536, 1537, 1537, 1538,
|
|
|
|
|
1539, 1540, 1542, 1541, 1543, 1543, 1544, 1535, 1541, 1545,
|
|
|
|
|
1546, 1538, 1539, 1540, 1536, 1544, 1547, 1548, 1549, 1550,
|
|
|
|
|
|
|
|
|
|
1550, 1552, 1542, 1553, 1551, 0, 1554, 1556, 1556, 1547,
|
|
|
|
|
1546, 1554, 1549, 1551, 1561, 1545, 1563, 1555, 1562, 1552,
|
|
|
|
|
1564, 1548, 1555, 1557, 1557, 1553, 1558, 1558, 1565, 1566,
|
|
|
|
|
1567, 1568, 1568, 1572, 1561, 1571, 1562, 1565, 1563, 1573,
|
|
|
|
|
1564, 1570, 1570, 1574, 1571, 1575, 1573, 1576, 1567, 1566,
|
|
|
|
|
1577, 1572, 1578, 1579, 1579, 1580, 1581, 1582, 1574, 1583,
|
|
|
|
|
1580, 1585, 1584, 1575, 1586, 1576, 1577, 1584, 1587, 1591,
|
|
|
|
|
1590, 1578, 1582, 1587, 1581, 1588, 1594, 1588, 1583, 1590,
|
|
|
|
|
1595, 1585, 1597, 1595, 1586, 1596, 1596, 1598, 1591, 1599,
|
|
|
|
|
1599, 1600, 1602, 1605, 1603, 1600, 1594, 1597, 1603, 1604,
|
|
|
|
|
|
|
|
|
|
1604, 1607, 1607, 1608, 1615, 1598, 1605, 1602, 1609, 1609,
|
|
|
|
|
1610, 1610, 1614, 1614, 1616, 1617, 1618, 1620, 1619, 1623,
|
|
|
|
|
1621, 1618, 1608, 1619, 1617, 1624, 1615, 1616, 1621, 1626,
|
|
|
|
|
1624, 1649, 1625, 0, 1623, 1629, 1620, 1625, 1627, 1627,
|
|
|
|
|
1628, 1628, 1629, 1630, 1626, 1631, 1632, 1637, 1630, 1649,
|
|
|
|
|
1631, 1632, 1633, 1633, 1634, 1634, 1638, 1641, 1639, 1640,
|
|
|
|
|
1637, 1638, 1639, 1642, 1640, 1643, 1641, 1644, 1645, 1650,
|
|
|
|
|
1648, 1647, 1644, 1643, 1647, 1648, 1651, 1652, 1642, 1654,
|
|
|
|
|
1645, 1656, 1650, 1653, 1653, 1651, 1652, 1657, 1654, 1658,
|
|
|
|
|
1659, 1659, 1660, 1661, 1662, 1663, 1663, 1664, 1667, 1665,
|
|
|
|
|
|
|
|
|
|
1656, 1671, 1661, 1665, 1666, 1666, 1667, 1657, 1658, 1662,
|
|
|
|
|
1668, 1660, 1670, 1673, 1671, 1668, 1664, 1673, 1674, 1675,
|
|
|
|
|
1682, 1670, 1677, 1677, 1679, 1679, 1683, 1683, 1684, 1684,
|
|
|
|
|
1685, 1689, 1674, 1685, 1675, 1686, 1686, 1687, 1687, 1690,
|
|
|
|
|
1682, 1688, 1688, 1691, 1692, 1692, 1693, 1696, 1691, 1689,
|
|
|
|
|
1693, 1696, 1696, 1690, 1697, 1698, 1703, 1699, 1702, 1704,
|
|
|
|
|
1705, 1698, 1699, 1702, 1704, 1706, 1707, 1708, 1708, 1709,
|
|
|
|
|
1711, 1710, 1718, 1703, 1703, 1712, 1712, 1697, 1705, 1710,
|
|
|
|
|
1707, 1713, 1713, 1714, 1714, 1706, 1715, 1716, 1709, 1711,
|
|
|
|
|
1717, 1719, 1716, 1720, 1721, 1723, 1723, 1725, 1718, 1730,
|
|
|
|
|
|
|
|
|
|
1719, 1724, 1715, 1728, 1724, 1727, 1727, 1734, 1728, 1733,
|
|
|
|
|
1717, 1731, 1731, 1720, 1721, 1725, 1732, 1730, 1733, 1735,
|
|
|
|
|
1732, 1736, 1734, 1735, 1735, 1740, 1737, 1739, 1742, 1747,
|
|
|
|
|
1747, 1748, 0, 1746, 1736, 1737, 1739, 1740, 1746, 1750,
|
|
|
|
|
1748, 1751, 1751, 1754, 1750, 1751, 1753, 1753, 1755, 1756,
|
|
|
|
|
1757, 1758, 1754, 1742, 1756, 1759, 1758, 1760, 1761, 1762,
|
|
|
|
|
1762, 1764, 1760, 1765, 1766, 1766, 1767, 1769, 1755, 1770,
|
|
|
|
|
1768, 1757, 1771, 1759, 1768, 1774, 1769, 1773, 1765, 1767,
|
|
|
|
|
1764, 1772, 1773, 1761, 1776, 1770, 1775, 1775, 1785, 1772,
|
|
|
|
|
1786, 1771, 1778, 1778, 1779, 1779, 1781, 1781, 1787, 1782,
|
|
|
|
|
|
|
|
|
|
1790, 1774, 1791, 1776, 1782, 1784, 1784, 1794, 1785, 1789,
|
|
|
|
|
1789, 1792, 1792, 1786, 1790, 1793, 1793, 1787, 1795, 1796,
|
|
|
|
|
1797, 1797, 1798, 1801, 1791, 1798, 1794, 1799, 1799, 1802,
|
|
|
|
|
1795, 1803, 1804, 1805, 1803, 1801, 1806, 1804, 1807, 1796,
|
|
|
|
|
1811, 1806, 1808, 1808, 1810, 1810, 1813, 1813, 1814, 1802,
|
|
|
|
|
1815, 1899, 1805, 1814, 1899, 1807, 1807, 1816, 1820, 1811,
|
|
|
|
|
1817, 1817, 1816, 1820, 1815, 1818, 1818, 1819, 1819, 1822,
|
|
|
|
|
1822, 1826, 1826, 1828, 1828, 1829, 1830, 1831, 1832, 1832,
|
|
|
|
|
1833, 1840, 1836, 1837, 1837, 1833, 1831, 1838, 1841, 1829,
|
|
|
|
|
1836, 1843, 1838, 1842, 1844, 1845, 1830, 1893, 1842, 1846,
|
|
|
|
|
|
|
|
|
|
1847, 1840, 1844, 1843, 1848, 1849, 1852, 1872, 1841, 1893,
|
|
|
|
|
1849, 1854, 1854, 1845, 1865, 1846, 1872, 1847, 1847, 1855,
|
|
|
|
|
1855, 1860, 1860, 1856, 1862, 1848, 1852, 1856, 1862, 1864,
|
|
|
|
|
1864, 1866, 1865, 1868, 1868, 1869, 1871, 1873, 1873, 1874,
|
|
|
|
|
1874, 1875, 1875, 1876, 1877, 1866, 1878, 1879, 1876, 0,
|
|
|
|
|
1869, 1880, 1881, 1882, 1871, 1900, 1880, 1881, 1883, 1883,
|
|
|
|
|
1900, 1878, 1886, 1886, 1888, 1888, 1890, 1895, 1879, 1877,
|
|
|
|
|
1891, 1891, 1882, 1894, 1894, 1890, 1896, 1896, 1901, 1902,
|
|
|
|
|
1903, 1905, 1895, 1904, 1902, 1909, 1911, 1912, 1909, 1913,
|
|
|
|
|
1911, 1915, 1901, 1916, 1917, 1919, 1918, 1905, 1920, 1903,
|
|
|
|
|
|
|
|
|
|
1921, 1904, 1915, 1913, 1922, 0, 1916, 1912, 1923, 1923,
|
|
|
|
|
1924, 1919, 1929, 1917, 1918, 1921, 1925, 1925, 1930, 1924,
|
|
|
|
|
1926, 1926, 1927, 1920, 1922, 1928, 1931, 1927, 1932, 1935,
|
|
|
|
|
1928, 1931, 1938, 1930, 1933, 1933, 1939, 1929, 1940, 1941,
|
|
|
|
|
1943, 1939, 1932, 1940, 1935, 1942, 1945, 1946, 1947, 1948,
|
|
|
|
|
1949, 1938, 1950, 1941, 1952, 1953, 1953, 1950, 1942, 1943,
|
|
|
|
|
1945, 1947, 1948, 1951, 1957, 1954, 1946, 1955, 1951, 1949,
|
|
|
|
|
1954, 1956, 1955, 1952, 1958, 1960, 1956, 1959, 1959, 1958,
|
|
|
|
|
1961, 1962, 1960, 1957, 1963, 1964, 1967, 1968, 1965, 1963,
|
|
|
|
|
1969, 1967, 1970, 1971, 1971, 1973, 1978, 1972, 1976, 1961,
|
|
|
|
|
|
|
|
|
|
1962, 1965, 1972, 1976, 1964, 1970, 1968, 1974, 1974, 1969,
|
|
|
|
|
1975, 1975, 1977, 1980, 1973, 1978, 1979, 1979, 1981, 1977,
|
|
|
|
|
1980, 1982, 1983, 1984, 1986, 1981, 1987, 1983, 1988, 1986,
|
|
|
|
|
1989, 1987, 1990, 1990, 1991, 1992, 1993, 1993, 1994, 1994,
|
|
|
|
|
1982, 1995, 1984, 1996, 1996, 1997, 1997, 1988, 1995, 1989,
|
|
|
|
|
1998, 2000, 2004, 1991, 1992, 2003, 2000, 1998, 2005, 0,
|
|
|
|
|
2003, 2006, 2006, 2007, 2007, 0, 0, 0, 0, 0,
|
|
|
|
|
0, 2004, 0, 0, 0, 0, 0, 2005, 2011, 2011,
|
|
|
|
|
2011, 2011, 2011, 2011, 2011, 2012, 2012, 2012, 2012, 2012,
|
|
|
|
|
2012, 2012, 2013, 2013, 2013, 2013, 2013, 2013, 2013, 2014,
|
|
|
|
|
|
|
|
|
|
2014, 2014, 2014, 2014, 2014, 2014, 2015, 2015, 2015, 2015,
|
|
|
|
|
2015, 2015, 2015, 2017, 2017, 0, 2017, 2017, 2017, 2017,
|
|
|
|
|
2018, 2018, 0, 0, 0, 2018, 2018, 2019, 2019, 0,
|
|
|
|
|
0, 2019, 0, 2019, 2020, 0, 0, 0, 0, 0,
|
|
|
|
|
2020, 2021, 2021, 0, 0, 0, 2021, 2021, 2022, 0,
|
|
|
|
|
0, 0, 0, 0, 2022, 2023, 2023, 0, 2023, 2023,
|
|
|
|
|
2023, 2023, 2024, 2024, 0, 2024, 2024, 2024, 2024, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010,
|
|
|
|
|
|
|
|
|
|
2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010
|
2007-10-18 18:49:08 -04:00
|
|
|
} ;
|
|
|
|
|
|
|
|
|
|
static yy_state_type yy_last_accepting_state;
|
|
|
|
|
static char *yy_last_accepting_cpos;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yy_flex_debug;
|
|
|
|
|
int yy_flex_debug = 0;
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The intent behind this definition is that it'll catch
|
|
|
|
|
* any uses of REJECT which flex missed.
|
|
|
|
|
*/
|
|
|
|
|
#define REJECT reject_used_but_not_detected
|
|
|
|
|
static int yy_more_flag = 0;
|
|
|
|
|
static int yy_more_len = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
#define yymore() ((yy_more_flag) = 1)
|
|
|
|
|
#define YY_MORE_ADJ (yy_more_len)
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_RESTORE_YY_MORE_OFFSET
|
|
|
|
|
char *yytext;
|
2012-01-10 10:07:16 -05:00
|
|
|
#line 1 "./util/configlexer.lex"
|
|
|
|
|
#line 2 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
/*
|
|
|
|
|
* configlexer.lex - lexical analyzer for unbound config file
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2001-2006, NLnet Labs. All rights reserved
|
|
|
|
|
*
|
|
|
|
|
* See LICENSE for the license.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2016-09-13 06:44:24 -04:00
|
|
|
|
|
|
|
|
/* because flex keeps having sign-unsigned compare problems that are unfixed*/
|
2016-10-20 03:46:35 -04:00
|
|
|
#if defined(__clang__)||(defined(__GNUC__)&&((__GNUC__ >4)||(defined(__GNUC_MINOR__)&&(__GNUC__ ==4)&&(__GNUC_MINOR__ >=2))))
|
2016-09-13 06:44:24 -04:00
|
|
|
#pragma GCC diagnostic ignored "-Wsign-compare"
|
2016-10-20 03:46:35 -04:00
|
|
|
#endif
|
2016-09-13 06:44:24 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#include <ctype.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
|
#include <strings.h>
|
2012-09-27 04:52:37 -04:00
|
|
|
#ifdef HAVE_GLOB_H
|
|
|
|
|
# include <glob.h>
|
|
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#include "util/config_file.h"
|
|
|
|
|
#include "util/configparser.h"
|
|
|
|
|
void ub_c_error(const char *message);
|
|
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
|
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
|
|
|
|
#else
|
|
|
|
|
#define LEXOUT(s)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-04-17 08:14:43 -04:00
|
|
|
/** avoid warning in about fwrite return value */
|
|
|
|
|
#define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
|
|
|
|
|
|
2009-02-06 05:19:16 -05:00
|
|
|
/** A parser variable, this is a statement in the config file which is
|
|
|
|
|
* of the form variable: value1 value2 ... nargs is the number of values. */
|
|
|
|
|
#define YDVAR(nargs, var) \
|
|
|
|
|
num_args=(nargs); \
|
|
|
|
|
LEXOUT(("v(%s%d) ", yytext, num_args)); \
|
|
|
|
|
if(num_args > 0) { BEGIN(val); } \
|
|
|
|
|
return (var);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
struct inc_state {
|
|
|
|
|
char* filename;
|
|
|
|
|
int line;
|
2013-06-10 09:37:14 -04:00
|
|
|
YY_BUFFER_STATE buffer;
|
|
|
|
|
struct inc_state* next;
|
2007-10-18 18:49:08 -04:00
|
|
|
};
|
2013-06-10 09:37:14 -04:00
|
|
|
static struct inc_state* config_include_stack = NULL;
|
2013-07-26 09:11:53 -04:00
|
|
|
static int inc_depth = 0;
|
2009-02-06 05:19:16 -05:00
|
|
|
static int inc_prev = 0;
|
|
|
|
|
static int num_args = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2013-07-26 09:11:53 -04:00
|
|
|
void init_cfg_parse(void)
|
|
|
|
|
{
|
|
|
|
|
config_include_stack = NULL;
|
|
|
|
|
inc_depth = 0;
|
|
|
|
|
inc_prev = 0;
|
|
|
|
|
num_args = 0;
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_start_include(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
FILE *input;
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s;
|
|
|
|
|
char* nm;
|
2013-07-26 09:11:53 -04:00
|
|
|
if(inc_depth++ > 100000) {
|
|
|
|
|
ub_c_error_msg("too many include files");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2016-01-14 03:28:46 -05:00
|
|
|
if(*filename == '\0') {
|
2007-10-18 18:49:08 -04:00
|
|
|
ub_c_error_msg("empty include file name");
|
|
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
s = (struct inc_state*)malloc(sizeof(*s));
|
|
|
|
|
if(!s) {
|
|
|
|
|
ub_c_error_msg("include %s: malloc failure", filename);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2009-01-06 10:47:15 -05:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
nm = strdup(filename);
|
|
|
|
|
if(!nm) {
|
2013-08-20 10:14:32 -04:00
|
|
|
ub_c_error_msg("include %s: strdup failure", filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
return;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
input = fopen(filename, "r");
|
|
|
|
|
if(!input) {
|
|
|
|
|
ub_c_error_msg("cannot open include file '%s': %s",
|
|
|
|
|
filename, strerror(errno));
|
2013-06-10 09:37:14 -04:00
|
|
|
free(s);
|
|
|
|
|
free(nm);
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
}
|
2013-06-10 09:37:14 -04:00
|
|
|
LEXOUT(("switch_to_include_file(%s)\n", filename));
|
|
|
|
|
s->filename = cfg_parser->filename;
|
|
|
|
|
s->line = cfg_parser->line;
|
|
|
|
|
s->buffer = YY_CURRENT_BUFFER;
|
|
|
|
|
s->next = config_include_stack;
|
|
|
|
|
config_include_stack = s;
|
|
|
|
|
cfg_parser->filename = nm;
|
2007-10-18 18:49:08 -04:00
|
|
|
cfg_parser->line = 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(yy_create_buffer(input,YY_BUF_SIZE));
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2012-09-27 04:52:37 -04:00
|
|
|
static void config_start_include_glob(const char* filename)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* check for wildcards */
|
|
|
|
|
#ifdef HAVE_GLOB
|
|
|
|
|
glob_t g;
|
|
|
|
|
size_t i;
|
|
|
|
|
int r, flags;
|
|
|
|
|
if(!(!strchr(filename, '*') && !strchr(filename, '?') && !strchr(filename, '[') &&
|
|
|
|
|
!strchr(filename, '{') && !strchr(filename, '~'))) {
|
|
|
|
|
flags = 0
|
|
|
|
|
#ifdef GLOB_ERR
|
|
|
|
|
| GLOB_ERR
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_NOSORT
|
|
|
|
|
| GLOB_NOSORT
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_BRACE
|
|
|
|
|
| GLOB_BRACE
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef GLOB_TILDE
|
|
|
|
|
| GLOB_TILDE
|
|
|
|
|
#endif
|
|
|
|
|
;
|
|
|
|
|
memset(&g, 0, sizeof(g));
|
2015-09-22 04:04:19 -04:00
|
|
|
if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
|
|
|
|
|
strlen(cfg_parser->chroot)) == 0) {
|
|
|
|
|
filename += strlen(cfg_parser->chroot);
|
|
|
|
|
}
|
2012-09-27 04:52:37 -04:00
|
|
|
r = glob(filename, flags, NULL, &g);
|
|
|
|
|
if(r) {
|
|
|
|
|
/* some error */
|
|
|
|
|
globfree(&g);
|
2013-04-15 03:57:08 -04:00
|
|
|
if(r == GLOB_NOMATCH)
|
|
|
|
|
return; /* no matches for pattern */
|
2012-09-27 04:52:37 -04:00
|
|
|
config_start_include(filename); /* let original deal with it */
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
/* process files found, if any */
|
|
|
|
|
for(i=0; i<(size_t)g.gl_pathc; i++) {
|
|
|
|
|
config_start_include(g.gl_pathv[i]);
|
|
|
|
|
}
|
|
|
|
|
globfree(&g);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
#endif /* HAVE_GLOB */
|
|
|
|
|
|
|
|
|
|
config_start_include(filename);
|
|
|
|
|
}
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
static void config_end_include(void)
|
|
|
|
|
{
|
2013-06-10 09:37:14 -04:00
|
|
|
struct inc_state* s = config_include_stack;
|
2013-07-26 09:11:53 -04:00
|
|
|
--inc_depth;
|
2013-06-10 09:37:14 -04:00
|
|
|
if(!s) return;
|
2007-10-18 18:49:08 -04:00
|
|
|
free(cfg_parser->filename);
|
2013-06-10 09:37:14 -04:00
|
|
|
cfg_parser->filename = s->filename;
|
|
|
|
|
cfg_parser->line = s->line;
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER);
|
2013-06-10 09:37:14 -04:00
|
|
|
yy_switch_to_buffer(s->buffer);
|
|
|
|
|
config_include_stack = s->next;
|
|
|
|
|
free(s);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef yy_set_bol /* compat definition, for flex 2.4.6 */
|
|
|
|
|
#define yy_set_bol(at_bol) \
|
|
|
|
|
{ \
|
|
|
|
|
if ( ! yy_current_buffer ) \
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_current_buffer = yy_create_buffer(yyin,YY_BUF_SIZE ); \
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_current_buffer->yy_ch_buf[0] = ((at_bol)?'\n':' '); \
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
|
2008-05-22 06:41:13 -04:00
|
|
|
#define YY_NO_INPUT 1
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 187 "./util/configlexer.lex"
|
2008-06-09 05:34:40 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
2008-06-09 05:29:44 -04:00
|
|
|
#define YY_NO_UNPUT 1
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif
|
|
|
|
|
#ifndef YY_NO_INPUT
|
|
|
|
|
#define YY_NO_INPUT 1
|
|
|
|
|
#endif
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 2206 "<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-01-03 08:43:29 -05:00
|
|
|
yy_size_t yyget_leng (void );
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
char *yyget_text (void );
|
|
|
|
|
|
|
|
|
|
int yyget_lineno (void );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number );
|
2009-03-24 08:53:25 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Macros after this point can all be overridden by user definitions in
|
|
|
|
|
* section 1.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef YY_SKIP_YYWRAP
|
|
|
|
|
#ifdef __cplusplus
|
2015-12-01 03:11:48 -05:00
|
|
|
extern "C" int yywrap (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
extern int yywrap (void );
|
2015-11-30 11:10:26 -05:00
|
|
|
#endif
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
#ifndef YY_NO_UNPUT
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char *,yyconst char *,int );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef YY_NO_INPUT
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
static int yyinput (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2015-12-01 03:11:48 -05:00
|
|
|
static int input (void );
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Amount of stuff to slurp up with each read. */
|
|
|
|
|
#ifndef YY_READ_BUF_SIZE
|
2016-06-13 02:57:28 -04:00
|
|
|
#ifdef __ia64__
|
|
|
|
|
/* On IA-64, the buffer size is 16k, not 8k */
|
|
|
|
|
#define YY_READ_BUF_SIZE 16384
|
|
|
|
|
#else
|
2007-10-18 18:49:08 -04:00
|
|
|
#define YY_READ_BUF_SIZE 8192
|
2016-06-13 02:57:28 -04:00
|
|
|
#endif /* __ia64__ */
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Copy whatever the last rule matched to the standard output. */
|
|
|
|
|
#ifndef ECHO
|
|
|
|
|
/* This used to be an fputs(), but since the string might contain NUL's,
|
|
|
|
|
* we now use fwrite().
|
|
|
|
|
*/
|
2017-01-03 08:43:29 -05:00
|
|
|
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
|
|
|
|
|
* is returned in "result".
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_INPUT
|
|
|
|
|
#define YY_INPUT(buf,result,max_size) \
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
|
2007-10-18 18:49:08 -04:00
|
|
|
{ \
|
2015-12-01 03:11:48 -05:00
|
|
|
int c = '*'; \
|
|
|
|
|
size_t n; \
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; n < max_size && \
|
|
|
|
|
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
|
|
|
|
|
buf[n] = (char) c; \
|
|
|
|
|
if ( c == '\n' ) \
|
|
|
|
|
buf[n++] = (char) c; \
|
|
|
|
|
if ( c == EOF && ferror( yyin ) ) \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
result = n; \
|
|
|
|
|
} \
|
2015-12-01 03:11:48 -05:00
|
|
|
else \
|
|
|
|
|
{ \
|
|
|
|
|
errno=0; \
|
2017-01-03 08:43:29 -05:00
|
|
|
while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
|
2015-12-01 03:11:48 -05:00
|
|
|
{ \
|
|
|
|
|
if( errno != EINTR) \
|
|
|
|
|
{ \
|
|
|
|
|
YY_FATAL_ERROR( "input in flex scanner failed" ); \
|
|
|
|
|
break; \
|
|
|
|
|
} \
|
|
|
|
|
errno=0; \
|
|
|
|
|
clearerr(yyin); \
|
|
|
|
|
} \
|
|
|
|
|
}\
|
|
|
|
|
\
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* No semi-colon after return; correct usage is to write "yyterminate();" -
|
|
|
|
|
* we don't want an extra ';' after the "return" because that will cause
|
|
|
|
|
* some compilers to complain about unreachable statements.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef yyterminate
|
|
|
|
|
#define yyterminate() return YY_NULL
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Number of entries by which start-condition stack grows. */
|
|
|
|
|
#ifndef YY_START_STACK_INCR
|
|
|
|
|
#define YY_START_STACK_INCR 25
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Report a fatal error. */
|
|
|
|
|
#ifndef YY_FATAL_ERROR
|
|
|
|
|
#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* end tables serialization structures and prototypes */
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Default declaration of generated scanner - a define so the user can
|
|
|
|
|
* easily add parameters.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
#define YY_DECL_IS_OURS 1
|
|
|
|
|
|
|
|
|
|
extern int yylex (void);
|
|
|
|
|
|
|
|
|
|
#define YY_DECL int yylex (void)
|
|
|
|
|
#endif /* !YY_DECL */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* Code executed at the beginning of each rule, after yytext and yyleng
|
|
|
|
|
* have been set up.
|
|
|
|
|
*/
|
|
|
|
|
#ifndef YY_USER_ACTION
|
|
|
|
|
#define YY_USER_ACTION
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Code executed at the end of each rule. */
|
|
|
|
|
#ifndef YY_BREAK
|
2016-10-20 03:46:35 -04:00
|
|
|
#define YY_BREAK /*LINTED*/break;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define YY_RULE_SETUP \
|
|
|
|
|
YY_USER_ACTION
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** The main scanner function which does all the work.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_DECL
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp, *yy_bp;
|
|
|
|
|
int yy_act;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if ( !(yy_init) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 1;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifdef YY_USER_INIT
|
|
|
|
|
YY_USER_INIT;
|
|
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_start) )
|
|
|
|
|
(yy_start) = 1; /* first start state */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! yyin )
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
|
|
|
|
|
if ( ! yyout )
|
|
|
|
|
yyout = stdout;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! YY_CURRENT_BUFFER ) {
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
{
|
|
|
|
|
#line 207 "./util/configlexer.lex"
|
|
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 2429 "<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-02-23 07:05:05 -05:00
|
|
|
if ( yy_current_state >= 2011 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
++yy_cp;
|
|
|
|
|
}
|
2017-02-23 07:05:05 -05:00
|
|
|
while ( yy_base[yy_current_state] != 3970 );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
yy_find_action:
|
|
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
if ( yy_act == 0 )
|
|
|
|
|
{ /* have to back up */
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_act = yy_accept[yy_current_state];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
YY_DO_BEFORE_ACTION;
|
|
|
|
|
|
|
|
|
|
do_action: /* This label is used only to access EOF actions. */
|
|
|
|
|
|
|
|
|
|
switch ( yy_act )
|
|
|
|
|
{ /* beginning of action switch */
|
|
|
|
|
case 0: /* must back up */
|
|
|
|
|
/* undo the effects of YY_DO_BEFORE_ACTION */
|
2015-12-01 03:11:48 -05:00
|
|
|
*yy_cp = (yy_hold_char);
|
|
|
|
|
yy_cp = (yy_last_accepting_cpos);
|
|
|
|
|
yy_current_state = (yy_last_accepting_state);
|
2007-10-18 18:49:08 -04:00
|
|
|
goto yy_find_action;
|
|
|
|
|
|
|
|
|
|
case 1:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 208 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
LEXOUT(("SP ")); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 2:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 210 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
2009-12-01 03:12:12 -05:00
|
|
|
/* note that flex makes the longest match and '.' is any but not nl */
|
2009-02-06 05:19:16 -05:00
|
|
|
LEXOUT(("comment(%s) ", yytext)); /* ignore */ }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 3:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 213 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{ YDVAR(0, VAR_SERVER) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 4:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 214 "./util/configlexer.lex"
|
2015-11-30 11:10:26 -05:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 5:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 215 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_QNAME_MINIMISATION_STRICT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 6:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 216 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_NUM_THREADS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 7:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 217 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_VERBOSITY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 8:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 218 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 9:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 219 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_RANGE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 10:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 220 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 11:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 221 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 12:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 222 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 13:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 223 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INCOMING_NUM_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 14:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 224 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP4) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 15:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 225 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 16:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 226 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_PREFER_IP6) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 17:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 227 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_UDP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 18:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 228 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_DO_TCP) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 19:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 229 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 20:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 230 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 21:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 231 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_TCP_MSS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 22:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 232 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_UPSTREAM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 23:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 233 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_KEY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 24:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 234 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_SERVICE_PEM) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 25:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 235 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_SSL_PORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 26:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 236 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USE_SYSTEMD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 27:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 237 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_DAEMONIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 28:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 238 "./util/configlexer.lex"
|
2016-10-11 07:32:50 -04:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 29:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 239 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 30:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 240 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 31:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 241 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INTERFACE_AUTOMATIC) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 32:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 242 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_RCVBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 33:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 243 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_SNDBUF) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 34:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 244 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SO_REUSEPORT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 35:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 245 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IP_TRANSPARENT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 36:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 246 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IP_FREEBIND) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 37:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 247 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CHROOT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 38:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 248 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USERNAME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 39:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 249 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DIRECTORY) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 40:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 250 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_LOGFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 41:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 251 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PIDFILE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 42:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 252 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_ROOT_HINTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 43:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 253 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_EDNS_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 44:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 254 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_BUFFER_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 45:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 255 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 46:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 256 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MSG_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 47:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 257 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 48:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 258 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 49:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 259 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 50:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 260 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MAX_NEGATIVE_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 51:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 261 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CACHE_MIN_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 52:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 262 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_HOST_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 53:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 263 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_LAME_TTL) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 54:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 264 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_SLABS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 55:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 265 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_NUMHOSTS) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 56:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 266 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_LAME_SIZE) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 57:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 267 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_INFRA_CACHE_MIN_RTT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 58:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 268 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_NUM_QUERIES_PER_THREAD) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 59:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 269 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_JOSTLE_TIMEOUT) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 60:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 270 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DELAY_CLOSE) }
|
2007-10-19 04:32:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 61:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 271 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_TARGET_FETCH_POLICY) }
|
2007-10-19 10:02:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 62:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 272 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_SHORT_BUFSIZE) }
|
2007-10-22 02:25:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 63:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 273 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_LARGE_QUERIES) }
|
2007-10-31 03:46:30 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 64:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 274 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_GLUE) }
|
2007-11-01 11:32:27 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 65:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 275 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_DNSSEC_STRIPPED) }
|
2007-11-19 10:32:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 66:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 276 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_BELOW_NXDOMAIN) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 67:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 277 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_REFERRAL_PATH) }
|
2007-11-20 09:48:33 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 68:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 278 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HARDEN_ALGO_DOWNGRADE) }
|
2008-01-15 04:45:30 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 69:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 279 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USE_CAPS_FOR_ID) }
|
2008-02-05 05:23:44 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 70:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 280 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_CAPS_WHITELIST) }
|
2008-02-20 02:26:03 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 71:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 281 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_UNWANTED_REPLY_THRESHOLD) }
|
2008-02-27 04:39:27 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 72:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 282 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_ADDRESS) }
|
2008-04-09 08:29:53 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 73:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 283 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PRIVATE_DOMAIN) }
|
2008-04-09 11:07:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 74:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 284 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH_KEY) }
|
2008-08-13 10:30:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 75:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 285 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PREFETCH) }
|
2008-08-21 10:58:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 76:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 286 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_STUB_ZONE) }
|
2008-08-27 09:02:22 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 77:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 287 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_NAME) }
|
2008-08-29 10:46:08 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 78:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 288 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_ADDR) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 79:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 289 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_HOST) }
|
2008-09-03 10:40:09 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 80:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 290 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_PRIME) }
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BREAK
|
2008-09-03 10:40:09 -04:00
|
|
|
case 81:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 291 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_FIRST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 82:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 292 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_STUB_SSL_UPSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 83:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 293 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_FORWARD_ZONE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 84:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 294 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_ADDR) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 85:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 295 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_HOST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 86:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 296 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_FIRST) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 87:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 297 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FORWARD_SSL_UPSTREAM) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 88:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 298 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(0, VAR_VIEW) }
|
2008-09-16 05:08:45 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 89:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 299 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VIEW_FIRST) }
|
2008-09-30 11:04:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 90:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 300 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_ADDRESS) }
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 91:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 301 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DO_NOT_QUERY_LOCALHOST) }
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 92:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 302 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL) }
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 93:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 303 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HIDE_IDENTITY) }
|
2009-02-06 07:51:45 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 94:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 304 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_HIDE_VERSION) }
|
2009-03-18 10:02:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 95:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 305 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IDENTITY) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 96:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 306 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VERSION) }
|
2009-03-25 10:47:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 97:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 307 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_MODULE_CONF) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 98:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 308 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR) }
|
2009-04-06 10:09:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 99:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 309 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DLV_ANCHOR_FILE) }
|
2009-04-14 06:10:11 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 100:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 310 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR_FILE) }
|
2009-07-20 10:22:29 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 101:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 311 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_AUTO_TRUST_ANCHOR_FILE) }
|
2009-08-12 11:26:47 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 102:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 312 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_TRUSTED_KEYS_FILE) }
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_BREAK
|
2009-08-12 11:26:47 -04:00
|
|
|
case 103:
|
2008-09-10 11:23:01 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 313 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_TRUST_ANCHOR) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 104:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 314 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_OVERRIDE_DATE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 105:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 315 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MIN) }
|
2009-09-25 04:54:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 106:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 316 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_SIG_SKEW_MAX) }
|
2009-10-29 06:37:44 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 107:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 317 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_BOGUS_TTL) }
|
2010-01-07 09:38:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 108:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 318 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_CLEAN_ADDITIONAL) }
|
2010-01-13 08:33:18 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 109:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 319 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_PERMISSIVE_MODE) }
|
2010-11-15 09:30:34 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 110:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 320 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_IGNORE_CD_FLAG) }
|
2010-11-18 03:49:15 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 111:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 321 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_SERVE_EXPIRED) }
|
2011-05-10 07:20:14 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 112:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 322 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_FAKE_DSA) }
|
2011-06-16 09:15:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 113:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-24 08:43:20 -04:00
|
|
|
#line 323 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_VAL_LOG_LEVEL) }
|
2011-08-22 09:58:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 114:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-26 03:38:00 -04:00
|
|
|
#line 324 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SIZE) }
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_BREAK
|
2011-08-22 09:58:40 -04:00
|
|
|
case 115:
|
2009-08-25 04:46:33 -04:00
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 325 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_KEY_CACHE_SLABS) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 116:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 326 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_NEG_CACHE_SIZE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 117:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-03 08:43:29 -05:00
|
|
|
#line 327 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_VAL_NSEC3_KEYSIZE_ITERATIONS) }
|
2011-11-08 05:56:42 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 118:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 329 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_ADD_HOLDDOWN) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 119:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 330 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_DEL_HOLDDOWN) }
|
2012-03-01 08:16:40 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 120:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 331 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_KEEP_MISSING) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 121:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 332 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_PERMIT_SMALL_HOLDDOWN) }
|
2012-04-10 05:16:39 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 122:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 333 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_USE_SYSLOG) }
|
2013-04-25 07:55:46 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 123:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 334 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_IDENTITY) }
|
2013-11-05 21:48:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 124:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 335 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_TIME_ASCII) }
|
2014-01-24 06:43:38 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 125:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 336 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_QUERIES) }
|
2014-01-28 09:35:55 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 126:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 337 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_LOG_REPLIES) }
|
2014-05-20 06:38:32 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 127:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 338 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE) }
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_BREAK
|
2014-05-20 06:38:32 -04:00
|
|
|
case 128:
|
2011-10-31 10:48:48 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 339 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 129:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 340 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_LOCAL_DATA_PTR) }
|
2014-07-31 03:15:33 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 130:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 341 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_UNBLOCK_LAN_ZONES) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 131:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 342 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_INSECURE_LAN_ZONES) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 132:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 343 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_INTERVAL) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 133:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 344 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_STATISTICS_CUMULATIVE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 134:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 345 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ YDVAR(1, VAR_EXTENDED_STATISTICS) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 135:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 346 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_SHM_ENABLE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 136:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 347 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_SHM_KEY) }
|
2015-01-06 09:12:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 137:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 348 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(0, VAR_REMOTE_CONTROL) }
|
2015-02-02 03:46:22 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 138:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 349 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_ENABLE) }
|
2015-03-09 09:30:37 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 139:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 350 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_INTERFACE) }
|
2015-03-19 05:50:35 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 140:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 351 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_PORT) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 141:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 352 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_USE_CERT) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 142:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 353 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_SERVER_KEY_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 143:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 354 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_SERVER_CERT_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 144:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 355 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_KEY_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 145:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 356 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_CONTROL_CERT_FILE) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 146:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 357 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_PYTHON_SCRIPT) }
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_BREAK
|
2015-03-19 05:50:35 -04:00
|
|
|
case 147:
|
2014-08-05 03:57:52 -04:00
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 358 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(0, VAR_PYTHON) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 148:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 359 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DOMAIN_INSECURE) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 149:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 360 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_MINIMAL_RESPONSES) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 150:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 361 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_RRSET_ROUNDROBIN) }
|
2015-04-10 05:59:57 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 151:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 362 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_MAX_UDP_SIZE) }
|
2015-04-16 10:18:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 152:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 363 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNS64_PREFIX) }
|
2015-05-01 08:36:16 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 153:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 364 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNS64_SYNTHALL) }
|
2015-05-29 10:51:36 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 154:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 365 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DEFINE_TAG) }
|
2015-07-30 07:52:12 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 155:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 366 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(2, VAR_LOCAL_ZONE_TAG) }
|
2015-11-30 11:10:26 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 156:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 367 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_TAG) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 157:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 368 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_ACTION) }
|
2016-01-05 05:03:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 158:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 369 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(3, VAR_ACCESS_CONTROL_TAG_DATA) }
|
2016-02-09 08:25:59 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 159:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-20 03:46:35 -04:00
|
|
|
#line 370 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(2, VAR_ACCESS_CONTROL_VIEW) }
|
2016-03-15 05:35:48 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 160:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-24 08:43:20 -04:00
|
|
|
#line 371 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(3, VAR_LOCAL_ZONE_OVERRIDE) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 161:
|
|
|
|
|
YY_RULE_SETUP
|
2016-10-26 03:38:00 -04:00
|
|
|
#line 372 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(0, VAR_DNSTAP) }
|
2016-04-21 05:49:02 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 162:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-03 04:51:40 -04:00
|
|
|
#line 373 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_ENABLE) }
|
2016-05-24 08:17:42 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 163:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 374 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SOCKET_PATH) }
|
2016-06-06 04:33:59 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 164:
|
|
|
|
|
YY_RULE_SETUP
|
2016-11-04 08:07:52 -04:00
|
|
|
#line 375 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_IDENTITY) }
|
2016-06-06 06:00:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 165:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-03 08:43:29 -05:00
|
|
|
#line 376 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_SEND_VERSION) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 166:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-05 06:39:54 -05:00
|
|
|
#line 377 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DNSTAP_IDENTITY) }
|
2016-06-06 09:47:24 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 167:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 378 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_DNSTAP_VERSION) }
|
2016-07-04 10:49:49 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 168:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 379 "./util/configlexer.lex"
|
2016-11-04 08:07:52 -04:00
|
|
|
{
|
2017-02-23 07:05:05 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_QUERY_MESSAGES) }
|
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-02-23 07:05:05 -05:00
|
|
|
#line 381 "./util/configlexer.lex"
|
2016-11-04 08:07:52 -04:00
|
|
|
{
|
2017-02-23 07:05:05 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_RESOLVER_RESPONSE_MESSAGES) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 170:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 383 "./util/configlexer.lex"
|
2017-01-03 08:43:29 -05:00
|
|
|
{
|
2017-02-23 07:05:05 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_QUERY_MESSAGES) }
|
2016-10-05 05:36:25 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 171:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 385 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{
|
2017-02-23 07:05:05 -05:00
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_CLIENT_RESPONSE_MESSAGES) }
|
2016-10-11 07:32:50 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 172:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 387 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_QUERY_MESSAGES) }
|
2016-10-24 08:43:20 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 173:
|
|
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 389 "./util/configlexer.lex"
|
|
|
|
|
{
|
|
|
|
|
YDVAR(1, VAR_DNSTAP_LOG_FORWARDER_RESPONSE_MESSAGES) }
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 174:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 391 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_DISABLE_DNSSEC_LAME_CHECK) }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 175:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 392 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 176:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 393 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT) }
|
2016-11-04 08:07:52 -04:00
|
|
|
YY_BREAK
|
|
|
|
|
case 177:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 394 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SLABS) }
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 178:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 395 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SLABS) }
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 179:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 396 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_SIZE) }
|
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-01-05 08:57:12 -05:00
|
|
|
#line 397 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_RATELIMIT_SIZE) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 181:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 398 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_FOR_DOMAIN) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 182:
|
|
|
|
|
YY_RULE_SETUP
|
2017-01-05 06:39:54 -05:00
|
|
|
#line 399 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(2, VAR_RATELIMIT_BELOW_DOMAIN) }
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_BREAK
|
|
|
|
|
case 183:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 400 "./util/configlexer.lex"
|
2017-02-23 07:05:05 -05:00
|
|
|
{ YDVAR(1, VAR_IP_RATELIMIT_FACTOR) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 184:
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 401 "./util/configlexer.lex"
|
|
|
|
|
{ YDVAR(1, VAR_RATELIMIT_FACTOR) }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case 185:
|
|
|
|
|
/* rule 185 can match eol */
|
|
|
|
|
YY_RULE_SETUP
|
|
|
|
|
#line 402 "./util/configlexer.lex"
|
2017-01-05 08:57:12 -05:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++; }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
/* Quoted strings. Strip leading and ending quotes */
|
2017-02-23 07:05:05 -05:00
|
|
|
case 186:
|
2017-01-05 08:57:12 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 405 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
{ BEGIN(quotedstring); LEXOUT(("QS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(quotedstring):
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 406 "./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-02-23 07:05:05 -05:00
|
|
|
case 187:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 411 "./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-02-23 07:05:05 -05:00
|
|
|
case 188:
|
|
|
|
|
/* rule 188 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 412 "./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-02-23 07:05:05 -05:00
|
|
|
case 189:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 414 "./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-02-23 07:05:05 -05:00
|
|
|
case 190:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 426 "./util/configlexer.lex"
|
2007-11-28 03:10:45 -05:00
|
|
|
{ BEGIN(singlequotedstr); LEXOUT(("SQS ")); }
|
|
|
|
|
YY_BREAK
|
|
|
|
|
case YY_STATE_EOF(singlequotedstr):
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 427 "./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-02-23 07:05:05 -05:00
|
|
|
case 191:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 432 "./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-02-23 07:05:05 -05:00
|
|
|
case 192:
|
|
|
|
|
/* rule 192 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 433 "./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-02-23 07:05:05 -05:00
|
|
|
case 193:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 435 "./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-02-23 07:05:05 -05:00
|
|
|
case 194:
|
2007-11-28 03:10:45 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 447 "./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-02-23 07:05:05 -05:00
|
|
|
#line 449 "./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-02-23 07:05:05 -05:00
|
|
|
case 195:
|
2016-10-26 03:38:00 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 453 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ LEXOUT(("ISP ")); /* ignore */ }
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 196:
|
|
|
|
|
/* rule 196 can match eol */
|
2016-11-03 04:51:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 454 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ LEXOUT(("NL\n")); cfg_parser->line++;}
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 197:
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 455 "./util/configlexer.lex"
|
2017-01-05 06:39:54 -05:00
|
|
|
{ LEXOUT(("IQS ")); BEGIN(include_quoted); }
|
|
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 198:
|
2017-01-05 06:39:54 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 456 "./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-02-23 07:05:05 -05:00
|
|
|
#line 461 "./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-02-23 07:05:05 -05:00
|
|
|
case 199:
|
2008-10-06 05:28:50 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 465 "./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-02-23 07:05:05 -05:00
|
|
|
case 200:
|
|
|
|
|
/* rule 200 can match eol */
|
2008-10-22 08:01:40 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 466 "./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-02-23 07:05:05 -05:00
|
|
|
case 201:
|
2008-10-22 10:36:46 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 468 "./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-02-23 07:05:05 -05:00
|
|
|
#line 474 "./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-02-23 07:05:05 -05:00
|
|
|
case 202:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 485 "./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-02-23 07:05:05 -05:00
|
|
|
case 203:
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 489 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("unknown keyword '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 204:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 493 "./util/configlexer.lex"
|
2009-02-06 05:19:16 -05:00
|
|
|
{
|
|
|
|
|
ub_c_error_msg("stray '%s'", yytext);
|
|
|
|
|
}
|
|
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
case 205:
|
2009-02-06 05:19:16 -05:00
|
|
|
YY_RULE_SETUP
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 497 "./util/configlexer.lex"
|
2007-10-18 18:49:08 -04:00
|
|
|
ECHO;
|
|
|
|
|
YY_BREAK
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 3616 "<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-01-03 08:43:29 -05:00
|
|
|
yy_size_t new_size = b->yy_buf_size * 2;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( new_size <= 0 )
|
|
|
|
|
b->yy_buf_size += b->yy_buf_size / 8;
|
|
|
|
|
else
|
|
|
|
|
b->yy_buf_size *= 2;
|
|
|
|
|
|
|
|
|
|
b->yy_ch_buf = (char *)
|
|
|
|
|
/* Include room in for 2 EOB chars. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
/* Can't grow it, we don't own it. */
|
2017-01-03 08:43:29 -05:00
|
|
|
b->yy_ch_buf = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR(
|
|
|
|
|
"fatal error - scanner input buffer overflow" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
|
2007-10-18 18:49:08 -04:00
|
|
|
number_to_move - 1;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if ( num_to_read > YY_READ_BUF_SIZE )
|
|
|
|
|
num_to_read = YY_READ_BUF_SIZE;
|
|
|
|
|
|
|
|
|
|
/* Read in more data. */
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
|
2016-10-20 03:46:35 -04:00
|
|
|
(yy_n_chars), num_to_read );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( (yy_n_chars) == 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
if ( number_to_move == YY_MORE_ADJ )
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_END_OF_FILE;
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
ret_val = EOB_ACT_LAST_MATCH;
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_EOF_PENDING;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
ret_val = EOB_ACT_CONTINUE_SCAN;
|
|
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Extend the array by 50%, plus the number we really need. */
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_n_chars) += number_to_move;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
(yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return ret_val;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_get_previous_state - get the state just before the EOB char was reached */
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_get_previous_state (void)
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_state_type yy_current_state;
|
|
|
|
|
char *yy_cp;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
yy_current_state = (yy_start);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-02-23 07:05:05 -05:00
|
|
|
if ( yy_current_state >= 2011 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return yy_current_state;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_try_NUL_trans - try to make a transition on the NUL character
|
|
|
|
|
*
|
|
|
|
|
* synopsis
|
|
|
|
|
* next_state = yy_try_NUL_trans( current_state );
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int yy_is_jam;
|
|
|
|
|
char *yy_cp = (yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
YY_CHAR yy_c = 1;
|
2015-11-30 11:10:26 -05:00
|
|
|
if ( yy_accept[yy_current_state] )
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_last_accepting_state) = yy_current_state;
|
|
|
|
|
(yy_last_accepting_cpos) = yy_cp;
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
|
|
|
|
|
{
|
|
|
|
|
yy_current_state = (int) yy_def[yy_current_state];
|
2017-02-23 07:05:05 -05:00
|
|
|
if ( yy_current_state >= 2011 )
|
2007-10-18 18:49:08 -04:00
|
|
|
yy_c = yy_meta[(unsigned int) yy_c];
|
|
|
|
|
}
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
|
2017-02-23 07:05:05 -05:00
|
|
|
yy_is_jam = (yy_current_state == 2010);
|
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-01-03 08:43:29 -05:00
|
|
|
yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
|
2015-12-01 03:11:48 -05:00
|
|
|
++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
switch ( yy_get_next_buffer( ) )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
case EOB_ACT_LAST_MATCH:
|
|
|
|
|
/* This happens because yy_g_n_b()
|
|
|
|
|
* sees that we've accumulated a
|
|
|
|
|
* token and flags that we need to
|
|
|
|
|
* try matching the token before
|
|
|
|
|
* proceeding. But for input(),
|
|
|
|
|
* there's no matching to consider.
|
|
|
|
|
* So convert the EOB_ACT_LAST_MATCH
|
|
|
|
|
* to EOB_ACT_END_OF_FILE.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Reset buffer status. */
|
2015-12-01 03:11:48 -05:00
|
|
|
yyrestart(yyin );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*FALLTHROUGH*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
case EOB_ACT_END_OF_FILE:
|
|
|
|
|
{
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( yywrap( ) )
|
2017-01-03 08:43:29 -05:00
|
|
|
return EOF;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( ! (yy_did_buffer_switch_on_eof) )
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_NEW_FILE;
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
return yyinput();
|
|
|
|
|
#else
|
|
|
|
|
return input();
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
case EOB_ACT_CONTINUE_SCAN:
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_c_buf_p) = (yytext_ptr) + offset;
|
2007-10-18 18:49:08 -04:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
|
|
|
|
|
*(yy_c_buf_p) = '\0'; /* preserve yytext */
|
|
|
|
|
(yy_hold_char) = *++(yy_c_buf_p);
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return c;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
#endif /* ifndef YY_NO_INPUT */
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Immediately switch to a different input stream.
|
|
|
|
|
* @param input_file A readable stream.
|
|
|
|
|
*
|
|
|
|
|
* @note This function does not reset the start condition to @c INITIAL .
|
|
|
|
|
*/
|
|
|
|
|
void yyrestart (FILE * input_file )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
if ( ! YY_CURRENT_BUFFER ){
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE =
|
|
|
|
|
yy_create_buffer(yyin,YY_BUF_SIZE );
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(YY_CURRENT_BUFFER,input_file );
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Switch to a different input buffer.
|
|
|
|
|
* @param new_buffer The new input buffer.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* TODO. We should be able to replace this entire function body
|
|
|
|
|
* with
|
|
|
|
|
* yypop_buffer_state();
|
|
|
|
|
* yypush_buffer_state(new_buffer);
|
|
|
|
|
*/
|
|
|
|
|
yyensure_buffer_stack ();
|
|
|
|
|
if ( YY_CURRENT_BUFFER == new_buffer )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( YY_CURRENT_BUFFER )
|
2007-10-18 18:49:08 -04:00
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
2015-12-01 03:11:48 -05:00
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
2007-10-18 18:49:08 -04:00
|
|
|
}
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
yy_load_buffer_state( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* We don't actually know whether we did this switch during
|
|
|
|
|
* EOF (yywrap()) processing, but the only time this flag
|
|
|
|
|
* is looked at is after yywrap() is called, so it's safe
|
|
|
|
|
* to go ahead and always set it.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_load_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
(yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
|
|
|
|
|
(yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
|
|
|
|
|
yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p);
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Allocate and initialize an input buffer state.
|
|
|
|
|
* @param file A readable stream.
|
|
|
|
|
* @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
|
|
|
|
|
*
|
|
|
|
|
* @return the allocated buffer state.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
|
|
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
b->yy_buf_size = (yy_size_t)size;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
/* yy_ch_buf has to be 2 characters longer than the size given because
|
|
|
|
|
* we need to put in 2 end-of-buffer characters.
|
|
|
|
|
*/
|
2015-12-01 03:11:48 -05:00
|
|
|
b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b->yy_ch_buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_init_buffer(b,file );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Destroy the buffer.
|
|
|
|
|
* @param b a buffer created with yy_create_buffer()
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_delete_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
return;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
if ( b->yy_is_our_buffer )
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b->yy_ch_buf );
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yyfree((void *) b );
|
|
|
|
|
}
|
2008-06-09 05:29:44 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Initializes or reinitializes a buffer.
|
|
|
|
|
* This function is sometimes called more than once on the same buffer,
|
|
|
|
|
* such as during a yyrestart() or at EOF.
|
|
|
|
|
*/
|
|
|
|
|
static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
int oerrno = errno;
|
|
|
|
|
|
|
|
|
|
yy_flush_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
b->yy_input_file = file;
|
|
|
|
|
b->yy_fill_buffer = 1;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* If b is the current buffer, then yy_init_buffer was _probably_
|
|
|
|
|
* called from yyrestart() or through yy_get_next_buffer.
|
|
|
|
|
* In that case, we don't want to reset the lineno or column.
|
|
|
|
|
*/
|
|
|
|
|
if (b != YY_CURRENT_BUFFER){
|
|
|
|
|
b->yy_bs_lineno = 1;
|
|
|
|
|
b->yy_bs_column = 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
|
|
|
|
|
|
|
|
|
errno = oerrno;
|
|
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Discard all buffered characters. On the next scan, YY_INPUT will be called.
|
|
|
|
|
* @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yy_flush_buffer (YY_BUFFER_STATE b )
|
|
|
|
|
{
|
|
|
|
|
if ( ! b )
|
2007-10-18 18:49:08 -04:00
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
b->yy_n_chars = 0;
|
|
|
|
|
|
|
|
|
|
/* We always need two end-of-buffer characters. The first causes
|
|
|
|
|
* a transition to the end-of-buffer state. The second causes
|
|
|
|
|
* a jam in that state.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
|
|
|
|
|
|
|
|
|
b->yy_buf_pos = &b->yy_ch_buf[0];
|
|
|
|
|
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
if ( b == YY_CURRENT_BUFFER )
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Pushes the new state onto the stack. The new state becomes
|
|
|
|
|
* the current state. This function will allocate the stack
|
|
|
|
|
* if necessary.
|
|
|
|
|
* @param new_buffer The new state.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
|
|
|
|
|
{
|
|
|
|
|
if (new_buffer == NULL)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yyensure_buffer_stack();
|
|
|
|
|
|
|
|
|
|
/* This block is copied from yy_switch_to_buffer. */
|
|
|
|
|
if ( YY_CURRENT_BUFFER )
|
|
|
|
|
{
|
|
|
|
|
/* Flush out information for old buffer. */
|
|
|
|
|
*(yy_c_buf_p) = (yy_hold_char);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Only push if top exists. Otherwise, replace top. */
|
|
|
|
|
if (YY_CURRENT_BUFFER)
|
|
|
|
|
(yy_buffer_stack_top)++;
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
|
|
|
|
|
|
|
|
|
/* copied from yy_switch_to_buffer. */
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** Removes and deletes the top of the stack, if present.
|
|
|
|
|
* The next element becomes the new top.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
void yypop_buffer_state (void)
|
|
|
|
|
{
|
|
|
|
|
if (!YY_CURRENT_BUFFER)
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
if ((yy_buffer_stack_top) > 0)
|
|
|
|
|
--(yy_buffer_stack_top);
|
|
|
|
|
|
|
|
|
|
if (YY_CURRENT_BUFFER) {
|
|
|
|
|
yy_load_buffer_state( );
|
|
|
|
|
(yy_did_buffer_switch_on_eof) = 1;
|
2008-02-29 05:59:26 -05:00
|
|
|
}
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Allocates the stack if it does not exist.
|
|
|
|
|
* Guarantees space for at least one push.
|
|
|
|
|
*/
|
|
|
|
|
static void yyensure_buffer_stack (void)
|
|
|
|
|
{
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t num_to_alloc;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
if (!(yy_buffer_stack)) {
|
|
|
|
|
|
|
|
|
|
/* First allocation is just for 2 elements, since we don't know if this
|
|
|
|
|
* scanner will even need a stack. We use 2 instead of 1 to avoid an
|
|
|
|
|
* immediate realloc on the next call.
|
|
|
|
|
*/
|
2016-12-21 05:29:19 -05:00
|
|
|
num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
|
|
|
|
|
(num_to_alloc * sizeof(struct yy_buffer_state*)
|
|
|
|
|
);
|
|
|
|
|
if ( ! (yy_buffer_stack) )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
2017-01-03 08:43:29 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
2017-01-03 08:43:29 -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
|
|
|
|
|
*
|
2017-01-03 08:43:29 -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-01-03 08:43:29 -05:00
|
|
|
return 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
|
|
|
|
|
|
|
|
|
b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
|
|
|
|
|
b->yy_buf_pos = b->yy_ch_buf = base;
|
|
|
|
|
b->yy_is_our_buffer = 0;
|
2017-01-03 08:43:29 -05:00
|
|
|
b->yy_input_file = 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
b->yy_n_chars = b->yy_buf_size;
|
|
|
|
|
b->yy_is_interactive = 0;
|
|
|
|
|
b->yy_at_bol = 1;
|
|
|
|
|
b->yy_fill_buffer = 0;
|
|
|
|
|
b->yy_buffer_status = YY_BUFFER_NEW;
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
yy_switch_to_buffer(b );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan a string. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a str.
|
|
|
|
|
* @param yystr a NUL-terminated string to scan
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
* @note If you want to scan bytes that may contain NUL values, then use
|
|
|
|
|
* yy_scan_bytes() instead.
|
|
|
|
|
*/
|
|
|
|
|
YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
|
|
|
|
|
{
|
|
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
return yy_scan_bytes(yystr,strlen(yystr) );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2015-11-30 11:10:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
|
|
|
|
|
* scan from a @e copy of @a bytes.
|
|
|
|
|
* @param yybytes the byte buffer to scan
|
|
|
|
|
* @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
|
|
|
|
|
*
|
|
|
|
|
* @return the newly allocated buffer state object.
|
|
|
|
|
*/
|
2017-01-03 08:43:29 -05:00
|
|
|
YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2007-10-18 18:49:08 -04:00
|
|
|
YY_BUFFER_STATE b;
|
|
|
|
|
char *buf;
|
|
|
|
|
yy_size_t n;
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_size_t i;
|
2015-12-01 03:11:48 -05:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* Get memory for full buffer, including space for trailing EOB's. */
|
2017-01-03 08:43:29 -05:00
|
|
|
n = _yybytes_len + 2;
|
2015-12-01 03:11:48 -05:00
|
|
|
buf = (char *) yyalloc(n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! buf )
|
|
|
|
|
YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
for ( i = 0; i < _yybytes_len; ++i )
|
|
|
|
|
buf[i] = yybytes[i];
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
b = yy_scan_buffer(buf,n );
|
2007-10-18 18:49:08 -04:00
|
|
|
if ( ! b )
|
|
|
|
|
YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
|
|
|
|
|
|
|
|
|
/* It's okay to grow etc. this buffer, and we should throw it
|
|
|
|
|
* away when we're done.
|
|
|
|
|
*/
|
|
|
|
|
b->yy_is_our_buffer = 1;
|
|
|
|
|
|
|
|
|
|
return b;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ifndef YY_EXIT_FAILURE
|
|
|
|
|
#define YY_EXIT_FAILURE 2
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
static void yy_fatal_error (yyconst char* msg )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
(void) fprintf( stderr, "%s\n", msg );
|
2015-12-01 03:11:48 -05:00
|
|
|
exit( YY_EXIT_FAILURE );
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Redefine yyless() so it works in section 3 code. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
#undef yyless
|
|
|
|
|
#define yyless(n) \
|
|
|
|
|
do \
|
|
|
|
|
{ \
|
|
|
|
|
/* Undo effects of setting up yytext. */ \
|
2017-01-03 08:43:29 -05:00
|
|
|
yy_size_t yyless_macro_arg = (n); \
|
2015-12-01 03:11:48 -05:00
|
|
|
YY_LESS_LINENO(yyless_macro_arg);\
|
|
|
|
|
yytext[yyleng] = (yy_hold_char); \
|
|
|
|
|
(yy_c_buf_p) = yytext + yyless_macro_arg; \
|
|
|
|
|
(yy_hold_char) = *(yy_c_buf_p); \
|
|
|
|
|
*(yy_c_buf_p) = '\0'; \
|
|
|
|
|
yyleng = yyless_macro_arg; \
|
|
|
|
|
} \
|
|
|
|
|
while ( 0 )
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Accessor methods (get/set functions) to struct members. */
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current line number.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
int yyget_lineno (void)
|
|
|
|
|
{
|
2017-01-03 08:43:29 -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-01-03 08:43:29 -05:00
|
|
|
yy_size_t yyget_leng (void)
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
return yyleng;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Get the current token.
|
|
|
|
|
*
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
char *yyget_text (void)
|
|
|
|
|
{
|
|
|
|
|
return yytext;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the current line number.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _line_number line number
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_lineno (int _line_number )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
|
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
yylineno = _line_number;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/** Set the input stream. This does not discard the current
|
|
|
|
|
* input buffer.
|
2016-10-20 03:46:35 -04:00
|
|
|
* @param _in_str A readable stream.
|
2015-12-01 03:11:48 -05:00
|
|
|
*
|
|
|
|
|
* @see yy_switch_to_buffer
|
|
|
|
|
*/
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_in (FILE * _in_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyin = _in_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_out (FILE * _out_str )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yyout = _out_str ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-06-09 05:34:40 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
int yyget_debug (void)
|
|
|
|
|
{
|
|
|
|
|
return yy_flex_debug;
|
|
|
|
|
}
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2016-10-20 03:46:35 -04:00
|
|
|
void yyset_debug (int _bdebug )
|
2015-12-01 03:11:48 -05:00
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
yy_flex_debug = _bdebug ;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static int yy_init_globals (void)
|
|
|
|
|
{
|
|
|
|
|
/* Initialization is the same as for the non-reentrant scanner.
|
|
|
|
|
* This function is called from yylex_destroy(), so don't allocate here.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-01-03 08:43:29 -05:00
|
|
|
(yy_buffer_stack) = 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_buffer_stack_top) = 0;
|
|
|
|
|
(yy_buffer_stack_max) = 0;
|
2017-01-03 08:43:29 -05:00
|
|
|
(yy_c_buf_p) = (char *) 0;
|
2015-12-01 03:11:48 -05:00
|
|
|
(yy_init) = 0;
|
|
|
|
|
(yy_start) = 0;
|
|
|
|
|
|
|
|
|
|
/* Defined in main.c */
|
|
|
|
|
#ifdef YY_STDINIT
|
|
|
|
|
yyin = stdin;
|
|
|
|
|
yyout = stdout;
|
2007-10-18 18:49:08 -04:00
|
|
|
#else
|
2017-01-03 08:43:29 -05:00
|
|
|
yyin = (FILE *) 0;
|
|
|
|
|
yyout = (FILE *) 0;
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* For future reference: Set errno on error, since we are called by
|
|
|
|
|
* yylex_init()
|
|
|
|
|
*/
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* yylex_destroy is for both reentrant and non-reentrant scanners. */
|
|
|
|
|
int yylex_destroy (void)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/* Pop the buffer stack, destroying each element. */
|
|
|
|
|
while(YY_CURRENT_BUFFER){
|
|
|
|
|
yy_delete_buffer(YY_CURRENT_BUFFER );
|
|
|
|
|
YY_CURRENT_BUFFER_LVALUE = NULL;
|
|
|
|
|
yypop_buffer_state();
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Destroy the stack itself. */
|
|
|
|
|
yyfree((yy_buffer_stack) );
|
|
|
|
|
(yy_buffer_stack) = NULL;
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/* Reset the globals. This is important in a non-reentrant scanner so the next time
|
|
|
|
|
* yylex() is called, initialization will occur. */
|
|
|
|
|
yy_init_globals( );
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
return 0;
|
|
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
/*
|
|
|
|
|
* Internal utility routines.
|
|
|
|
|
*/
|
2007-10-18 18:49:08 -04:00
|
|
|
|
|
|
|
|
#ifndef yytext_ptr
|
2015-12-01 03:11:48 -05:00
|
|
|
static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
|
|
|
|
int i;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( i = 0; i < n; ++i )
|
|
|
|
|
s1[i] = s2[i];
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef YY_NEED_STRLEN
|
2015-12-01 03:11:48 -05:00
|
|
|
static int yy_flex_strlen (yyconst char * s )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
int n;
|
2007-10-18 18:49:08 -04:00
|
|
|
for ( n = 0; s[n]; ++n )
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
return n;
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
#endif
|
|
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyalloc (yy_size_t size )
|
|
|
|
|
{
|
2017-01-03 08:43:29 -05:00
|
|
|
return (void *) malloc( size );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2007-10-18 18:49:08 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void *yyrealloc (void * ptr, yy_size_t size )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
|
2007-10-18 18:49:08 -04:00
|
|
|
/* The cast to (char *) in the following accommodates both
|
|
|
|
|
* implementations that use char* generic pointers, and those
|
|
|
|
|
* that use void* generic pointers. It works with the latter
|
|
|
|
|
* because both ANSI C and C++ allow castless assignment from
|
|
|
|
|
* any pointer type to void*, and deal with argument conversions
|
|
|
|
|
* as though doing an assignment.
|
|
|
|
|
*/
|
2017-01-03 08:43:29 -05:00
|
|
|
return (void *) realloc( (char *) ptr, size );
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
2008-02-29 05:59:26 -05:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
void yyfree (void * ptr )
|
|
|
|
|
{
|
2016-10-20 03:46:35 -04:00
|
|
|
free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
2015-12-01 03:11:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#define YYTABLES_NAME "yytables"
|
2007-10-19 10:02:53 -04:00
|
|
|
|
2017-02-23 07:05:05 -05:00
|
|
|
#line 497 "./util/configlexer.lex"
|
2007-10-19 04:32:36 -04:00
|
|
|
|
2015-12-01 03:11:48 -05:00
|
|
|
|
|
|
|
|
|