summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_lexer.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 12:15:43 +0000
commitf5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch)
tree49e44c6f87febed37efb953ab5485aa49f6481a7 /src/bin/dhcp4/dhcp4_lexer.cc
parentInitial commit. (diff)
downloadisc-kea-upstream.tar.xz
isc-kea-upstream.zip
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/bin/dhcp4/dhcp4_lexer.cc')
-rw-r--r--src/bin/dhcp4/dhcp4_lexer.cc6789
1 files changed, 6789 insertions, 0 deletions
diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc
new file mode 100644
index 0000000..769f61a
--- /dev/null
+++ b/src/bin/dhcp4/dhcp4_lexer.cc
@@ -0,0 +1,6789 @@
+#line 1 "dhcp4_lexer.cc"
+
+#line 3 "dhcp4_lexer.cc"
+
+#define YY_INT_ALIGNED short int
+
+/* A lexical scanner generated by flex */
+
+/* %not-for-header */
+/* %if-c-only */
+/* %if-not-reentrant */
+#define yy_create_buffer parser4__create_buffer
+#define yy_delete_buffer parser4__delete_buffer
+#define yy_scan_buffer parser4__scan_buffer
+#define yy_scan_string parser4__scan_string
+#define yy_scan_bytes parser4__scan_bytes
+#define yy_init_buffer parser4__init_buffer
+#define yy_flush_buffer parser4__flush_buffer
+#define yy_load_buffer_state parser4__load_buffer_state
+#define yy_switch_to_buffer parser4__switch_to_buffer
+#define yypush_buffer_state parser4_push_buffer_state
+#define yypop_buffer_state parser4_pop_buffer_state
+#define yyensure_buffer_stack parser4_ensure_buffer_stack
+#define yy_flex_debug parser4__flex_debug
+#define yyin parser4_in
+#define yyleng parser4_leng
+#define yylex parser4_lex
+#define yylineno parser4_lineno
+#define yyout parser4_out
+#define yyrestart parser4_restart
+#define yytext parser4_text
+#define yywrap parser4_wrap
+#define yyalloc parser4_alloc
+#define yyrealloc parser4_realloc
+#define yyfree parser4_free
+
+/* %endif */
+/* %endif */
+/* %ok-for-header */
+
+#define FLEX_SCANNER
+#define YY_FLEX_MAJOR_VERSION 2
+#define YY_FLEX_MINOR_VERSION 6
+#define YY_FLEX_SUBMINOR_VERSION 4
+#if YY_FLEX_SUBMINOR_VERSION > 0
+#define FLEX_BETA
+#endif
+
+/* %if-c++-only */
+/* %endif */
+
+/* %if-c-only */
+#ifdef yy_create_buffer
+#define parser4__create_buffer_ALREADY_DEFINED
+#else
+#define yy_create_buffer parser4__create_buffer
+#endif
+
+#ifdef yy_delete_buffer
+#define parser4__delete_buffer_ALREADY_DEFINED
+#else
+#define yy_delete_buffer parser4__delete_buffer
+#endif
+
+#ifdef yy_scan_buffer
+#define parser4__scan_buffer_ALREADY_DEFINED
+#else
+#define yy_scan_buffer parser4__scan_buffer
+#endif
+
+#ifdef yy_scan_string
+#define parser4__scan_string_ALREADY_DEFINED
+#else
+#define yy_scan_string parser4__scan_string
+#endif
+
+#ifdef yy_scan_bytes
+#define parser4__scan_bytes_ALREADY_DEFINED
+#else
+#define yy_scan_bytes parser4__scan_bytes
+#endif
+
+#ifdef yy_init_buffer
+#define parser4__init_buffer_ALREADY_DEFINED
+#else
+#define yy_init_buffer parser4__init_buffer
+#endif
+
+#ifdef yy_flush_buffer
+#define parser4__flush_buffer_ALREADY_DEFINED
+#else
+#define yy_flush_buffer parser4__flush_buffer
+#endif
+
+#ifdef yy_load_buffer_state
+#define parser4__load_buffer_state_ALREADY_DEFINED
+#else
+#define yy_load_buffer_state parser4__load_buffer_state
+#endif
+
+#ifdef yy_switch_to_buffer
+#define parser4__switch_to_buffer_ALREADY_DEFINED
+#else
+#define yy_switch_to_buffer parser4__switch_to_buffer
+#endif
+
+#ifdef yypush_buffer_state
+#define parser4_push_buffer_state_ALREADY_DEFINED
+#else
+#define yypush_buffer_state parser4_push_buffer_state
+#endif
+
+#ifdef yypop_buffer_state
+#define parser4_pop_buffer_state_ALREADY_DEFINED
+#else
+#define yypop_buffer_state parser4_pop_buffer_state
+#endif
+
+#ifdef yyensure_buffer_stack
+#define parser4_ensure_buffer_stack_ALREADY_DEFINED
+#else
+#define yyensure_buffer_stack parser4_ensure_buffer_stack
+#endif
+
+#ifdef yylex
+#define parser4_lex_ALREADY_DEFINED
+#else
+#define yylex parser4_lex
+#endif
+
+#ifdef yyrestart
+#define parser4_restart_ALREADY_DEFINED
+#else
+#define yyrestart parser4_restart
+#endif
+
+#ifdef yylex_init
+#define parser4_lex_init_ALREADY_DEFINED
+#else
+#define yylex_init parser4_lex_init
+#endif
+
+#ifdef yylex_init_extra
+#define parser4_lex_init_extra_ALREADY_DEFINED
+#else
+#define yylex_init_extra parser4_lex_init_extra
+#endif
+
+#ifdef yylex_destroy
+#define parser4_lex_destroy_ALREADY_DEFINED
+#else
+#define yylex_destroy parser4_lex_destroy
+#endif
+
+#ifdef yyget_debug
+#define parser4_get_debug_ALREADY_DEFINED
+#else
+#define yyget_debug parser4_get_debug
+#endif
+
+#ifdef yyset_debug
+#define parser4_set_debug_ALREADY_DEFINED
+#else
+#define yyset_debug parser4_set_debug
+#endif
+
+#ifdef yyget_extra
+#define parser4_get_extra_ALREADY_DEFINED
+#else
+#define yyget_extra parser4_get_extra
+#endif
+
+#ifdef yyset_extra
+#define parser4_set_extra_ALREADY_DEFINED
+#else
+#define yyset_extra parser4_set_extra
+#endif
+
+#ifdef yyget_in
+#define parser4_get_in_ALREADY_DEFINED
+#else
+#define yyget_in parser4_get_in
+#endif
+
+#ifdef yyset_in
+#define parser4_set_in_ALREADY_DEFINED
+#else
+#define yyset_in parser4_set_in
+#endif
+
+#ifdef yyget_out
+#define parser4_get_out_ALREADY_DEFINED
+#else
+#define yyget_out parser4_get_out
+#endif
+
+#ifdef yyset_out
+#define parser4_set_out_ALREADY_DEFINED
+#else
+#define yyset_out parser4_set_out
+#endif
+
+#ifdef yyget_leng
+#define parser4_get_leng_ALREADY_DEFINED
+#else
+#define yyget_leng parser4_get_leng
+#endif
+
+#ifdef yyget_text
+#define parser4_get_text_ALREADY_DEFINED
+#else
+#define yyget_text parser4_get_text
+#endif
+
+#ifdef yyget_lineno
+#define parser4_get_lineno_ALREADY_DEFINED
+#else
+#define yyget_lineno parser4_get_lineno
+#endif
+
+#ifdef yyset_lineno
+#define parser4_set_lineno_ALREADY_DEFINED
+#else
+#define yyset_lineno parser4_set_lineno
+#endif
+
+#ifdef yywrap
+#define parser4_wrap_ALREADY_DEFINED
+#else
+#define yywrap parser4_wrap
+#endif
+
+/* %endif */
+
+#ifdef yyalloc
+#define parser4_alloc_ALREADY_DEFINED
+#else
+#define yyalloc parser4_alloc
+#endif
+
+#ifdef yyrealloc
+#define parser4_realloc_ALREADY_DEFINED
+#else
+#define yyrealloc parser4_realloc
+#endif
+
+#ifdef yyfree
+#define parser4_free_ALREADY_DEFINED
+#else
+#define yyfree parser4_free
+#endif
+
+/* %if-c-only */
+
+#ifdef yytext
+#define parser4_text_ALREADY_DEFINED
+#else
+#define yytext parser4_text
+#endif
+
+#ifdef yyleng
+#define parser4_leng_ALREADY_DEFINED
+#else
+#define yyleng parser4_leng
+#endif
+
+#ifdef yyin
+#define parser4_in_ALREADY_DEFINED
+#else
+#define yyin parser4_in
+#endif
+
+#ifdef yyout
+#define parser4_out_ALREADY_DEFINED
+#else
+#define yyout parser4_out
+#endif
+
+#ifdef yy_flex_debug
+#define parser4__flex_debug_ALREADY_DEFINED
+#else
+#define yy_flex_debug parser4__flex_debug
+#endif
+
+#ifdef yylineno
+#define parser4_lineno_ALREADY_DEFINED
+#else
+#define yylineno parser4_lineno
+#endif
+
+/* %endif */
+
+/* First, we deal with platform-specific or compiler-specific issues. */
+
+/* begin standard C headers. */
+/* %if-c-only */
+#include <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+/* %endif */
+
+/* %if-tables-serialization */
+/* %endif */
+/* end standard C headers. */
+
+/* %if-c-or-c++ */
+/* flex integer type definitions */
+
+#ifndef FLEXINT_H
+#define FLEXINT_H
+
+/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
+
+#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+
+/* 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)
+#endif
+#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)
+#endif
+
+#ifndef SIZE_MAX
+#define SIZE_MAX (~(size_t)0)
+#endif
+
+#endif /* ! C99 */
+
+#endif /* ! FLEXINT_H */
+
+/* %endif */
+
+/* begin standard C++ headers. */
+/* %if-c++-only */
+/* %endif */
+
+/* TODO: this is always defined, so inline it */
+#define yyconst const
+
+#if defined(__GNUC__) && __GNUC__ >= 3
+#define yynoreturn __attribute__((__noreturn__))
+#else
+#define yynoreturn
+#endif
+
+/* %not-for-header */
+/* Returned upon end-of-file. */
+#define YY_NULL 0
+/* %ok-for-header */
+
+/* %not-for-header */
+/* Promotes a possibly negative, possibly signed char to an
+ * integer in range [0..255] for use as an array index.
+ */
+#define YY_SC_TO_UI(c) ((YY_CHAR) (c))
+/* %ok-for-header */
+
+/* %if-reentrant */
+/* %endif */
+
+/* %if-not-reentrant */
+
+/* %endif */
+
+/* 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.
+ */
+#define BEGIN (yy_start) = 1 + 2 *
+/* 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.
+ */
+#define YY_START (((yy_start) - 1) / 2)
+#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". */
+#define YY_NEW_FILE yyrestart( yyin )
+#define YY_END_OF_BUFFER_CHAR 0
+
+/* Size of default input buffer. */
+#ifndef YY_BUF_SIZE
+#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
+#define YY_BUF_SIZE 16384
+#endif /* __ia64__ */
+#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))
+
+#ifndef YY_TYPEDEF_YY_BUFFER_STATE
+#define YY_TYPEDEF_YY_BUFFER_STATE
+typedef struct yy_buffer_state *YY_BUFFER_STATE;
+#endif
+
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+
+/* %if-not-reentrant */
+extern int yyleng;
+/* %endif */
+
+/* %if-c-only */
+/* %if-not-reentrant */
+extern FILE *yyin, *yyout;
+/* %endif */
+/* %endif */
+
+#define EOB_ACT_CONTINUE_SCAN 0
+#define EOB_ACT_END_OF_FILE 1
+#define EOB_ACT_LAST_MATCH 2
+
+ #define YY_LESS_LINENO(n)
+ #define YY_LINENO_REWIND_TO(ptr)
+
+/* Return all but the first "n" matched characters back to the input stream. */
+#define yyless(n) \
+ do \
+ { \
+ /* Undo effects of setting up yytext. */ \
+ int yyless_macro_arg = (n); \
+ YY_LESS_LINENO(yyless_macro_arg);\
+ *yy_cp = (yy_hold_char); \
+ YY_RESTORE_YY_MORE_OFFSET \
+ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
+ YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+ } \
+ while ( 0 )
+#define unput(c) yyunput( c, (yytext_ptr) )
+
+#ifndef YY_STRUCT_YY_BUFFER_STATE
+#define YY_STRUCT_YY_BUFFER_STATE
+struct yy_buffer_state
+ {
+/* %if-c-only */
+ FILE *yy_input_file;
+/* %endif */
+
+/* %if-c++-only */
+/* %endif */
+
+ 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.
+ */
+ int yy_buf_size;
+
+ /* Number of characters read into yy_ch_buf, not including EOB
+ * characters.
+ */
+ int yy_n_chars;
+
+ /* 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;
+
+ int yy_bs_lineno; /**< The line count. */
+ int yy_bs_column; /**< The column count. */
+
+ /* Whether to try to fill the input buffer when we reach the
+ * end of it.
+ */
+ int yy_fill_buffer;
+
+ int yy_buffer_status;
+
+#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
+
+ };
+#endif /* !YY_STRUCT_YY_BUFFER_STATE */
+
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+/* %if-not-reentrant */
+
+/* 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. */
+static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
+/* %endif */
+/* %ok-for-header */
+
+/* %endif */
+
+/* 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".
+ *
+ * Returns the top of the stack, or NULL.
+ */
+#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
+ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
+ : NULL)
+/* 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)]
+
+/* %if-c-only Standard (non-C++) definition */
+
+/* %if-not-reentrant */
+/* %not-for-header */
+/* yy_hold_char holds the character lost when yytext is formed. */
+static char yy_hold_char;
+static int yy_n_chars; /* number of characters read into yy_ch_buf */
+int yyleng;
+
+/* Points to current character in buffer. */
+static char *yy_c_buf_p = NULL;
+static int yy_init = 0; /* whether we need to initialize */
+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;
+/* %ok-for-header */
+
+/* %endif */
+
+void yyrestart ( FILE *input_file );
+void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
+YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
+void yy_delete_buffer ( YY_BUFFER_STATE b );
+void yy_flush_buffer ( YY_BUFFER_STATE b );
+void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
+void yypop_buffer_state ( void );
+
+static void yyensure_buffer_stack ( void );
+static void yy_load_buffer_state ( void );
+static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
+#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
+
+YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
+YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
+YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
+
+/* %endif */
+
+void *yyalloc ( yy_size_t );
+void *yyrealloc ( void *, yy_size_t );
+void yyfree ( void * );
+
+#define yy_new_buffer yy_create_buffer
+#define yy_set_interactive(is_interactive) \
+ { \
+ 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; \
+ }
+#define yy_set_bol(at_bol) \
+ { \
+ 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; \
+ }
+#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
+
+/* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
+/* Begin user sect3 */
+
+#define parser4_wrap() (/*CONSTCOND*/1)
+#define YY_SKIP_YYWRAP
+
+#define FLEX_DEBUG
+typedef flex_uint8_t YY_CHAR;
+
+FILE *yyin = NULL, *yyout = NULL;
+
+typedef int yy_state_type;
+
+extern int yylineno;
+int yylineno = 1;
+
+extern char *yytext;
+#ifdef yytext_ptr
+#undef yytext_ptr
+#endif
+#define yytext_ptr yytext
+
+/* %% [1.5] DFA */
+
+/* %if-c-only Standard (non-C++) definition */
+
+static yy_state_type yy_get_previous_state ( void );
+static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
+static int yy_get_next_buffer ( void );
+static void yynoreturn yy_fatal_error ( const char* msg );
+
+/* %endif */
+
+/* Done after the current pattern has been matched and before the
+ * corresponding action - sets up yytext.
+ */
+#define YY_DO_BEFORE_ACTION \
+ (yytext_ptr) = yy_bp; \
+/* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
+ yyleng = (int) (yy_cp - yy_bp); \
+ (yy_hold_char) = *yy_cp; \
+ *yy_cp = '\0'; \
+/* %% [3.0] code to copy yytext_ptr to yytext[] goes here, if %array \ */\
+ (yy_c_buf_p) = yy_cp;
+/* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
+#define YY_NUM_RULES 227
+#define YY_END_OF_BUFFER 228
+/* 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;
+ };
+static const flex_int16_t yy_accept[2243] =
+ { 0,
+ 220, 220, 0, 0, 0, 0, 0, 0, 0, 0,
+ 228, 226, 10, 11, 226, 1, 220, 217, 220, 220,
+ 226, 219, 218, 226, 226, 226, 226, 226, 213, 214,
+ 226, 226, 226, 215, 216, 5, 5, 5, 226, 226,
+ 226, 10, 11, 0, 0, 208, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 1, 220,
+ 220, 0, 219, 220, 3, 2, 6, 0, 220, 0,
+ 0, 0, 0, 0, 0, 4, 0, 0, 9, 0,
+
+ 209, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 211, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 2, 0, 0,
+ 0, 0, 0, 0, 0, 8, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 210, 212, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 96, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 225,
+ 223, 0, 222, 221, 0, 0, 0, 0, 0, 0,
+ 0, 182, 0, 181, 0, 0, 102, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 99, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 18, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 19, 0, 0, 0, 0, 0, 224, 221, 0,
+ 0, 0, 0, 0, 0, 183, 0, 185, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 106, 0, 0, 0, 0, 0, 0, 86,
+ 0, 0, 0, 0, 0, 0, 129, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 41, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 85, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 90, 0, 0, 42, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 125, 0, 0, 35, 0, 0, 39, 0, 0, 0,
+
+ 0, 0, 0, 0, 12, 187, 186, 0, 0, 0,
+ 0, 139, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 117,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 37,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 89,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 140, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 135, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 7, 0, 0, 188, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 101,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 119, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 115, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 94, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 93, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 133, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 145, 113, 0, 0, 0, 0,
+ 0, 0, 118, 36, 0, 0, 0, 0, 0, 0,
+ 0, 50, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 120, 43, 91, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 80, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 164,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 98, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 134, 0, 0, 0, 0, 0, 0, 0, 0,
+ 58, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 40, 0,
+ 0, 0, 0, 0, 34, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 121, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 68, 0, 0, 0, 0,
+ 0, 0, 57, 0, 0, 0, 131, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 165, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 95, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 24, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 170, 0, 0, 0, 168, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 192, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 132, 0, 0, 0, 0, 0, 0, 0, 136, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 116, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 130, 0,
+ 0, 23, 0, 141, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 174, 0,
+ 88, 0, 0, 0, 0, 83, 0, 0, 0, 0,
+ 0, 0, 144, 0, 38, 0, 163, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 66, 0, 0, 0, 0, 0, 0, 0,
+ 109, 110, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 87, 0, 0, 0, 0, 0,
+ 59, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 138, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 196, 0, 0, 84, 100, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 63, 0, 0, 0, 0, 0, 0, 171, 0,
+ 0, 169, 0, 0, 160, 159, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 22, 0, 0, 0, 0, 0,
+ 184, 0, 0, 0, 0, 0, 124, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 153, 0, 0, 0, 162,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 142, 0, 15, 0, 0, 44,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 173,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 46,
+ 64, 0, 0, 137, 0, 0, 0, 128, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 56, 0, 92, 0, 0, 190, 0, 0,
+ 195, 0, 112, 0, 0, 0, 202, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 14, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 126, 0, 0, 0, 47, 0, 0, 198, 0,
+
+ 0, 122, 31, 0, 0, 0, 158, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 193, 0, 166, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 29, 0, 0, 0, 0, 0, 28,
+ 0, 0, 172, 0, 0, 0, 55, 0, 0, 0,
+ 207, 0, 0, 114, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 60, 0, 0, 111, 0, 0, 0, 45, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 143, 0,
+ 0, 0, 30, 0, 0, 0, 0, 0, 194, 0,
+ 0, 0, 0, 0, 154, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 21, 0, 0, 197, 0, 82, 0, 51, 0,
+ 0, 0, 0, 191, 189, 0, 32, 0, 0, 0,
+ 0, 0, 0, 0, 79, 0, 0, 0, 0, 17,
+ 0, 0, 0, 0, 0, 0, 178, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 151, 0, 0,
+ 0, 127, 0, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 97, 0, 0, 0, 0, 0, 52, 0,
+ 0, 0, 0, 48, 156, 0, 0, 0, 0, 0,
+ 0, 0, 0, 71, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 179, 0, 0,
+ 13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 157, 0, 167, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 161, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 150, 0, 62, 61, 20, 0, 175, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 108, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 149, 0, 0, 0, 0, 0, 0, 54, 0, 67,
+ 0, 49, 177, 0, 103, 0, 0, 0, 0, 0,
+ 0, 0, 0, 81, 0, 0, 0, 0, 0, 0,
+ 0, 77, 0, 0, 0, 0, 0, 0, 16, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 53, 0, 0, 0, 0, 0, 0, 75,
+ 0, 0, 0, 0, 0, 0, 0, 0, 206, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 33, 0,
+ 0, 76, 0, 0, 0, 0, 155, 0, 0, 0,
+ 0, 0, 0, 200, 203, 176, 0, 123, 104, 0,
+ 0, 0, 0, 0, 0, 0, 0, 72, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0, 147, 0,
+ 0, 0, 0, 0, 0, 152, 0, 74, 0, 65,
+ 0, 0, 0, 0, 0, 0, 0, 0, 105, 0,
+ 0, 0, 0, 0, 0, 0, 146, 0, 0, 180,
+ 0, 205, 201, 0, 0, 0, 0, 0, 0, 0,
+
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 73,
+ 0, 0, 0, 0, 0, 27, 25, 0, 0, 0,
+ 78, 0, 0, 107, 0, 0, 70, 0, 0, 0,
+ 204, 0, 0, 0, 0, 0, 69, 0, 148, 26,
+ 199, 0
+ } ;
+
+static const YY_CHAR yy_ec[256] =
+ { 0,
+ 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
+ 1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 4, 5, 6, 7, 5, 5, 5, 5, 5,
+ 5, 8, 9, 10, 11, 12, 13, 14, 15, 16,
+ 14, 17, 14, 18, 14, 14, 14, 19, 5, 20,
+ 5, 21, 22, 5, 23, 24, 25, 26, 27, 28,
+ 5, 29, 5, 30, 5, 31, 5, 32, 33, 34,
+ 5, 35, 36, 37, 38, 39, 40, 5, 41, 5,
+ 42, 43, 44, 5, 45, 5, 46, 47, 48, 49,
+
+ 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
+ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
+ 70, 71, 72, 5, 73, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5
+ } ;
+
+static const YY_CHAR yy_meta[74] =
+ { 0,
+ 1, 1, 2, 1, 1, 3, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1
+ } ;
+
+static const flex_int16_t yy_base[2251] =
+ { 0,
+ 0, 72, 21, 31, 43, 51, 54, 60, 91, 99,
+ 2634, 2635, 34, 2630, 145, 0, 207, 2635, 214, 221,
+ 13, 228, 2635, 2610, 118, 25, 2, 6, 2635, 2635,
+ 73, 11, 17, 2635, 2635, 2635, 104, 2618, 2571, 0,
+ 2608, 108, 2625, 24, 262, 2635, 2567, 67, 2573, 84,
+ 75, 88, 224, 91, 89, 290, 220, 2565, 206, 285,
+ 236, 204, 197, 60, 291, 2574, 247, 308, 315, 214,
+ 286, 2557, 212, 320, 344, 318, 2576, 335, 0, 385,
+ 401, 415, 422, 427, 2635, 0, 2635, 441, 446, 236,
+ 314, 238, 326, 353, 309, 2635, 2573, 2614, 2635, 263,
+
+ 2635, 440, 2601, 308, 2570, 364, 10, 329, 359, 384,
+ 391, 241, 2611, 0, 501, 408, 2553, 2550, 2554, 418,
+ 2550, 80, 2558, 422, 2544, 2545, 2550, 78, 2560, 2543,
+ 2552, 2542, 2551, 341, 343, 340, 2544, 2542, 410, 2590,
+ 2594, 2540, 2533, 2586, 2526, 174, 2547, 2547, 2541, 340,
+ 2534, 2532, 2533, 2525, 2530, 2524, 429, 2535, 412, 2520,
+ 2519, 2533, 425, 2519, 422, 447, 2513, 497, 436, 471,
+ 2534, 2531, 2532, 432, 2530, 2565, 2564, 450, 446, 2511,
+ 471, 2512, 478, 2504, 2521, 2513, 2515, 0, 477, 483,
+ 473, 496, 489, 515, 2511, 2635, 2556, 530, 2505, 499,
+
+ 523, 530, 2559, 535, 2558, 532, 2557, 2635, 2635, 578,
+ 441, 543, 2516, 2508, 2495, 2506, 2510, 2511, 2491, 2502,
+ 2506, 2503, 2502, 475, 516, 2540, 2504, 2485, 2482, 2490,
+ 2485, 2499, 2495, 2486, 2482, 2494, 2494, 2482, 2484, 2487,
+ 2467, 2471, 2484, 2486, 2483, 2475, 2465, 2483, 2635, 2468,
+ 2477, 523, 2515, 2461, 2470, 2512, 2459, 2469, 2472, 510,
+ 2468, 2507, 2452, 2454, 2465, 2503, 557, 2448, 562, 2461,
+ 2441, 2456, 561, 2446, 2452, 527, 2443, 2441, 2441, 2447,
+ 2438, 2437, 2444, 2434, 2493, 2449, 2448, 2442, 530, 2449,
+ 2444, 2436, 2426, 2441, 2440, 2435, 2439, 2420, 2436, 2422,
+
+ 2428, 2435, 2417, 536, 2422, 2419, 2418, 603, 2417, 2412,
+ 2426, 571, 2425, 2468, 2427, 560, 2418, 2406, 561, 2635,
+ 2635, 583, 2635, 2635, 2404, 566, 461, 2452, 586, 2462,
+ 580, 2635, 2461, 2635, 2455, 630, 2635, 2417, 590, 2394,
+ 2403, 2451, 2411, 2394, 2411, 2447, 2407, 2390, 2396, 2448,
+ 2403, 2406, 2397, 2400, 2386, 2397, 2441, 2435, 2393, 2390,
+ 621, 2396, 2436, 2371, 2429, 2382, 2377, 2371, 2373, 2376,
+ 2423, 2380, 2369, 2385, 2419, 2365, 628, 2379, 2364, 2363,
+ 2376, 2374, 2372, 2372, 2371, 2366, 2373, 2368, 2364, 599,
+ 2362, 2365, 2360, 2346, 2358, 2354, 2404, 589, 602, 2398,
+
+ 2635, 2345, 2361, 2395, 2345, 2344, 2343, 2336, 2338, 2350,
+ 2341, 2348, 2329, 2346, 2341, 653, 2388, 2341, 2338, 2341,
+ 2635, 2340, 559, 2330, 2342, 604, 2317, 2318, 2339, 2330,
+ 2320, 2371, 2316, 2330, 618, 2316, 2328, 2327, 2326, 2321,
+ 2363, 2323, 2322, 2321, 2320, 2303, 2311, 2361, 2320, 2300,
+ 2358, 2635, 2300, 2299, 663, 2312, 2310, 2635, 2635, 2310,
+ 2299, 2291, 606, 2350, 2349, 2635, 2348, 2635, 639, 704,
+ 2307, 639, 2346, 2288, 2299, 2338, 2291, 2293, 2295, 2282,
+ 2290, 2278, 2635, 2283, 2276, 2288, 2291, 2278, 2277, 2635,
+ 631, 2279, 2276, 637, 2274, 2276, 2635, 2321, 2283, 2280,
+
+ 2265, 2279, 2277, 2277, 2271, 678, 2278, 2266, 2259, 2310,
+ 2635, 2257, 2273, 2307, 2268, 2266, 2264, 2265, 2249, 2258,
+ 2300, 2251, 2250, 2245, 2244, 2295, 2239, 591, 2258, 2232,
+ 2239, 2244, 2254, 2288, 2292, 2635, 2237, 2233, 679, 2231,
+ 2283, 2239, 2238, 2232, 2239, 2223, 2223, 2233, 2221, 2235,
+ 2235, 2223, 2219, 2217, 2635, 2226, 2273, 2635, 2215, 2226,
+ 2265, 2210, 2209, 2214, 2223, 2217, 2211, 2220, 2262, 2256,
+ 2218, 2202, 2197, 2217, 2192, 2198, 589, 2212, 2205, 2209,
+ 2192, 2250, 2191, 2191, 2242, 2187, 2188, 2187, 2185, 2202,
+ 2635, 2198, 2235, 2635, 2186, 2184, 2635, 2195, 2231, 2230,
+
+ 2190, 2174, 2191, 2231, 2635, 2635, 2635, 649, 653, 2171,
+ 696, 2635, 2181, 2180, 646, 2187, 2167, 2177, 2219, 2164,
+ 2217, 2162, 2172, 2214, 2159, 2166, 2159, 2171, 2153, 2153,
+ 2168, 2167, 2151, 644, 2165, 2164, 2164, 2146, 2151, 2192,
+ 2159, 2156, 2150, 2195, 2139, 2154, 2154, 2152, 2152, 2635,
+ 2137, 2134, 2192, 2147, 2139, 2145, 2136, 2144, 2129, 2180,
+ 2144, 2126, 2138, 2130, 530, 2121, 2120, 2114, 2119, 2134,
+ 2131, 2132, 2111, 2121, 2127, 2170, 2125, 2117, 2108, 2635,
+ 2109, 2111, 2106, 2119, 2111, 2110, 2115, 2154, 2153, 2104,
+ 16, 2113, 2150, 2095, 2148, 2095, 2098, 2091, 2106, 2635,
+
+ 2104, 2083, 2087, 2101, 2096, 2092, 2137, 2089, 2096, 2134,
+ 2635, 2079, 2093, 2092, 2095, 2076, 2128, 2127, 2074, 2121,
+ 203, 209, 278, 361, 2635, 346, 377, 472, 706, 568,
+ 569, 568, 584, 695, 664, 663, 648, 655, 667, 660,
+ 2635, 676, 674, 2635, 697, 708, 676, 673, 673, 682,
+ 694, 688, 677, 673, 687, 688, 735, 709, 741, 701,
+ 716, 738, 745, 701, 701, 711, 720, 707, 710, 713,
+ 722, 722, 706, 763, 716, 726, 729, 767, 730, 723,
+ 727, 724, 726, 773, 774, 738, 782, 739, 741, 2635,
+ 744, 739, 730, 745, 750, 747, 749, 751, 750, 738,
+
+ 752, 750, 758, 794, 756, 801, 802, 752, 744, 754,
+ 802, 761, 810, 2635, 811, 764, 766, 762, 756, 772,
+ 760, 770, 819, 815, 778, 767, 780, 2635, 770, 781,
+ 770, 783, 773, 786, 830, 831, 832, 775, 786, 771,
+ 794, 785, 774, 780, 835, 799, 783, 795, 839, 840,
+ 787, 842, 806, 801, 806, 804, 848, 790, 802, 805,
+ 809, 801, 798, 2635, 862, 821, 822, 810, 824, 814,
+ 817, 828, 813, 820, 826, 827, 819, 833, 873, 849,
+ 823, 837, 842, 839, 821, 828, 842, 887, 844, 841,
+ 842, 840, 849, 2635, 845, 840, 855, 852, 838, 840,
+
+ 859, 856, 844, 851, 852, 861, 900, 866, 903, 865,
+ 855, 853, 852, 863, 859, 915, 862, 873, 858, 859,
+ 865, 881, 877, 872, 919, 2635, 883, 883, 876, 887,
+ 885, 930, 872, 874, 886, 894, 892, 879, 877, 939,
+ 896, 882, 888, 886, 2635, 2635, 896, 901, 906, 894,
+ 904, 906, 2635, 2635, 907, 894, 912, 899, 901, 894,
+ 911, 2635, 900, 918, 905, 955, 906, 958, 904, 908,
+ 926, 967, 2635, 2635, 2635, 912, 916, 915, 912, 928,
+ 973, 926, 916, 917, 913, 926, 937, 938, 933, 934,
+ 936, 929, 931, 927, 933, 933, 935, 950, 933, 992,
+
+ 949, 954, 931, 954, 940, 939, 2635, 946, 947, 996,
+ 997, 949, 962, 1000, 958, 948, 963, 957, 965, 952,
+ 984, 992, 1014, 962, 957, 1012, 1013, 975, 1015, 2635,
+ 1021, 964, 980, 984, 1025, 975, 974, 969, 970, 982,
+ 977, 973, 976, 977, 987, 997, 1033, 985, 982, 1000,
+ 992, 987, 1045, 1002, 1003, 994, 2635, 1008, 997, 1000,
+ 1008, 1010, 995, 1007, 1012, 1009, 1007, 1054, 1020, 1004,
+ 1005, 2635, 1021, 1024, 1007, 1024, 1019, 1068, 1011, 1030,
+ 2635, 1029, 1032, 1018, 1013, 1031, 1071, 1029, 1025, 1022,
+ 1075, 1076, 1038, 1024, 1042, 1042, 1042, 1043, 1044, 1030,
+
+ 1045, 1037, 1044, 1034, 1052, 1051, 1038, 1055, 2635, 1047,
+ 1053, 1056, 1101, 1048, 2635, 1051, 1056, 1101, 1052, 1064,
+ 1058, 1059, 1057, 1059, 1069, 1114, 1058, 1059, 1059, 1118,
+ 1062, 1074, 1067, 2635, 1063, 1071, 1069, 1120, 1063, 1084,
+ 1070, 1071, 1072, 1073, 1079, 1087, 1078, 1083, 1093, 1094,
+ 1095, 1100, 1141, 1113, 1118, 2635, 1100, 1097, 1093, 1107,
+ 1090, 1090, 2635, 1091, 1151, 1094, 2635, 1105, 1095, 1115,
+ 1114, 1105, 1116, 1159, 1120, 1113, 1117, 1121, 1104, 1121,
+ 1122, 1113, 1168, 1115, 2635, 1167, 1114, 1117, 1135, 1117,
+ 1118, 1118, 1139, 1136, 1124, 1142, 1130, 1144, 1130, 1138,
+
+ 1147, 1127, 1142, 1149, 1191, 1137, 1188, 2635, 1194, 1195,
+ 1137, 1147, 1157, 1141, 1161, 1149, 1145, 1152, 1161, 1149,
+ 1156, 1157, 1169, 1210, 1157, 1212, 1156, 1155, 1159, 1176,
+ 1217, 1167, 1166, 1172, 1170, 1168, 1163, 1224, 1175, 1226,
+ 1222, 1228, 2635, 1169, 1186, 1179, 1170, 1189, 1177, 1187,
+ 1188, 1184, 1197, 1198, 2635, 1182, 1178, 1184, 2635, 1185,
+ 1245, 1204, 1185, 1204, 1205, 1207, 1246, 1199, 1253, 1254,
+ 1207, 1212, 1206, 1204, 1215, 1214, 1198, 1203, 1209, 1222,
+ 2635, 1244, 1235, 1267, 1207, 1229, 1224, 1224, 1228, 1273,
+ 2635, 1216, 1216, 1219, 1236, 1231, 1235, 1230, 2635, 1222,
+
+ 1239, 1219, 1240, 1230, 1229, 1282, 1236, 2635, 1249, 1249,
+ 1287, 1234, 1244, 1291, 1249, 1254, 1240, 1300, 1243, 1244,
+ 1258, 1256, 1248, 1254, 1250, 1268, 1269, 1270, 2635, 1306,
+ 1261, 2635, 1271, 2635, 1256, 1267, 1258, 1277, 1270, 1268,
+ 1261, 1273, 1317, 1281, 1270, 1277, 1278, 1284, 2635, 1277,
+ 2635, 1329, 1282, 1271, 1332, 2635, 1333, 1275, 1281, 1288,
+ 1332, 1294, 2635, 1295, 2635, 1282, 2635, 1282, 1285, 1299,
+ 1304, 1287, 1346, 1303, 1304, 1344, 1296, 1301, 1352, 1348,
+ 1301, 1355, 2635, 1306, 1303, 1358, 1359, 1316, 1317, 1319,
+ 2635, 2635, 1311, 1306, 1360, 1309, 1325, 1368, 1310, 1322,
+
+ 1311, 1328, 1343, 1374, 2635, 1331, 1324, 1333, 1324, 1335,
+ 2635, 1380, 1317, 1328, 1343, 1379, 1331, 1342, 1343, 1344,
+ 1341, 1385, 1348, 1350, 1339, 1349, 1355, 1342, 1338, 1398,
+ 1394, 1352, 1398, 1404, 1361, 2635, 1347, 1363, 1354, 1357,
+ 1366, 1367, 1364, 1354, 1357, 1357, 1358, 1369, 1364, 1419,
+ 1366, 1421, 1364, 1369, 1425, 1421, 1362, 1377, 1370, 1373,
+ 1386, 1387, 1385, 1434, 2635, 1383, 1389, 2635, 2635, 1394,
+ 1386, 1396, 1381, 1437, 1384, 1384, 1445, 1446, 1390, 1400,
+ 1449, 2635, 1397, 1398, 1400, 1453, 1394, 1397, 2635, 1415,
+ 1416, 2635, 1416, 1404, 2635, 2635, 1417, 1400, 1420, 1421,
+
+ 1407, 1409, 1468, 1418, 2635, 1470, 1419, 1413, 1473, 1453,
+ 2635, 1475, 1432, 1477, 1428, 1475, 2635, 1423, 1482, 1432,
+ 1426, 1423, 1426, 1428, 1445, 1484, 1437, 1449, 1452, 1449,
+ 1441, 1444, 1437, 1445, 1435, 2635, 1443, 1458, 1443, 2635,
+ 1445, 1499, 1447, 1501, 1463, 1463, 1466, 1466, 1463, 1507,
+ 1469, 1470, 1462, 1463, 2635, 1464, 2635, 1474, 1466, 2635,
+ 1472, 1477, 1478, 1475, 1519, 1467, 1482, 1483, 1475, 2635,
+ 1485, 1473, 1474, 1474, 1480, 1479, 1477, 1531, 1492, 2635,
+ 2635, 1533, 1480, 2635, 1481, 1482, 1488, 2635, 1497, 1491,
+ 1546, 1493, 1486, 1498, 1493, 1503, 1514, 1507, 1513, 1503,
+
+ 1558, 1511, 2635, 1520, 2635, 1517, 1562, 2635, 1515, 1538,
+ 2635, 1565, 2635, 1523, 1508, 1568, 2635, 1569, 1526, 1531,
+ 1513, 1573, 1569, 1533, 1530, 1526, 1519, 1526, 1575, 1533,
+ 1534, 1524, 1529, 1541, 1587, 1541, 1589, 1539, 1587, 1551,
+ 1551, 1547, 1591, 1539, 1544, 1542, 1601, 1545, 1553, 1559,
+ 1547, 1606, 1602, 1565, 1609, 1570, 1559, 1553, 1613, 1555,
+ 1556, 1570, 1617, 1574, 1574, 1620, 1562, 1579, 1575, 1573,
+ 1580, 1564, 1622, 1623, 1624, 1587, 1580, 1579, 1579, 1574,
+ 1592, 2635, 1583, 1589, 1594, 1581, 1582, 1581, 1583, 1638,
+ 1584, 2635, 1580, 1598, 1647, 2635, 1605, 1618, 2635, 1650,
+
+ 1603, 2635, 2635, 1594, 1605, 1654, 2635, 1600, 1605, 1603,
+ 1653, 1612, 1617, 1603, 1606, 1622, 1611, 1609, 1623, 1610,
+ 2635, 1612, 2635, 1630, 1616, 1625, 1668, 1611, 1616, 1676,
+ 1625, 1635, 1636, 2635, 1681, 1621, 1678, 1636, 1680, 2635,
+ 1631, 1687, 2635, 1630, 1645, 1633, 2635, 1643, 1644, 1693,
+ 2635, 1651, 1655, 2635, 1691, 1657, 1633, 1651, 1652, 1661,
+ 1643, 1650, 1662, 1661, 1652, 1702, 1654, 1650, 1710, 1652,
+ 1653, 1713, 1709, 1715, 1665, 1717, 1670, 1660, 1676, 1669,
+ 2635, 1722, 1723, 2635, 1672, 1725, 1667, 2635, 1670, 1680,
+ 1724, 1672, 1687, 1674, 1733, 1690, 1676, 1683, 1683, 1738,
+
+ 1695, 1696, 1683, 1685, 1699, 1685, 1745, 1698, 2635, 1742,
+ 1693, 1690, 2635, 1706, 1693, 1706, 1693, 1714, 2635, 1711,
+ 1756, 1709, 1706, 1707, 2635, 1760, 1719, 1702, 1704, 1720,
+ 1713, 1703, 1719, 1720, 1729, 1719, 1771, 1731, 1715, 1724,
+ 1770, 2635, 1728, 1777, 2635, 1726, 2635, 1720, 2635, 1727,
+ 1781, 1782, 1779, 2635, 2635, 1741, 2635, 1781, 1743, 1744,
+ 1729, 1730, 1738, 1792, 2635, 1740, 1789, 1790, 1745, 2635,
+ 1740, 1758, 1740, 1746, 1759, 1754, 2635, 1751, 1756, 1754,
+ 1806, 1750, 1764, 1809, 1757, 1754, 1754, 2635, 1769, 1770,
+ 1771, 2635, 1772, 1762, 1774, 1819, 1772, 1821, 1763, 1771,
+
+ 1772, 1785, 2635, 1786, 1767, 1768, 1775, 1777, 2635, 1791,
+ 1788, 1828, 1789, 2635, 2635, 1793, 1778, 1778, 1793, 1786,
+ 1785, 1796, 1783, 2635, 1799, 1787, 1790, 1846, 1786, 1805,
+ 1844, 1808, 1801, 1800, 1809, 1811, 1815, 2635, 1851, 1806,
+ 2635, 1810, 1801, 1860, 1803, 1862, 1863, 1864, 1822, 1866,
+ 2635, 1808, 2635, 1863, 1825, 1826, 1813, 1821, 1832, 1819,
+ 1830, 1816, 1814, 1822, 1821, 1826, 1818, 1883, 1836, 1837,
+ 1827, 1844, 1843, 1884, 1828, 1847, 1848, 2635, 1853, 1846,
+ 1885, 1852, 1839, 1854, 1899, 1856, 1859, 1854, 1859, 1848,
+ 1857, 2635, 1906, 2635, 2635, 2635, 1867, 2635, 1908, 1850,
+
+ 1910, 1911, 1854, 1913, 1861, 1910, 1911, 1873, 1913, 1859,
+ 1863, 1881, 1922, 1881, 2635, 1872, 1862, 1921, 1887, 1880,
+ 1876, 1930, 1873, 1875, 1874, 1881, 1924, 1878, 1937, 1881,
+ 2635, 1886, 1896, 1898, 1900, 1883, 1891, 2635, 1886, 2635,
+ 1898, 2635, 2635, 1903, 2635, 1904, 1904, 1895, 1951, 1895,
+ 1905, 1890, 1903, 2635, 1905, 1913, 1958, 1899, 1901, 1898,
+ 1922, 2635, 1909, 1916, 1917, 1920, 1967, 1910, 2635, 1964,
+ 1911, 1919, 1928, 1914, 1930, 1929, 1932, 1925, 1920, 1920,
+ 1932, 1927, 2635, 1938, 1926, 1979, 1930, 1942, 1987, 2635,
+ 1933, 1945, 1990, 1939, 1941, 1939, 1940, 1995, 2635, 1948,
+
+ 1935, 1950, 1955, 1947, 1953, 2002, 2003, 2004, 1961, 2006,
+ 2007, 1951, 1955, 1951, 1967, 1950, 1962, 1956, 2635, 1972,
+ 2016, 2635, 1973, 1958, 1976, 1967, 2635, 1968, 1982, 1978,
+ 1971, 1966, 1972, 2635, 2635, 2635, 2027, 2635, 2635, 1970,
+ 1978, 1973, 2026, 1992, 1989, 2034, 1995, 2635, 2036, 1978,
+ 2038, 1981, 1994, 1993, 1994, 1984, 1996, 1992, 2635, 1987,
+ 2047, 2000, 2009, 2002, 2046, 2635, 1993, 2635, 2005, 2635,
+ 2049, 2055, 1997, 2013, 2058, 2014, 2060, 2061, 2635, 2018,
+ 2012, 2005, 2025, 2022, 2014, 2018, 2635, 2065, 2014, 2635,
+ 2024, 2635, 2635, 2015, 2023, 2070, 2030, 2023, 2078, 2026,
+
+ 2026, 2022, 2024, 2039, 2084, 2085, 2027, 2043, 2028, 2635,
+ 2089, 2036, 2043, 2092, 2036, 2635, 2635, 2046, 2095, 2043,
+ 2635, 2047, 2046, 2635, 2099, 2048, 2635, 2042, 2042, 2059,
+ 2635, 2060, 2105, 2051, 2107, 2108, 2635, 2109, 2635, 2635,
+ 2635, 2635, 2115, 2118, 2121, 2122, 2124, 2127, 2130, 2133
+ } ;
+
+static const flex_int16_t yy_def[2251] =
+ { 0,
+ 2243, 2243, 2244, 2244, 2243, 2243, 2243, 2243, 2243, 2243,
+ 2242, 2242, 2242, 2242, 2242, 2245, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2246,
+ 2242, 2242, 2242, 2247, 15, 2242, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2248, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2245, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2249, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2246, 2242, 2247,
+
+ 2242, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2250, 45, 2248, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2249, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 2250, 2242, 2242, 115,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 2242, 45, 115, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 2242, 2242, 2242,
+ 45, 45, 45, 45, 45, 2242, 45, 2242, 45, 115,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 2242, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 2242, 45, 45, 2242, 45, 45, 45,
+
+ 2242, 45, 45, 45, 2242, 2242, 2242, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 2242, 45, 45, 45, 45,
+ 45, 45, 2242, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2242, 2242, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 2242, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 2242, 45, 45, 45, 45, 2242, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 2242, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 2242, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 2242, 45, 45, 2242, 2242, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 2242, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 2242, 45, 45, 2242, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 2242, 45, 2242, 45, 45, 2242, 45, 45,
+ 2242, 45, 2242, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 2242, 45, 45, 2242, 45,
+
+ 45, 2242, 2242, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 2242, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 2242, 45, 45, 45, 2242, 45, 45, 45,
+ 2242, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 2242, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 2242, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 2242, 45, 2242, 45, 2242, 45,
+ 45, 45, 45, 2242, 2242, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 2242, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 2242, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 2242, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 2242, 2242, 2242, 45, 2242, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 45, 2242, 45, 2242,
+ 45, 2242, 2242, 45, 2242, 45, 45, 45, 45, 45,
+ 45, 45, 45, 2242, 45, 45, 45, 45, 45, 45,
+ 45, 2242, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 2242, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 2242, 45, 45, 45, 45, 2242, 45, 45, 45,
+ 45, 45, 45, 2242, 2242, 2242, 45, 2242, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 45, 2242, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 45, 2242, 45, 2242, 45, 2242,
+ 45, 45, 45, 45, 45, 45, 45, 45, 2242, 45,
+ 45, 45, 45, 45, 45, 45, 2242, 45, 45, 2242,
+ 45, 2242, 2242, 45, 45, 45, 45, 45, 45, 45,
+
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 2242,
+ 45, 45, 45, 45, 45, 2242, 2242, 45, 45, 45,
+ 2242, 45, 45, 2242, 45, 45, 2242, 45, 45, 45,
+ 2242, 45, 45, 45, 45, 45, 2242, 45, 2242, 2242,
+ 2242, 0, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242
+ } ;
+
+static const flex_int16_t yy_nxt[2709] =
+ { 0,
+ 2242, 13, 14, 13, 2242, 15, 16, 2242, 17, 18,
+ 19, 20, 21, 22, 22, 22, 22, 22, 23, 24,
+ 85, 828, 37, 14, 37, 86, 25, 26, 38, 101,
+ 2242, 27, 37, 14, 37, 42, 28, 42, 38, 91,
+ 92, 29, 201, 30, 13, 14, 13, 90, 91, 25,
+ 31, 92, 13, 14, 13, 13, 14, 13, 32, 40,
+ 829, 13, 14, 13, 33, 40, 102, 91, 92, 201,
+ 90, 34, 35, 13, 14, 13, 94, 15, 16, 95,
+ 17, 18, 19, 20, 21, 22, 22, 22, 22, 22,
+ 23, 24, 13, 14, 13, 90, 39, 104, 25, 26,
+
+ 13, 14, 13, 27, 39, 42, 106, 42, 28, 42,
+ 107, 42, 41, 29, 108, 30, 111, 112, 93, 139,
+ 41, 25, 31, 104, 229, 230, 88, 140, 88, 106,
+ 32, 89, 89, 89, 89, 89, 33, 108, 107, 111,
+ 220, 112, 221, 34, 35, 44, 44, 44, 45, 45,
+ 46, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 47, 45, 45, 45, 45, 45, 48, 45, 45,
+ 49, 45, 50, 45, 51, 45, 52, 45, 45, 45,
+ 45, 53, 54, 45, 55, 45, 45, 56, 45, 45,
+ 57, 58, 59, 60, 61, 62, 63, 64, 65, 51,
+
+ 66, 67, 68, 69, 70, 71, 72, 73, 74, 75,
+ 76, 77, 78, 45, 45, 45, 45, 45, 80, 254,
+ 81, 81, 81, 81, 81, 80, 106, 83, 83, 83,
+ 83, 83, 255, 82, 84, 84, 84, 84, 84, 80,
+ 82, 83, 83, 83, 83, 83, 137, 82, 109, 106,
+ 104, 120, 857, 138, 82, 121, 82, 167, 110, 122,
+ 136, 168, 123, 82, 158, 124, 189, 206, 101, 125,
+ 82, 109, 159, 858, 160, 191, 116, 82, 45, 161,
+ 162, 132, 117, 133, 45, 118, 110, 45, 859, 45,
+ 206, 45, 189, 45, 134, 114, 146, 147, 45, 45,
+
+ 148, 45, 45, 191, 135, 102, 149, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 126, 163, 45, 127, 128, 164, 45, 129, 130, 141,
+ 45, 108, 142, 111, 190, 165, 191, 198, 45, 143,
+ 131, 144, 45, 150, 45, 115, 189, 151, 176, 177,
+ 155, 152, 156, 112, 157, 169, 183, 202, 109, 170,
+ 190, 860, 171, 153, 194, 198, 184, 154, 110, 172,
+ 173, 185, 192, 190, 174, 175, 236, 112, 237, 241,
+ 238, 178, 203, 179, 200, 202, 180, 187, 84, 84,
+
+ 84, 84, 84, 239, 259, 242, 181, 240, 260, 193,
+ 861, 82, 80, 182, 81, 81, 81, 81, 81, 203,
+ 200, 204, 270, 88, 205, 88, 862, 82, 89, 89,
+ 89, 89, 89, 80, 82, 83, 83, 83, 83, 83,
+ 84, 84, 84, 84, 84, 100, 337, 198, 82, 204,
+ 82, 205, 100, 82, 89, 89, 89, 89, 89, 89,
+ 89, 89, 89, 89, 211, 216, 245, 202, 271, 246,
+ 223, 82, 275, 247, 217, 212, 82, 303, 218, 224,
+ 225, 280, 100, 203, 281, 282, 100, 276, 277, 278,
+ 100, 304, 283, 295, 296, 267, 284, 268, 100, 321,
+
+ 338, 463, 100, 309, 100, 100, 209, 286, 204, 310,
+ 308, 205, 319, 320, 210, 210, 210, 210, 210, 320,
+ 390, 863, 321, 210, 210, 210, 210, 210, 210, 297,
+ 463, 319, 351, 298, 329, 352, 312, 299, 314, 320,
+ 319, 321, 287, 288, 289, 323, 210, 210, 210, 210,
+ 210, 210, 327, 290, 330, 291, 331, 292, 293, 322,
+ 294, 333, 329, 335, 324, 327, 353, 401, 381, 563,
+ 454, 406, 411, 391, 354, 327, 392, 802, 803, 331,
+ 355, 330, 412, 331, 333, 382, 425, 458, 339, 426,
+ 335, 336, 336, 336, 336, 336, 441, 333, 442, 719,
+
+ 336, 336, 336, 336, 336, 336, 399, 407, 332, 458,
+ 458, 402, 465, 446, 467, 866, 867, 868, 564, 461,
+ 333, 408, 455, 336, 336, 336, 336, 336, 336, 462,
+ 463, 494, 459, 511, 450, 465, 467, 495, 512, 537,
+ 672, 604, 467, 470, 470, 470, 470, 470, 869, 538,
+ 673, 720, 470, 470, 470, 470, 470, 470, 555, 472,
+ 527, 528, 567, 556, 539, 529, 568, 577, 597, 604,
+ 608, 578, 609, 598, 604, 470, 470, 470, 470, 470,
+ 470, 745, 628, 650, 607, 637, 513, 746, 651, 683,
+ 629, 514, 630, 631, 632, 633, 634, 608, 638, 609,
+
+ 639, 744, 611, 751, 771, 870, 748, 772, 745, 871,
+ 752, 864, 872, 873, 874, 746, 557, 45, 45, 45,
+ 45, 45, 865, 875, 876, 877, 45, 45, 45, 45,
+ 45, 45, 878, 879, 880, 881, 882, 883, 884, 885,
+ 886, 887, 888, 889, 890, 891, 894, 895, 899, 45,
+ 45, 45, 45, 45, 45, 900, 892, 880, 901, 902,
+ 903, 879, 893, 896, 897, 904, 898, 905, 906, 907,
+ 908, 909, 910, 911, 912, 913, 914, 915, 916, 917,
+ 918, 919, 922, 923, 924, 920, 925, 926, 927, 921,
+ 928, 929, 930, 931, 932, 933, 934, 935, 937, 938,
+
+ 939, 940, 941, 942, 943, 944, 945, 946, 947, 948,
+ 949, 936, 951, 950, 952, 953, 954, 955, 956, 957,
+ 958, 959, 960, 961, 962, 963, 964, 965, 966, 967,
+ 968, 969, 970, 971, 972, 973, 974, 975, 976, 977,
+ 978, 979, 980, 981, 982, 983, 984, 985, 986, 987,
+ 988, 989, 990, 991, 992, 994, 995, 996, 999, 1000,
+ 1001, 993, 1004, 1002, 997, 1005, 1006, 1007, 998, 1003,
+ 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017,
+ 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027,
+ 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037,
+
+ 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047,
+ 1048, 1049, 1022, 1050, 1051, 1052, 1053, 1054, 1055, 1056,
+ 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066,
+ 1067, 1068, 1069, 1070, 1071, 1072, 1074, 1075, 1076, 1077,
+ 1073, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086,
+ 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096,
+ 1097, 1098, 1099, 1100, 1102, 1103, 1104, 1101, 1105, 1106,
+ 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116,
+ 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126,
+ 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136,
+
+ 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146,
+ 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156,
+ 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166,
+ 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176,
+ 1177, 1155, 1178, 1179, 1154, 1180, 1181, 1182, 1183, 1184,
+ 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194,
+ 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204,
+ 1205, 1206, 1207, 1208, 1210, 1211, 1212, 1213, 1214, 1215,
+ 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225,
+ 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235,
+
+ 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246,
+ 1236, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255,
+ 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265,
+ 1266, 1209, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274,
+ 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1284, 1283,
+ 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294,
+ 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304,
+ 1305, 1306, 1307, 1308, 1309, 1282, 1283, 1310, 1311, 1312,
+ 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322,
+ 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332,
+
+ 1334, 1336, 1337, 1338, 1333, 1339, 1340, 1341, 1342, 1343,
+ 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353,
+ 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363,
+ 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373,
+ 1374, 1375, 1376, 1377, 1335, 1378, 1379, 1380, 1381, 1382,
+ 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392,
+ 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402,
+ 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412,
+ 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422,
+ 1423, 1424, 1425, 1403, 1426, 1427, 1428, 1429, 1430, 1404,
+
+ 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440,
+ 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450,
+ 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460,
+ 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470,
+ 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480,
+ 1481, 1482, 1483, 1484, 1485, 1487, 1488, 1489, 1490, 1491,
+ 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501,
+ 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511,
+ 1512, 1513, 1514, 1515, 1516, 1517, 1519, 1520, 1521, 1522,
+ 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532,
+
+ 1533, 1534, 1535, 1536, 1537, 1538, 1510, 1486, 1539, 1540,
+ 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550,
+ 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1518,
+ 1560, 1561, 1562, 1563, 1565, 1566, 1567, 1568, 1569, 1570,
+ 1571, 1564, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579,
+ 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1590,
+ 1591, 1594, 1592, 1589, 1593, 1595, 1596, 1597, 1598, 1599,
+ 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1610,
+ 1611, 1612, 1613, 1609, 1614, 1615, 1616, 1617, 1618, 1619,
+ 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629,
+
+ 1630, 1631, 1610, 1632, 1633, 1634, 1635, 1636, 1637, 1638,
+ 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648,
+ 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658,
+ 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668,
+ 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1681,
+ 1678, 1682, 1683, 1679, 1684, 1685, 1680, 1686, 1687, 1688,
+ 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698,
+ 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708,
+ 1709, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719,
+ 1720, 1710, 1721, 1722, 1723, 1724, 1698, 1725, 1726, 1727,
+
+ 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1736, 1737, 1738,
+ 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748,
+ 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758,
+ 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768,
+ 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778,
+ 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788,
+ 1789, 1790, 1791, 1792, 1735, 1793, 1794, 1795, 1796, 1797,
+ 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807,
+ 1808, 1809, 1783, 1810, 1811, 1812, 1813, 1814, 1815, 1816,
+ 1817, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826,
+
+ 1827, 1828, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836,
+ 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846,
+ 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856,
+ 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866,
+ 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876,
+ 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886,
+ 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896,
+ 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906,
+ 1907, 1908, 1909, 1910, 1912, 1913, 1914, 1915, 1911, 1916,
+ 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926,
+
+ 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936,
+ 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946,
+ 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956,
+ 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966,
+ 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1976,
+ 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986,
+ 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
+ 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2008, 2009, 2010, 2012, 2013, 2011, 2014, 2015, 2016,
+ 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026,
+
+ 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036,
+ 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046,
+ 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056,
+ 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066,
+ 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076,
+ 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086,
+ 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096,
+ 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106,
+ 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116,
+ 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126,
+
+ 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136,
+ 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146,
+ 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156,
+ 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166,
+ 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176,
+ 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186,
+ 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196,
+ 2197, 2199, 2198, 2200, 2201, 2202, 2203, 2204, 2205, 2206,
+ 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216,
+ 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226,
+
+ 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236,
+ 2237, 2238, 2239, 2240, 2241, 12, 12, 12, 36, 36,
+ 36, 79, 98, 79, 100, 100, 100, 113, 113, 113,
+ 188, 856, 188, 207, 207, 207, 855, 854, 853, 852,
+ 851, 850, 849, 848, 847, 846, 845, 844, 843, 842,
+ 841, 840, 839, 838, 837, 836, 835, 834, 833, 832,
+ 831, 830, 827, 826, 825, 824, 823, 822, 821, 820,
+ 819, 818, 817, 816, 815, 814, 813, 812, 811, 810,
+ 809, 808, 807, 806, 805, 804, 801, 800, 799, 798,
+ 797, 796, 795, 794, 793, 792, 791, 790, 789, 788,
+
+ 787, 786, 785, 784, 783, 782, 781, 780, 779, 778,
+ 777, 776, 775, 774, 773, 770, 769, 768, 767, 766,
+ 765, 764, 763, 762, 761, 760, 759, 758, 757, 756,
+ 755, 754, 753, 750, 749, 747, 744, 743, 742, 741,
+ 740, 739, 738, 737, 736, 735, 734, 733, 732, 731,
+ 730, 729, 728, 727, 726, 725, 724, 723, 722, 721,
+ 718, 717, 716, 715, 714, 713, 712, 711, 710, 709,
+ 708, 707, 706, 705, 704, 703, 702, 701, 700, 699,
+ 698, 697, 696, 695, 694, 693, 692, 691, 690, 689,
+ 688, 687, 686, 685, 684, 682, 681, 680, 679, 678,
+
+ 677, 676, 675, 674, 671, 670, 669, 668, 667, 666,
+ 665, 664, 663, 662, 661, 660, 659, 658, 657, 656,
+ 655, 654, 653, 652, 649, 648, 647, 646, 645, 644,
+ 643, 642, 641, 640, 636, 635, 627, 626, 625, 624,
+ 623, 622, 621, 620, 619, 618, 617, 616, 615, 614,
+ 613, 612, 610, 607, 606, 605, 603, 602, 601, 600,
+ 599, 596, 595, 594, 593, 592, 591, 590, 589, 588,
+ 587, 586, 585, 584, 583, 582, 581, 580, 579, 576,
+ 575, 574, 573, 572, 571, 570, 569, 566, 565, 562,
+ 561, 560, 559, 558, 554, 553, 552, 551, 550, 549,
+
+ 548, 547, 546, 545, 544, 543, 542, 541, 540, 536,
+ 535, 534, 533, 532, 531, 530, 526, 525, 524, 523,
+ 522, 521, 520, 519, 518, 517, 516, 515, 510, 509,
+ 508, 507, 506, 505, 504, 503, 502, 501, 500, 499,
+ 498, 497, 496, 493, 492, 491, 490, 489, 488, 487,
+ 486, 485, 484, 483, 482, 481, 480, 479, 478, 477,
+ 476, 475, 474, 473, 471, 469, 468, 466, 464, 460,
+ 457, 456, 453, 452, 451, 449, 448, 447, 445, 444,
+ 443, 440, 439, 438, 437, 436, 435, 434, 433, 432,
+ 431, 430, 429, 428, 427, 424, 423, 422, 421, 420,
+
+ 419, 418, 417, 416, 415, 414, 413, 410, 409, 405,
+ 404, 403, 400, 398, 397, 396, 395, 394, 393, 389,
+ 388, 387, 386, 385, 384, 383, 380, 379, 378, 377,
+ 376, 375, 374, 373, 372, 371, 370, 369, 368, 367,
+ 366, 365, 364, 363, 362, 361, 360, 359, 358, 357,
+ 356, 350, 349, 348, 347, 346, 345, 344, 343, 342,
+ 341, 340, 208, 334, 332, 328, 326, 325, 318, 317,
+ 316, 315, 313, 311, 307, 306, 305, 302, 301, 300,
+ 285, 279, 274, 273, 272, 269, 266, 265, 264, 263,
+ 262, 261, 258, 257, 256, 253, 252, 251, 250, 249,
+
+ 248, 244, 243, 235, 234, 233, 232, 231, 228, 227,
+ 226, 222, 219, 215, 214, 213, 208, 199, 197, 196,
+ 195, 186, 166, 145, 119, 105, 103, 43, 99, 97,
+ 96, 87, 43, 2242, 11, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242
+ } ;
+
+static const flex_int16_t yy_chk[2709] =
+ { 0,
+ 0, 1, 1, 1, 0, 1, 1, 0, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 21, 691, 3, 3, 3, 21, 1, 1, 3, 44,
+ 0, 1, 4, 4, 4, 13, 1, 13, 4, 27,
+ 28, 1, 107, 1, 5, 5, 5, 26, 32, 1,
+ 1, 33, 6, 6, 6, 7, 7, 7, 1, 7,
+ 691, 8, 8, 8, 1, 8, 44, 27, 28, 107,
+ 26, 1, 1, 2, 2, 2, 32, 2, 2, 33,
+ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+ 2, 2, 9, 9, 9, 31, 5, 48, 2, 2,
+
+ 10, 10, 10, 2, 6, 37, 50, 37, 2, 42,
+ 51, 42, 9, 2, 52, 2, 54, 55, 31, 64,
+ 10, 2, 2, 48, 128, 128, 25, 64, 25, 50,
+ 2, 25, 25, 25, 25, 25, 2, 52, 51, 54,
+ 122, 55, 122, 2, 2, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+
+ 15, 15, 15, 15, 15, 15, 15, 15, 15, 15,
+ 15, 15, 15, 15, 15, 15, 15, 15, 17, 146,
+ 17, 17, 17, 17, 17, 19, 62, 19, 19, 19,
+ 19, 19, 146, 17, 20, 20, 20, 20, 20, 22,
+ 19, 22, 22, 22, 22, 22, 63, 20, 53, 62,
+ 57, 59, 721, 63, 22, 59, 17, 73, 53, 59,
+ 62, 73, 59, 19, 70, 59, 90, 112, 100, 59,
+ 20, 53, 70, 722, 70, 92, 57, 22, 45, 70,
+ 70, 61, 57, 61, 45, 57, 53, 45, 723, 45,
+ 112, 45, 90, 45, 61, 56, 67, 67, 45, 45,
+
+ 67, 45, 56, 92, 61, 100, 67, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
+ 60, 71, 56, 60, 60, 71, 56, 60, 60, 65,
+ 56, 69, 65, 76, 91, 71, 95, 104, 56, 65,
+ 60, 65, 56, 68, 56, 56, 93, 68, 75, 75,
+ 69, 68, 69, 78, 69, 74, 76, 108, 75, 74,
+ 91, 724, 74, 68, 95, 104, 76, 68, 75, 74,
+ 74, 76, 93, 94, 74, 74, 134, 78, 134, 136,
+ 135, 75, 109, 75, 106, 108, 75, 78, 80, 80,
+
+ 80, 80, 80, 135, 150, 136, 75, 135, 150, 94,
+ 726, 80, 81, 75, 81, 81, 81, 81, 81, 109,
+ 106, 110, 159, 82, 111, 82, 727, 81, 82, 82,
+ 82, 82, 82, 83, 80, 83, 83, 83, 83, 83,
+ 84, 84, 84, 84, 84, 102, 211, 116, 83, 110,
+ 81, 111, 102, 84, 88, 88, 88, 88, 88, 89,
+ 89, 89, 89, 89, 116, 120, 139, 157, 159, 139,
+ 124, 83, 163, 139, 120, 116, 84, 174, 120, 124,
+ 124, 165, 102, 178, 165, 165, 102, 163, 163, 163,
+ 102, 174, 166, 169, 169, 157, 166, 157, 102, 191,
+
+ 211, 327, 102, 179, 102, 102, 115, 168, 181, 179,
+ 178, 183, 189, 190, 115, 115, 115, 115, 115, 193,
+ 260, 728, 191, 115, 115, 115, 115, 115, 115, 170,
+ 327, 192, 224, 170, 200, 224, 181, 170, 183, 190,
+ 189, 194, 168, 168, 168, 193, 115, 115, 115, 115,
+ 115, 115, 198, 168, 201, 168, 202, 168, 168, 192,
+ 168, 204, 200, 206, 194, 212, 225, 269, 252, 423,
+ 316, 273, 276, 260, 225, 198, 260, 665, 665, 202,
+ 225, 201, 276, 267, 204, 252, 289, 319, 212, 289,
+ 206, 210, 210, 210, 210, 210, 304, 312, 304, 577,
+
+ 210, 210, 210, 210, 210, 210, 267, 273, 308, 322,
+ 319, 269, 329, 308, 331, 730, 731, 732, 423, 326,
+ 312, 273, 316, 210, 210, 210, 210, 210, 210, 326,
+ 339, 361, 322, 377, 312, 329, 399, 361, 377, 398,
+ 528, 463, 331, 336, 336, 336, 336, 336, 733, 398,
+ 528, 577, 336, 336, 336, 336, 336, 336, 416, 339,
+ 390, 390, 426, 416, 399, 390, 426, 435, 455, 463,
+ 469, 435, 469, 455, 472, 336, 336, 336, 336, 336,
+ 336, 608, 491, 506, 539, 494, 377, 609, 506, 539,
+ 491, 377, 491, 491, 491, 491, 491, 469, 494, 469,
+
+ 494, 611, 472, 615, 634, 734, 611, 634, 608, 735,
+ 615, 729, 736, 737, 738, 609, 416, 470, 470, 470,
+ 470, 470, 729, 739, 740, 742, 470, 470, 470, 470,
+ 470, 470, 743, 745, 746, 747, 748, 749, 750, 751,
+ 752, 753, 754, 755, 756, 757, 759, 760, 762, 470,
+ 470, 470, 470, 470, 470, 763, 758, 746, 764, 765,
+ 766, 745, 758, 761, 761, 767, 761, 768, 769, 770,
+ 771, 772, 773, 774, 775, 776, 777, 778, 779, 780,
+ 781, 782, 783, 784, 785, 782, 786, 787, 788, 782,
+ 789, 791, 792, 793, 794, 795, 796, 797, 798, 799,
+
+ 800, 801, 802, 803, 804, 805, 806, 807, 808, 809,
+ 810, 797, 811, 810, 812, 813, 815, 816, 817, 818,
+ 819, 820, 821, 822, 823, 824, 825, 826, 827, 829,
+ 830, 831, 832, 833, 834, 835, 836, 837, 838, 839,
+ 840, 841, 842, 843, 844, 845, 846, 847, 848, 849,
+ 850, 851, 852, 853, 854, 855, 856, 856, 857, 858,
+ 859, 854, 861, 860, 856, 862, 863, 865, 856, 860,
+ 866, 867, 868, 869, 870, 871, 872, 873, 874, 875,
+ 876, 877, 878, 879, 880, 881, 882, 883, 884, 885,
+ 886, 887, 888, 889, 890, 891, 892, 893, 895, 896,
+
+ 897, 898, 899, 900, 901, 902, 903, 904, 905, 906,
+ 907, 908, 880, 909, 910, 911, 912, 913, 914, 915,
+ 916, 917, 918, 919, 920, 921, 922, 923, 924, 925,
+ 927, 928, 929, 930, 931, 932, 933, 934, 935, 936,
+ 932, 937, 938, 939, 940, 941, 942, 943, 944, 947,
+ 948, 949, 950, 951, 952, 955, 956, 957, 958, 959,
+ 960, 961, 963, 964, 965, 966, 967, 964, 968, 969,
+ 970, 971, 972, 976, 977, 978, 979, 980, 981, 982,
+ 983, 984, 985, 986, 987, 988, 989, 990, 991, 992,
+ 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002,
+
+ 1003, 1004, 1005, 1006, 1008, 1009, 1010, 1011, 1012, 1013,
+ 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023,
+ 1024, 1025, 1026, 1027, 1028, 1029, 1031, 1032, 1033, 1034,
+ 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044,
+ 1045, 1022, 1046, 1047, 1021, 1048, 1049, 1050, 1051, 1052,
+ 1053, 1054, 1055, 1056, 1058, 1059, 1060, 1061, 1062, 1063,
+ 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1073, 1074,
+ 1075, 1076, 1077, 1078, 1079, 1080, 1082, 1083, 1084, 1085,
+ 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095,
+ 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105,
+
+ 1106, 1107, 1108, 1110, 1111, 1112, 1113, 1114, 1116, 1117,
+ 1105, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126,
+ 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1135, 1136, 1137,
+ 1138, 1078, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146,
+ 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1157, 1155,
+ 1158, 1159, 1160, 1161, 1162, 1164, 1165, 1166, 1168, 1169,
+ 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179,
+ 1180, 1181, 1182, 1183, 1184, 1154, 1155, 1186, 1187, 1188,
+ 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198,
+ 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1209,
+
+ 1210, 1211, 1212, 1213, 1209, 1214, 1215, 1216, 1217, 1218,
+ 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228,
+ 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238,
+ 1239, 1240, 1241, 1242, 1244, 1245, 1246, 1247, 1248, 1249,
+ 1250, 1251, 1252, 1253, 1210, 1254, 1256, 1257, 1258, 1260,
+ 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270,
+ 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280,
+ 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1292,
+ 1293, 1294, 1295, 1296, 1297, 1298, 1300, 1301, 1302, 1303,
+ 1304, 1305, 1306, 1282, 1307, 1309, 1310, 1311, 1312, 1283,
+
+ 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322,
+ 1323, 1324, 1325, 1326, 1327, 1328, 1330, 1331, 1333, 1335,
+ 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345,
+ 1346, 1347, 1348, 1350, 1352, 1353, 1354, 1355, 1357, 1358,
+ 1359, 1360, 1361, 1362, 1364, 1366, 1368, 1369, 1370, 1371,
+ 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381,
+ 1382, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1393, 1394,
+ 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404,
+ 1406, 1407, 1408, 1409, 1410, 1412, 1413, 1414, 1415, 1416,
+ 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426,
+
+ 1427, 1428, 1429, 1430, 1431, 1432, 1403, 1376, 1433, 1434,
+ 1435, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445,
+ 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1412,
+ 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464,
+ 1466, 1458, 1467, 1470, 1471, 1472, 1473, 1474, 1475, 1476,
+ 1477, 1478, 1479, 1480, 1481, 1483, 1484, 1485, 1486, 1487,
+ 1488, 1491, 1490, 1486, 1490, 1493, 1494, 1497, 1498, 1499,
+ 1500, 1501, 1502, 1503, 1504, 1506, 1507, 1508, 1509, 1510,
+ 1512, 1513, 1514, 1509, 1515, 1516, 1518, 1519, 1520, 1521,
+ 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531,
+
+ 1532, 1533, 1510, 1534, 1535, 1537, 1538, 1539, 1541, 1542,
+ 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552,
+ 1553, 1554, 1556, 1558, 1559, 1561, 1562, 1563, 1564, 1565,
+ 1566, 1567, 1568, 1569, 1571, 1572, 1573, 1574, 1575, 1576,
+ 1577, 1578, 1579, 1582, 1583, 1585, 1586, 1587, 1589, 1590,
+ 1589, 1591, 1592, 1589, 1593, 1594, 1589, 1595, 1596, 1597,
+ 1598, 1599, 1600, 1601, 1602, 1604, 1606, 1607, 1609, 1610,
+ 1612, 1614, 1615, 1616, 1618, 1619, 1620, 1621, 1622, 1623,
+ 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633,
+ 1634, 1624, 1635, 1636, 1637, 1638, 1610, 1639, 1640, 1641,
+
+ 1642, 1643, 1644, 1645, 1646, 1646, 1647, 1648, 1649, 1650,
+ 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660,
+ 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670,
+ 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680,
+ 1681, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691,
+ 1693, 1694, 1695, 1697, 1698, 1700, 1701, 1704, 1705, 1706,
+ 1708, 1709, 1710, 1711, 1647, 1712, 1713, 1714, 1715, 1716,
+ 1717, 1718, 1719, 1720, 1722, 1724, 1725, 1726, 1727, 1728,
+ 1729, 1730, 1698, 1731, 1732, 1733, 1735, 1736, 1737, 1738,
+ 1739, 1741, 1742, 1744, 1745, 1746, 1748, 1749, 1750, 1752,
+
+ 1753, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763,
+ 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773,
+ 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1782, 1783, 1785,
+ 1786, 1787, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796,
+ 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806,
+ 1807, 1808, 1810, 1811, 1812, 1814, 1815, 1816, 1817, 1818,
+ 1820, 1821, 1822, 1823, 1824, 1826, 1827, 1828, 1829, 1830,
+ 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840,
+ 1841, 1843, 1844, 1846, 1848, 1850, 1851, 1852, 1846, 1853,
+ 1856, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1866, 1867,
+
+ 1868, 1869, 1871, 1872, 1873, 1874, 1875, 1876, 1878, 1879,
+ 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1889, 1890,
+ 1891, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901,
+ 1902, 1904, 1905, 1906, 1907, 1908, 1910, 1911, 1912, 1913,
+ 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1925, 1926,
+ 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936,
+ 1937, 1939, 1940, 1942, 1943, 1944, 1945, 1946, 1947, 1948,
+ 1949, 1950, 1952, 1954, 1955, 1956, 1957, 1958, 1959, 1960,
+ 1961, 1962, 1963, 1964, 1965, 1966, 1964, 1967, 1968, 1969,
+ 1970, 1971, 1972, 1973, 1974, 1975, 1976, 1977, 1979, 1980,
+
+ 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990,
+ 1991, 1993, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016,
+ 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026,
+ 2027, 2028, 2029, 2030, 2032, 2033, 2034, 2035, 2036, 2037,
+ 2039, 2041, 2044, 2046, 2047, 2048, 2049, 2050, 2051, 2052,
+ 2053, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2063, 2064,
+ 2065, 2066, 2067, 2068, 2070, 2071, 2072, 2073, 2074, 2075,
+ 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2084, 2085, 2086,
+ 2087, 2088, 2089, 2091, 2092, 2093, 2094, 2095, 2096, 2097,
+
+ 2098, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108,
+ 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118,
+ 2120, 2121, 2123, 2124, 2125, 2126, 2128, 2129, 2130, 2131,
+ 2132, 2133, 2137, 2140, 2141, 2142, 2143, 2144, 2145, 2146,
+ 2147, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157,
+ 2158, 2160, 2161, 2162, 2163, 2164, 2165, 2167, 2169, 2171,
+ 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2180, 2181, 2182,
+ 2183, 2184, 2183, 2185, 2186, 2188, 2189, 2191, 2194, 2195,
+ 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205,
+ 2206, 2207, 2208, 2209, 2211, 2212, 2213, 2214, 2215, 2218,
+
+ 2219, 2220, 2222, 2223, 2225, 2226, 2228, 2229, 2230, 2232,
+ 2233, 2234, 2235, 2236, 2238, 2243, 2243, 2243, 2244, 2244,
+ 2244, 2245, 2246, 2245, 2247, 2247, 2247, 2248, 2248, 2248,
+ 2249, 720, 2249, 2250, 2250, 2250, 719, 718, 717, 716,
+ 715, 714, 713, 712, 710, 709, 708, 707, 706, 705,
+ 704, 703, 702, 701, 699, 698, 697, 696, 695, 694,
+ 693, 692, 690, 689, 688, 687, 686, 685, 684, 683,
+ 682, 681, 679, 678, 677, 676, 675, 674, 673, 672,
+ 671, 670, 669, 668, 667, 666, 664, 663, 662, 661,
+ 660, 659, 658, 657, 656, 655, 654, 653, 652, 651,
+
+ 649, 648, 647, 646, 645, 644, 643, 642, 641, 640,
+ 639, 638, 637, 636, 635, 633, 632, 631, 630, 629,
+ 628, 627, 626, 625, 624, 623, 622, 621, 620, 619,
+ 618, 617, 616, 614, 613, 610, 604, 603, 602, 601,
+ 600, 599, 598, 596, 595, 593, 592, 590, 589, 588,
+ 587, 586, 585, 584, 583, 582, 581, 580, 579, 578,
+ 576, 575, 574, 573, 572, 571, 570, 569, 568, 567,
+ 566, 565, 564, 563, 562, 561, 560, 559, 557, 556,
+ 554, 553, 552, 551, 550, 549, 548, 547, 546, 545,
+ 544, 543, 542, 541, 540, 538, 537, 535, 534, 533,
+
+ 532, 531, 530, 529, 527, 526, 525, 524, 523, 522,
+ 521, 520, 519, 518, 517, 516, 515, 514, 513, 512,
+ 510, 509, 508, 507, 505, 504, 503, 502, 501, 500,
+ 499, 498, 496, 495, 493, 492, 489, 488, 487, 486,
+ 485, 484, 482, 481, 480, 479, 478, 477, 476, 475,
+ 474, 473, 471, 467, 465, 464, 462, 461, 460, 457,
+ 456, 454, 453, 451, 450, 449, 448, 447, 446, 445,
+ 444, 443, 442, 441, 440, 439, 438, 437, 436, 434,
+ 433, 432, 431, 430, 429, 428, 427, 425, 424, 422,
+ 420, 419, 418, 417, 415, 414, 413, 412, 411, 410,
+
+ 409, 408, 407, 406, 405, 404, 403, 402, 400, 397,
+ 396, 395, 394, 393, 392, 391, 389, 388, 387, 386,
+ 385, 384, 383, 382, 381, 380, 379, 378, 376, 375,
+ 374, 373, 372, 371, 370, 369, 368, 367, 366, 365,
+ 364, 363, 362, 360, 359, 358, 357, 356, 355, 354,
+ 353, 352, 351, 350, 349, 348, 347, 346, 345, 344,
+ 343, 342, 341, 340, 338, 335, 333, 330, 328, 325,
+ 318, 317, 315, 314, 313, 311, 310, 309, 307, 306,
+ 305, 303, 302, 301, 300, 299, 298, 297, 296, 295,
+ 294, 293, 292, 291, 290, 288, 287, 286, 285, 284,
+
+ 283, 282, 281, 280, 279, 278, 277, 275, 274, 272,
+ 271, 270, 268, 266, 265, 264, 263, 262, 261, 259,
+ 258, 257, 256, 255, 254, 253, 251, 250, 248, 247,
+ 246, 245, 244, 243, 242, 241, 240, 239, 238, 237,
+ 236, 235, 234, 233, 232, 231, 230, 229, 228, 227,
+ 226, 223, 222, 221, 220, 219, 218, 217, 216, 215,
+ 214, 213, 207, 205, 203, 199, 197, 195, 187, 186,
+ 185, 184, 182, 180, 177, 176, 175, 173, 172, 171,
+ 167, 164, 162, 161, 160, 158, 156, 155, 154, 153,
+ 152, 151, 149, 148, 147, 145, 144, 143, 142, 141,
+
+ 140, 138, 137, 133, 132, 131, 130, 129, 127, 126,
+ 125, 123, 121, 119, 118, 117, 113, 105, 103, 98,
+ 97, 77, 72, 66, 58, 49, 47, 43, 41, 39,
+ 38, 24, 14, 11, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242,
+
+ 2242, 2242, 2242, 2242, 2242, 2242, 2242, 2242
+ } ;
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int yy_flex_debug;
+int yy_flex_debug = 1;
+
+static const flex_int16_t yy_rule_linenum[227] =
+ { 0,
+ 146, 148, 150, 155, 156, 161, 162, 163, 175, 178,
+ 183, 190, 199, 208, 217, 226, 235, 244, 253, 263,
+ 272, 281, 290, 299, 308, 317, 326, 335, 344, 353,
+ 362, 371, 380, 389, 398, 410, 419, 428, 437, 448,
+ 459, 470, 481, 492, 503, 514, 525, 536, 547, 558,
+ 569, 578, 587, 596, 607, 616, 627, 638, 649, 660,
+ 672, 684, 696, 707, 718, 727, 736, 745, 756, 765,
+ 774, 785, 796, 807, 818, 829, 840, 851, 862, 873,
+ 883, 894, 903, 913, 927, 943, 952, 961, 970, 979,
+ 988, 997, 1019, 1041, 1050, 1060, 1069, 1080, 1089, 1098,
+
+ 1107, 1116, 1125, 1136, 1147, 1158, 1168, 1177, 1188, 1199,
+ 1210, 1221, 1233, 1242, 1251, 1260, 1269, 1278, 1287, 1296,
+ 1305, 1314, 1324, 1335, 1347, 1356, 1365, 1374, 1384, 1394,
+ 1404, 1414, 1424, 1434, 1443, 1453, 1462, 1471, 1480, 1489,
+ 1499, 1509, 1518, 1528, 1537, 1546, 1555, 1564, 1573, 1582,
+ 1591, 1600, 1609, 1618, 1627, 1636, 1645, 1654, 1663, 1672,
+ 1681, 1690, 1699, 1708, 1717, 1726, 1735, 1744, 1753, 1762,
+ 1771, 1780, 1789, 1798, 1807, 1816, 1825, 1834, 1843, 1855,
+ 1867, 1877, 1887, 1897, 1907, 1917, 1927, 1937, 1947, 1957,
+ 1966, 1975, 1984, 1993, 2004, 2015, 2028, 2041, 2054, 2063,
+
+ 2072, 2081, 2090, 2099, 2108, 2117, 2126, 2138, 2239, 2255,
+ 2304, 2312, 2327, 2328, 2329, 2330, 2331, 2332, 2334, 2352,
+ 2365, 2370, 2374, 2376, 2378, 2380
+ } ;
+
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#define REJECT reject_used_but_not_detected
+#define yymore() yymore_used_but_not_detected
+#define YY_MORE_ADJ 0
+#define YY_RESTORE_YY_MORE_OFFSET
+char *yytext;
+#line 1 "dhcp4_lexer.ll"
+/* Copyright (C) 2016-2023 Internet Systems Consortium, Inc. ("ISC")
+
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+#line 8 "dhcp4_lexer.ll"
+
+/* Generated files do not make clang static analyser so happy */
+#ifndef __clang_analyzer__
+
+#include <cctype>
+#include <cerrno>
+#include <climits>
+#include <cstdlib>
+#include <string>
+#include <dhcp4/parser_context.h>
+#include <asiolink/io_address.h>
+#include <boost/lexical_cast.hpp>
+#include <exceptions/exceptions.h>
+
+/* Please avoid C++ style comments (// ... eol) as they break flex 2.6.2 */
+
+/* Work around an incompatibility in flex (at least versions
+ 2.5.31 through 2.5.33): it generates code that does
+ not conform to C89. See Debian bug 333231
+ <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
+# undef yywrap
+# define yywrap() 1
+
+namespace {
+
+bool start_token_flag = false;
+
+isc::dhcp::Parser4Context::ParserType start_token_value;
+unsigned int comment_start_line = 0;
+
+using namespace isc::dhcp;
+
+};
+
+/* To avoid the call to exit... oops! */
+#define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg)
+#line 2190 "dhcp4_lexer.cc"
+/* noyywrap disables automatic rewinding for the next file to parse. Since we
+ always parse only a single string, there's no need to do any wraps. And
+ using yywrap requires linking with -lfl, which provides the default yywrap
+ implementation that always returns 1 anyway. */
+/* nounput simplifies the lexer, by removing support for putting a character
+ back into the input stream. We never use such capability anyway. */
+/* batch means that we'll never use the generated lexer interactively. */
+/* avoid to get static global variables to remain with C++. */
+/* in last resort %option reentrant */
+/* Enables debug mode. To see the debug messages, one needs to also set
+ yy_flex_debug to 1, then the debug messages will be printed on stderr. */
+/* I have no idea what this option does, except it was specified in the bison
+ examples and Postgres folks added it to remove gcc 4.3 warnings. Let's
+ be on the safe side and keep it. */
+#define YY_NO_INPUT 1
+
+/* These are not token expressions yet, just convenience expressions that
+ can be used during actual token definitions. Note some can match
+ incorrect inputs (e.g., IP addresses) which must be checked. */
+/* for errors */
+#line 95 "dhcp4_lexer.ll"
+/* This code run each time a pattern is matched. It updates the location
+ by moving it ahead by yyleng bytes. yyleng specifies the length of the
+ currently matched token. */
+#define YY_USER_ACTION driver.loc_.columns(yyleng);
+#line 2216 "dhcp4_lexer.cc"
+#line 2217 "dhcp4_lexer.cc"
+
+#define INITIAL 0
+#define COMMENT 1
+#define DIR_ENTER 2
+#define DIR_INCLUDE 3
+#define DIR_EXIT 4
+
+#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.
+ */
+/* %if-c-only */
+#include <unistd.h>
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+#endif
+
+#ifndef YY_EXTRA_TYPE
+#define YY_EXTRA_TYPE void *
+#endif
+
+/* %if-c-only Reentrant structure and macros (non-C++). */
+/* %if-reentrant */
+/* %if-c-only */
+
+static int yy_init_globals ( void );
+
+/* %endif */
+/* %if-reentrant */
+/* %endif */
+/* %endif End reentrant structures and macros. */
+
+/* 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 );
+
+void yyset_in ( FILE * _in_str );
+
+FILE *yyget_out ( void );
+
+void yyset_out ( FILE * _out_str );
+
+ int yyget_leng ( void );
+
+char *yyget_text ( void );
+
+int yyget_lineno ( void );
+
+void yyset_lineno ( int _line_number );
+
+/* %if-bison-bridge */
+/* %endif */
+
+/* Macros after this point can all be overridden by user definitions in
+ * section 1.
+ */
+
+#ifndef YY_SKIP_YYWRAP
+#ifdef __cplusplus
+extern "C" int yywrap ( void );
+#else
+extern int yywrap ( void );
+#endif
+#endif
+
+/* %not-for-header */
+#ifndef YY_NO_UNPUT
+
+#endif
+/* %ok-for-header */
+
+/* %endif */
+
+#ifndef yytext_ptr
+static void yy_flex_strncpy ( char *, const char *, int );
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen ( const char * );
+#endif
+
+#ifndef YY_NO_INPUT
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+#ifdef __cplusplus
+static int yyinput ( void );
+#else
+static int input ( void );
+#endif
+/* %ok-for-header */
+
+/* %endif */
+#endif
+
+/* %if-c-only */
+
+/* %endif */
+
+/* Amount of stuff to slurp up with each read. */
+#ifndef YY_READ_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k */
+#define YY_READ_BUF_SIZE 16384
+#else
+#define YY_READ_BUF_SIZE 8192
+#endif /* __ia64__ */
+#endif
+
+/* Copy whatever the last rule matched to the standard output. */
+#ifndef ECHO
+/* %if-c-only Standard (non-C++) definition */
+/* This used to be an fputs(), but since the string might contain NUL's,
+ * we now use fwrite().
+ */
+#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
+#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) \
+/* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
+ { \
+ int c = '*'; \
+ int n; \
+ 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; \
+ } \
+ else \
+ { \
+ errno=0; \
+ while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
+ { \
+ if( errno != EINTR) \
+ { \
+ YY_FATAL_ERROR( "input in flex scanner failed" ); \
+ break; \
+ } \
+ errno=0; \
+ clearerr(yyin); \
+ } \
+ }\
+\
+/* %if-c++-only C++ definition \ */\
+/* %endif */
+
+#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
+/* %if-c-only */
+#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+#endif
+
+/* %if-tables-serialization structures and prototypes */
+/* %not-for-header */
+/* %ok-for-header */
+
+/* %not-for-header */
+/* %tables-yydmap generated elements */
+/* %endif */
+/* end tables serialization structures and prototypes */
+
+/* %ok-for-header */
+
+/* Default declaration of generated scanner - a define so the user can
+ * easily add parameters.
+ */
+#ifndef YY_DECL
+#define YY_DECL_IS_OURS 1
+/* %if-c-only Standard (non-C++) definition */
+
+extern int yylex (void);
+
+#define YY_DECL int yylex (void)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
+#endif /* !YY_DECL */
+
+/* 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
+#define YY_BREAK /*LINTED*/break;
+#endif
+
+/* %% [6.0] YY_RULE_SETUP definition goes here */
+#define YY_RULE_SETUP \
+ YY_USER_ACTION
+
+/* %not-for-header */
+/** The main scanner function which does all the work.
+ */
+YY_DECL
+{
+ yy_state_type yy_current_state;
+ char *yy_cp, *yy_bp;
+ int yy_act;
+
+ if ( !(yy_init) )
+ {
+ (yy_init) = 1;
+
+#ifdef YY_USER_INIT
+ YY_USER_INIT;
+#endif
+
+ if ( ! (yy_start) )
+ (yy_start) = 1; /* first start state */
+
+ if ( ! yyin )
+/* %if-c-only */
+ yyin = stdin;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+
+ if ( ! yyout )
+/* %if-c-only */
+ yyout = stdout;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+
+ if ( ! YY_CURRENT_BUFFER ) {
+ yyensure_buffer_stack ();
+ YY_CURRENT_BUFFER_LVALUE =
+ yy_create_buffer( yyin, YY_BUF_SIZE );
+ }
+
+ yy_load_buffer_state( );
+ }
+
+ {
+/* %% [7.0] user's declarations go here */
+#line 101 "dhcp4_lexer.ll"
+
+
+
+#line 105 "dhcp4_lexer.ll"
+ /* This part of the code is copied over to the verbatim to the top
+ of the generated yylex function. Explanation:
+ http://www.gnu.org/software/bison/manual/html_node/Multiple-start_002dsymbols.html */
+
+ /* Code run each time yylex is called. */
+ driver.loc_.step();
+
+ if (start_token_flag) {
+ start_token_flag = false;
+ switch (start_token_value) {
+ case Parser4Context::PARSER_JSON:
+ default:
+ return isc::dhcp::Dhcp4Parser::make_TOPLEVEL_JSON(driver.loc_);
+ case Parser4Context::PARSER_DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_TOPLEVEL_DHCP4(driver.loc_);
+ case Parser4Context::SUBPARSER_DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_SUB_DHCP4(driver.loc_);
+ case Parser4Context::PARSER_INTERFACES:
+ return isc::dhcp::Dhcp4Parser::make_SUB_INTERFACES4(driver.loc_);
+ case Parser4Context::PARSER_SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_SUB_SUBNET4(driver.loc_);
+ case Parser4Context::PARSER_POOL4:
+ return isc::dhcp::Dhcp4Parser::make_SUB_POOL4(driver.loc_);
+ case Parser4Context::PARSER_HOST_RESERVATION:
+ return isc::dhcp::Dhcp4Parser::make_SUB_RESERVATION(driver.loc_);
+ case Parser4Context::PARSER_OPTION_DEFS:
+ return isc::dhcp::Dhcp4Parser::make_SUB_OPTION_DEFS(driver.loc_);
+ case Parser4Context::PARSER_OPTION_DEF:
+ return isc::dhcp::Dhcp4Parser::make_SUB_OPTION_DEF(driver.loc_);
+ case Parser4Context::PARSER_OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_SUB_OPTION_DATA(driver.loc_);
+ case Parser4Context::PARSER_HOOKS_LIBRARY:
+ return isc::dhcp::Dhcp4Parser::make_SUB_HOOKS_LIBRARY(driver.loc_);
+ case Parser4Context::PARSER_DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_SUB_DHCP_DDNS(driver.loc_);
+ case Parser4Context::PARSER_CONFIG_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_SUB_CONFIG_CONTROL(driver.loc_);
+ }
+ }
+
+
+#line 2545 "dhcp4_lexer.cc"
+
+ while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
+ {
+/* %% [8.0] yymore()-related code goes here */
+ yy_cp = (yy_c_buf_p);
+
+ /* Support of yytext. */
+ *yy_cp = (yy_hold_char);
+
+ /* yy_bp points to the position in yy_ch_buf of the start of
+ * the current run.
+ */
+ yy_bp = yy_cp;
+
+/* %% [9.0] code to set up and find next match goes here */
+ yy_current_state = (yy_start);
+yy_match:
+ do
+ {
+ YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = yy_cp;
+ }
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+ if ( yy_current_state >= 2243 )
+ yy_c = yy_meta[yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
+ ++yy_cp;
+ }
+ while ( yy_current_state != 2242 );
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
+
+yy_find_action:
+/* %% [10.0] code to find the action number goes here */
+ yy_act = yy_accept[yy_current_state];
+
+ YY_DO_BEFORE_ACTION;
+
+/* %% [11.0] code for yylineno update goes here */
+
+do_action: /* This label is used only to access EOF actions. */
+
+/* %% [12.0] debug code goes here */
+ if ( yy_flex_debug )
+ {
+ if ( yy_act == 0 )
+ fprintf( stderr, "--scanner backing up\n" );
+ else if ( yy_act < 227 )
+ fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
+ (long)yy_rule_linenum[yy_act], yytext );
+ else if ( yy_act == 227 )
+ fprintf( stderr, "--accepting default rule (\"%s\")\n",
+ yytext );
+ else if ( yy_act == 228 )
+ fprintf( stderr, "--(end of buffer or a NUL)\n" );
+ else
+ fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
+ }
+
+ switch ( yy_act )
+ { /* beginning of action switch */
+/* %% [13.0] actions go here */
+ case 0: /* must back up */
+ /* undo the effects of YY_DO_BEFORE_ACTION */
+ *yy_cp = (yy_hold_char);
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
+ goto yy_find_action;
+
+case 1:
+YY_RULE_SETUP
+#line 146 "dhcp4_lexer.ll"
+;
+ YY_BREAK
+case 2:
+YY_RULE_SETUP
+#line 148 "dhcp4_lexer.ll"
+;
+ YY_BREAK
+case 3:
+YY_RULE_SETUP
+#line 150 "dhcp4_lexer.ll"
+{
+ BEGIN(COMMENT);
+ comment_start_line = driver.loc_.end.line;;
+}
+ YY_BREAK
+case 4:
+YY_RULE_SETUP
+#line 155 "dhcp4_lexer.ll"
+BEGIN(INITIAL);
+ YY_BREAK
+case 5:
+YY_RULE_SETUP
+#line 156 "dhcp4_lexer.ll"
+;
+ YY_BREAK
+case YY_STATE_EOF(COMMENT):
+#line 157 "dhcp4_lexer.ll"
+{
+ isc_throw(Dhcp4ParseError, "Comment not closed. (/* in line " << comment_start_line);
+}
+ YY_BREAK
+case 6:
+YY_RULE_SETUP
+#line 161 "dhcp4_lexer.ll"
+BEGIN(DIR_ENTER);
+ YY_BREAK
+case 7:
+YY_RULE_SETUP
+#line 162 "dhcp4_lexer.ll"
+BEGIN(DIR_INCLUDE);
+ YY_BREAK
+case 8:
+YY_RULE_SETUP
+#line 163 "dhcp4_lexer.ll"
+{
+ /* Include directive. */
+
+ /* Extract the filename. */
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+
+ driver.includeFile(tmp);
+}
+ YY_BREAK
+case YY_STATE_EOF(DIR_ENTER):
+case YY_STATE_EOF(DIR_INCLUDE):
+case YY_STATE_EOF(DIR_EXIT):
+#line 172 "dhcp4_lexer.ll"
+{
+ isc_throw(Dhcp4ParseError, "Directive not closed.");
+}
+ YY_BREAK
+case 9:
+YY_RULE_SETUP
+#line 175 "dhcp4_lexer.ll"
+BEGIN(INITIAL);
+ YY_BREAK
+case 10:
+YY_RULE_SETUP
+#line 178 "dhcp4_lexer.ll"
+{
+ /* Ok, we found a with space. Let's ignore it and update loc variable. */
+ driver.loc_.step();
+}
+ YY_BREAK
+case 11:
+/* rule 11 can match eol */
+YY_RULE_SETUP
+#line 183 "dhcp4_lexer.ll"
+{
+ /* Newline found. Let's update the location and continue. */
+ driver.loc_.lines(yyleng);
+ driver.loc_.step();
+}
+ YY_BREAK
+case 12:
+YY_RULE_SETUP
+#line 190 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_DHCP4(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("Dhcp4", driver.loc_);
+ }
+}
+ YY_BREAK
+case 13:
+YY_RULE_SETUP
+#line 199 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_INTERFACES_CONFIG(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("interfaces-config", driver.loc_);
+ }
+}
+ YY_BREAK
+case 14:
+YY_RULE_SETUP
+#line 208 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_SANITY_CHECKS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("sanity-checks", driver.loc_);
+ }
+}
+ YY_BREAK
+case 15:
+YY_RULE_SETUP
+#line 217 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SANITY_CHECKS:
+ return isc::dhcp::Dhcp4Parser::make_LEASE_CHECKS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("lease-checks", driver.loc_);
+ }
+}
+ YY_BREAK
+case 16:
+YY_RULE_SETUP
+#line 226 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SANITY_CHECKS:
+ return isc::dhcp::Dhcp4Parser::make_EXTENDED_INFO_CHECKS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("extended-info-checks", driver.loc_);
+ }
+}
+ YY_BREAK
+case 17:
+YY_RULE_SETUP
+#line 235 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_DHCP_SOCKET_TYPE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("dhcp-socket-type", driver.loc_);
+ }
+}
+ YY_BREAK
+case 18:
+YY_RULE_SETUP
+#line 244 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_SOCKET_TYPE:
+ return isc::dhcp::Dhcp4Parser::make_RAW(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("raw", driver.loc_);
+ }
+}
+ YY_BREAK
+case 19:
+YY_RULE_SETUP
+#line 253 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_SOCKET_TYPE:
+ case isc::dhcp::Parser4Context::NCR_PROTOCOL:
+ return isc::dhcp::Dhcp4Parser::make_UDP(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("udp", driver.loc_);
+ }
+}
+ YY_BREAK
+case 20:
+YY_RULE_SETUP
+#line 263 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_OUTBOUND_INTERFACE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("outbound-interface", driver.loc_);
+ }
+}
+ YY_BREAK
+case 21:
+YY_RULE_SETUP
+#line 272 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case Parser4Context::OUTBOUND_INTERFACE:
+ return Dhcp4Parser::make_SAME_AS_INBOUND(driver.loc_);
+ default:
+ return Dhcp4Parser::make_STRING("same-as-inbound", driver.loc_);
+ }
+}
+ YY_BREAK
+case 22:
+YY_RULE_SETUP
+#line 281 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case Parser4Context::OUTBOUND_INTERFACE:
+ return Dhcp4Parser::make_USE_ROUTING(driver.loc_);
+ default:
+ return Dhcp4Parser::make_STRING("use-routing", driver.loc_);
+ }
+}
+ YY_BREAK
+case 23:
+YY_RULE_SETUP
+#line 290 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_INTERFACES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("interfaces", driver.loc_);
+ }
+}
+ YY_BREAK
+case 24:
+YY_RULE_SETUP
+#line 299 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_RE_DETECT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("re-detect", driver.loc_);
+ }
+}
+ YY_BREAK
+case 25:
+YY_RULE_SETUP
+#line 308 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_SERVICE_SOCKETS_REQUIRE_ALL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("service-sockets-require-all", driver.loc_);
+ }
+}
+ YY_BREAK
+case 26:
+YY_RULE_SETUP
+#line 317 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_SERVICE_SOCKETS_RETRY_WAIT_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("service-sockets-retry-wait-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 27:
+YY_RULE_SETUP
+#line 326 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ return isc::dhcp::Dhcp4Parser::make_SERVICE_SOCKETS_MAX_RETRIES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("service-sockets-max-retries", driver.loc_);
+ }
+}
+ YY_BREAK
+case 28:
+YY_RULE_SETUP
+#line 335 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_LEASE_DATABASE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("lease-database", driver.loc_);
+ }
+}
+ YY_BREAK
+case 29:
+YY_RULE_SETUP
+#line 344 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_HOSTS_DATABASE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hosts-database", driver.loc_);
+ }
+}
+ YY_BREAK
+case 30:
+YY_RULE_SETUP
+#line 353 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_HOSTS_DATABASES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hosts-databases", driver.loc_);
+ }
+}
+ YY_BREAK
+case 31:
+YY_RULE_SETUP
+#line 362 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_CONFIG_CONTROL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("config-control", driver.loc_);
+ }
+}
+ YY_BREAK
+case 32:
+YY_RULE_SETUP
+#line 371 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CONFIG_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_CONFIG_DATABASES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("config-databases", driver.loc_);
+ }
+}
+ YY_BREAK
+case 33:
+YY_RULE_SETUP
+#line 380 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CONFIG_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_CONFIG_FETCH_WAIT_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("config-fetch-wait-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 34:
+YY_RULE_SETUP
+#line 389 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_READONLY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("readonly", driver.loc_);
+ }
+}
+ YY_BREAK
+case 35:
+YY_RULE_SETUP
+#line 398 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_TYPE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("type", driver.loc_);
+ }
+}
+ YY_BREAK
+case 36:
+YY_RULE_SETUP
+#line 410 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_TYPE:
+ return isc::dhcp::Dhcp4Parser::make_MEMFILE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("memfile", driver.loc_);
+ }
+}
+ YY_BREAK
+case 37:
+YY_RULE_SETUP
+#line 419 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_TYPE:
+ return isc::dhcp::Dhcp4Parser::make_MYSQL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("mysql", driver.loc_);
+ }
+}
+ YY_BREAK
+case 38:
+YY_RULE_SETUP
+#line 428 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_TYPE:
+ return isc::dhcp::Dhcp4Parser::make_POSTGRESQL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("postgresql", driver.loc_);
+ }
+}
+ YY_BREAK
+case 39:
+YY_RULE_SETUP
+#line 437 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_USER(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("user", driver.loc_);
+ }
+}
+ YY_BREAK
+case 40:
+YY_RULE_SETUP
+#line 448 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_PASSWORD(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("password", driver.loc_);
+ }
+}
+ YY_BREAK
+case 41:
+YY_RULE_SETUP
+#line 459 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_HOST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("host", driver.loc_);
+ }
+}
+ YY_BREAK
+case 42:
+YY_RULE_SETUP
+#line 470 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_PORT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("port", driver.loc_);
+ }
+}
+ YY_BREAK
+case 43:
+YY_RULE_SETUP
+#line 481 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_PERSIST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("persist", driver.loc_);
+ }
+}
+ YY_BREAK
+case 44:
+YY_RULE_SETUP
+#line 492 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_LFC_INTERVAL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("lfc-interval", driver.loc_);
+ }
+}
+ YY_BREAK
+case 45:
+YY_RULE_SETUP
+#line 503 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_CONNECT_TIMEOUT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("connect-timeout", driver.loc_);
+ }
+}
+ YY_BREAK
+case 46:
+YY_RULE_SETUP
+#line 514 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_READ_TIMEOUT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("read-timeout", driver.loc_);
+ }
+}
+ YY_BREAK
+case 47:
+YY_RULE_SETUP
+#line 525 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_WRITE_TIMEOUT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("write-timeout", driver.loc_);
+ }
+}
+ YY_BREAK
+case 48:
+YY_RULE_SETUP
+#line 536 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_TCP_USER_TIMEOUT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("tcp-user-timeout", driver.loc_);
+ }
+}
+ YY_BREAK
+case 49:
+YY_RULE_SETUP
+#line 547 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_RECONNECT_WAIT_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reconnect-wait-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 50:
+YY_RULE_SETUP
+#line 558 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_ON_FAIL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("on-fail", driver.loc_);
+ }
+}
+ YY_BREAK
+case 51:
+YY_RULE_SETUP
+#line 569 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_ON_FAIL:
+ return isc::dhcp::Dhcp4Parser::make_STOP_RETRY_EXIT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("stop-retry-exit", driver.loc_);
+ }
+}
+ YY_BREAK
+case 52:
+YY_RULE_SETUP
+#line 578 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_ON_FAIL:
+ return isc::dhcp::Dhcp4Parser::make_SERVE_RETRY_EXIT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("serve-retry-exit", driver.loc_);
+ }
+}
+ YY_BREAK
+case 53:
+YY_RULE_SETUP
+#line 587 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DATABASE_ON_FAIL:
+ return isc::dhcp::Dhcp4Parser::make_SERVE_RETRY_CONTINUE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("serve-retry-continue", driver.loc_);
+ }
+}
+ YY_BREAK
+case 54:
+YY_RULE_SETUP
+#line 596 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_MAX_RECONNECT_TRIES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-reconnect-tries", driver.loc_);
+ }
+}
+ YY_BREAK
+case 55:
+YY_RULE_SETUP
+#line 607 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_MAX_ROW_ERRORS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-row-errors", driver.loc_);
+ }
+}
+ YY_BREAK
+case 56:
+YY_RULE_SETUP
+#line 616 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_TRUST_ANCHOR(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("trust-anchor", driver.loc_);
+ }
+}
+ YY_BREAK
+case 57:
+YY_RULE_SETUP
+#line 627 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_CERT_FILE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("cert-file", driver.loc_);
+ }
+}
+ YY_BREAK
+case 58:
+YY_RULE_SETUP
+#line 638 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_KEY_FILE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("key-file", driver.loc_);
+ }
+}
+ YY_BREAK
+case 59:
+YY_RULE_SETUP
+#line 649 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ return isc::dhcp::Dhcp4Parser::make_CIPHER_LIST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("cipher-list", driver.loc_);
+ }
+}
+ YY_BREAK
+case 60:
+YY_RULE_SETUP
+#line 660 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_VALID_LIFETIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("valid-lifetime", driver.loc_);
+ }
+}
+ YY_BREAK
+case 61:
+YY_RULE_SETUP
+#line 672 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_MIN_VALID_LIFETIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("min-valid-lifetime", driver.loc_);
+ }
+}
+ YY_BREAK
+case 62:
+YY_RULE_SETUP
+#line 684 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_MAX_VALID_LIFETIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-valid-lifetime", driver.loc_);
+ }
+}
+ YY_BREAK
+case 63:
+YY_RULE_SETUP
+#line 696 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RENEW_TIMER(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("renew-timer", driver.loc_);
+ }
+}
+ YY_BREAK
+case 64:
+YY_RULE_SETUP
+#line 707 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_REBIND_TIMER(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("rebind-timer", driver.loc_);
+ }
+}
+ YY_BREAK
+case 65:
+YY_RULE_SETUP
+#line 718 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_DECLINE_PROBATION_PERIOD(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("decline-probation-period", driver.loc_);
+ }
+}
+ YY_BREAK
+case 66:
+YY_RULE_SETUP
+#line 727 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_SERVER_TAG(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("server-tag", driver.loc_);
+ }
+}
+ YY_BREAK
+case 67:
+YY_RULE_SETUP
+#line 736 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_PARKED_PACKET_LIMIT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("parked-packet-limit", driver.loc_);
+ }
+}
+ YY_BREAK
+case 68:
+YY_RULE_SETUP
+#line 745 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_ALLOCATOR(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("allocator", driver.loc_);
+ }
+}
+ YY_BREAK
+case 69:
+YY_RULE_SETUP
+#line 756 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_STATISTIC_DEFAULT_SAMPLE_COUNT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("statistic-default-sample-count", driver.loc_);
+ }
+}
+ YY_BREAK
+case 70:
+YY_RULE_SETUP
+#line 765 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_STATISTIC_DEFAULT_SAMPLE_AGE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("statistic-default-sample-age", driver.loc_);
+ }
+}
+ YY_BREAK
+case 71:
+YY_RULE_SETUP
+#line 774 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_SEND_UPDATES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-send-updates", driver.loc_);
+ }
+}
+ YY_BREAK
+case 72:
+YY_RULE_SETUP
+#line 785 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_OVERRIDE_NO_UPDATE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-override-no-update", driver.loc_);
+ }
+}
+ YY_BREAK
+case 73:
+YY_RULE_SETUP
+#line 796 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_OVERRIDE_CLIENT_UPDATE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-override-client-update", driver.loc_);
+ }
+}
+ YY_BREAK
+case 74:
+YY_RULE_SETUP
+#line 807 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_REPLACE_CLIENT_NAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-replace-client-name", driver.loc_);
+ }
+}
+ YY_BREAK
+case 75:
+YY_RULE_SETUP
+#line 818 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_GENERATED_PREFIX(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-generated-prefix", driver.loc_);
+ }
+}
+ YY_BREAK
+case 76:
+YY_RULE_SETUP
+#line 829 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_QUALIFYING_SUFFIX(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-qualifying-suffix", driver.loc_);
+ }
+}
+ YY_BREAK
+case 77:
+YY_RULE_SETUP
+#line 840 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_UPDATE_ON_RENEW(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-update-on-renew", driver.loc_);
+ }
+}
+ YY_BREAK
+case 78:
+YY_RULE_SETUP
+#line 851 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_USE_CONFLICT_RESOLUTION(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-use-conflict-resolution", driver.loc_);
+ }
+}
+ YY_BREAK
+case 79:
+YY_RULE_SETUP
+#line 862 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_DDNS_TTL_PERCENT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ddns-ttl-percent", driver.loc_);
+ }
+}
+ YY_BREAK
+case 80:
+YY_RULE_SETUP
+#line 873 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_SUBNET4(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("subnet4", driver.loc_);
+ }
+}
+ YY_BREAK
+case 81:
+YY_RULE_SETUP
+#line 883 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_STORE_EXTENDED_INFO(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("store-extended-info", driver.loc_);
+ }
+}
+ YY_BREAK
+case 82:
+YY_RULE_SETUP
+#line 894 "dhcp4_lexer.ll"
+{
+ switch (driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_SHARED_NETWORKS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("shared-networks", driver.loc_);
+ }
+}
+ YY_BREAK
+case 83:
+YY_RULE_SETUP
+#line 903 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_OPTION_DEF(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("option-def", driver.loc_);
+ }
+}
+ YY_BREAK
+case 84:
+YY_RULE_SETUP
+#line 913 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::POOLS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_OPTION_DATA(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("option-data", driver.loc_);
+ }
+}
+ YY_BREAK
+case 85:
+YY_RULE_SETUP
+#line 927 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LEASE_DATABASE:
+ case isc::dhcp::Parser4Context::HOSTS_DATABASE:
+ case isc::dhcp::Parser4Context::CONFIG_DATABASE:
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::LOGGERS:
+ return isc::dhcp::Dhcp4Parser::make_NAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("name", driver.loc_);
+ }
+}
+ YY_BREAK
+case 86:
+YY_RULE_SETUP
+#line 943 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_DATA(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("data", driver.loc_);
+ }
+}
+ YY_BREAK
+case 87:
+YY_RULE_SETUP
+#line 952 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_ALWAYS_SEND(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("always-send", driver.loc_);
+ }
+}
+ YY_BREAK
+case 88:
+YY_RULE_SETUP
+#line 961 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_NEVER_SEND(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("never-send", driver.loc_);
+ }
+}
+ YY_BREAK
+case 89:
+YY_RULE_SETUP
+#line 970 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_POOLS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("pools", driver.loc_);
+ }
+}
+ YY_BREAK
+case 90:
+YY_RULE_SETUP
+#line 979 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::POOLS:
+ return isc::dhcp::Dhcp4Parser::make_POOL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("pool", driver.loc_);
+ }
+}
+ YY_BREAK
+case 91:
+YY_RULE_SETUP
+#line 988 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::POOLS:
+ return isc::dhcp::Dhcp4Parser::make_POOL_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("pool-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 92:
+YY_RULE_SETUP
+#line 997 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::POOLS:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ case isc::dhcp::Parser4Context::CONTROL_SOCKET:
+ case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
+ case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
+ case isc::dhcp::Parser4Context::LOGGERS:
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_USER_CONTEXT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("user-context", driver.loc_);
+ }
+}
+ YY_BREAK
+case 93:
+YY_RULE_SETUP
+#line 1019 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::INTERFACES_CONFIG:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::POOLS:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ case isc::dhcp::Parser4Context::CONTROL_SOCKET:
+ case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
+ case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
+ case isc::dhcp::Parser4Context::LOGGERS:
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_COMMENT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("comment", driver.loc_);
+ }
+}
+ YY_BREAK
+case 94:
+YY_RULE_SETUP
+#line 1041 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_SUBNET(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("subnet", driver.loc_);
+ }
+}
+ YY_BREAK
+case 95:
+YY_RULE_SETUP
+#line 1050 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_INTERFACE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("interface", driver.loc_);
+ }
+}
+ YY_BREAK
+case 96:
+YY_RULE_SETUP
+#line 1060 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 97:
+YY_RULE_SETUP
+#line 1069 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATION_MODE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservation-mode", driver.loc_);
+ }
+}
+ YY_BREAK
+case 98:
+YY_RULE_SETUP
+#line 1080 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATION_MODE:
+ return isc::dhcp::Dhcp4Parser::make_DISABLED(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("disabled", driver.loc_);
+ }
+}
+ YY_BREAK
+case 99:
+YY_RULE_SETUP
+#line 1089 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATION_MODE:
+ return isc::dhcp::Dhcp4Parser::make_DISABLED(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("off", driver.loc_);
+ }
+}
+ YY_BREAK
+case 100:
+YY_RULE_SETUP
+#line 1098 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATION_MODE:
+ return isc::dhcp::Dhcp4Parser::make_OUT_OF_POOL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("out-of-pool", driver.loc_);
+ }
+}
+ YY_BREAK
+case 101:
+YY_RULE_SETUP
+#line 1107 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATION_MODE:
+ return isc::dhcp::Dhcp4Parser::make_GLOBAL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("global", driver.loc_);
+ }
+}
+ YY_BREAK
+case 102:
+YY_RULE_SETUP
+#line 1116 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATION_MODE:
+ return isc::dhcp::Dhcp4Parser::make_ALL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("all", driver.loc_);
+ }
+}
+ YY_BREAK
+case 103:
+YY_RULE_SETUP
+#line 1125 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATIONS_GLOBAL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservations-global", driver.loc_);
+ }
+}
+ YY_BREAK
+case 104:
+YY_RULE_SETUP
+#line 1136 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATIONS_IN_SUBNET(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservations-in-subnet", driver.loc_);
+ }
+}
+ YY_BREAK
+case 105:
+YY_RULE_SETUP
+#line 1147 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATIONS_OUT_OF_POOL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservations-out-of-pool", driver.loc_);
+ }
+}
+ YY_BREAK
+case 106:
+YY_RULE_SETUP
+#line 1158 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_CODE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("code", driver.loc_);
+ }
+}
+ YY_BREAK
+case 107:
+YY_RULE_SETUP
+#line 1168 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_HOST_RESERVATION_IDENTIFIERS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("host-reservation-identifiers", driver.loc_);
+ }
+}
+ YY_BREAK
+case 108:
+YY_RULE_SETUP
+#line 1177 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_CALCULATE_TEE_TIMES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("calculate-tee-times", driver.loc_);
+ }
+}
+ YY_BREAK
+case 109:
+YY_RULE_SETUP
+#line 1188 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_T1_PERCENT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("t1-percent", driver.loc_);
+ }
+}
+ YY_BREAK
+case 110:
+YY_RULE_SETUP
+#line 1199 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_T2_PERCENT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("t2-percent", driver.loc_);
+ }
+}
+ YY_BREAK
+case 111:
+YY_RULE_SETUP
+#line 1210 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_CACHE_THRESHOLD(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("cache-threshold", driver.loc_);
+ }
+}
+ YY_BREAK
+case 112:
+YY_RULE_SETUP
+#line 1221 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_CACHE_MAX_AGE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("cache-max-age", driver.loc_);
+ }
+}
+ YY_BREAK
+case 113:
+YY_RULE_SETUP
+#line 1233 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_LOGGERS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("loggers", driver.loc_);
+ }
+}
+ YY_BREAK
+case 114:
+YY_RULE_SETUP
+#line 1242 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LOGGERS:
+ return isc::dhcp::Dhcp4Parser::make_OUTPUT_OPTIONS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("output_options", driver.loc_);
+ }
+}
+ YY_BREAK
+case 115:
+YY_RULE_SETUP
+#line 1251 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OUTPUT_OPTIONS:
+ return isc::dhcp::Dhcp4Parser::make_OUTPUT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("output", driver.loc_);
+ }
+}
+ YY_BREAK
+case 116:
+YY_RULE_SETUP
+#line 1260 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LOGGERS:
+ return isc::dhcp::Dhcp4Parser::make_DEBUGLEVEL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("debuglevel", driver.loc_);
+ }
+}
+ YY_BREAK
+case 117:
+YY_RULE_SETUP
+#line 1269 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OUTPUT_OPTIONS:
+ return isc::dhcp::Dhcp4Parser::make_FLUSH(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("flush", driver.loc_);
+ }
+}
+ YY_BREAK
+case 118:
+YY_RULE_SETUP
+#line 1278 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OUTPUT_OPTIONS:
+ return isc::dhcp::Dhcp4Parser::make_MAXSIZE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("maxsize", driver.loc_);
+ }
+}
+ YY_BREAK
+case 119:
+YY_RULE_SETUP
+#line 1287 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OUTPUT_OPTIONS:
+ return isc::dhcp::Dhcp4Parser::make_MAXVER(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("maxver", driver.loc_);
+ }
+}
+ YY_BREAK
+case 120:
+YY_RULE_SETUP
+#line 1296 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OUTPUT_OPTIONS:
+ return isc::dhcp::Dhcp4Parser::make_PATTERN(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("pattern", driver.loc_);
+ }
+}
+ YY_BREAK
+case 121:
+YY_RULE_SETUP
+#line 1305 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::LOGGERS:
+ return isc::dhcp::Dhcp4Parser::make_SEVERITY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("severity", driver.loc_);
+ }
+}
+ YY_BREAK
+case 122:
+YY_RULE_SETUP
+#line 1314 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_CLIENT_CLASSES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("client-classes", driver.loc_);
+ }
+}
+ YY_BREAK
+case 123:
+YY_RULE_SETUP
+#line 1324 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::POOLS:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_REQUIRE_CLIENT_CLASSES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("require-client-classes", driver.loc_);
+ }
+}
+ YY_BREAK
+case 124:
+YY_RULE_SETUP
+#line 1335 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::POOLS:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_CLIENT_CLASS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("client-class", driver.loc_);
+ }
+}
+ YY_BREAK
+case 125:
+YY_RULE_SETUP
+#line 1347 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_TEST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("test", driver.loc_);
+ }
+}
+ YY_BREAK
+case 126:
+YY_RULE_SETUP
+#line 1356 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_TEMPLATE_TEST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("template-test", driver.loc_);
+ }
+}
+ YY_BREAK
+case 127:
+YY_RULE_SETUP
+#line 1365 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_ONLY_IF_REQUIRED(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("only-if-required", driver.loc_);
+ }
+}
+ YY_BREAK
+case 128:
+YY_RULE_SETUP
+#line 1374 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATIONS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservations", driver.loc_);
+ }
+}
+ YY_BREAK
+case 129:
+YY_RULE_SETUP
+#line 1384 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_DUID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("duid", driver.loc_);
+ }
+}
+ YY_BREAK
+case 130:
+YY_RULE_SETUP
+#line 1394 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_HW_ADDRESS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hw-address", driver.loc_);
+ }
+}
+ YY_BREAK
+case 131:
+YY_RULE_SETUP
+#line 1404 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_CLIENT_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("client-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 132:
+YY_RULE_SETUP
+#line 1414 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_CIRCUIT_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("circuit-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 133:
+YY_RULE_SETUP
+#line 1424 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOST_RESERVATION_IDENTIFIERS:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_FLEX_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("flex-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 134:
+YY_RULE_SETUP
+#line 1434 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_HOSTNAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hostname", driver.loc_);
+ }
+}
+ YY_BREAK
+case 135:
+YY_RULE_SETUP
+#line 1443 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_SPACE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("space", driver.loc_);
+ }
+}
+ YY_BREAK
+case 136:
+YY_RULE_SETUP
+#line 1453 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DATA:
+ return isc::dhcp::Dhcp4Parser::make_CSV_FORMAT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("csv-format", driver.loc_);
+ }
+}
+ YY_BREAK
+case 137:
+YY_RULE_SETUP
+#line 1462 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ return isc::dhcp::Dhcp4Parser::make_RECORD_TYPES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("record-types", driver.loc_);
+ }
+}
+ YY_BREAK
+case 138:
+YY_RULE_SETUP
+#line 1471 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ return isc::dhcp::Dhcp4Parser::make_ENCAPSULATE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("encapsulate", driver.loc_);
+ }
+}
+ YY_BREAK
+case 139:
+YY_RULE_SETUP
+#line 1480 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::OPTION_DEF:
+ return isc::dhcp::Dhcp4Parser::make_ARRAY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("array", driver.loc_);
+ }
+}
+ YY_BREAK
+case 140:
+YY_RULE_SETUP
+#line 1489 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_RELAY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("relay", driver.loc_);
+ }
+}
+ YY_BREAK
+case 141:
+YY_RULE_SETUP
+#line 1499 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RELAY:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ return isc::dhcp::Dhcp4Parser::make_IP_ADDRESS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ip-address", driver.loc_);
+ }
+}
+ YY_BREAK
+case 142:
+YY_RULE_SETUP
+#line 1509 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::RELAY:
+ return isc::dhcp::Dhcp4Parser::make_IP_ADDRESSES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ip-addresses", driver.loc_);
+ }
+}
+ YY_BREAK
+case 143:
+YY_RULE_SETUP
+#line 1518 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_HOOKS_LIBRARIES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hooks-libraries", driver.loc_);
+ }
+}
+ YY_BREAK
+case 144:
+YY_RULE_SETUP
+#line 1528 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOOKS_LIBRARIES:
+ return isc::dhcp::Dhcp4Parser::make_PARAMETERS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("parameters", driver.loc_);
+ }
+}
+ YY_BREAK
+case 145:
+YY_RULE_SETUP
+#line 1537 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::HOOKS_LIBRARIES:
+ return isc::dhcp::Dhcp4Parser::make_LIBRARY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("library", driver.loc_);
+ }
+}
+ YY_BREAK
+case 146:
+YY_RULE_SETUP
+#line 1546 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_EXPIRED_LEASES_PROCESSING(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("expired-leases-processing", driver.loc_);
+ }
+}
+ YY_BREAK
+case 147:
+YY_RULE_SETUP
+#line 1555 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_RECLAIM_TIMER_WAIT_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reclaim-timer-wait-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 148:
+YY_RULE_SETUP
+#line 1564 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_FLUSH_RECLAIMED_TIMER_WAIT_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("flush-reclaimed-timer-wait-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 149:
+YY_RULE_SETUP
+#line 1573 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_HOLD_RECLAIMED_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hold-reclaimed-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 150:
+YY_RULE_SETUP
+#line 1582 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_MAX_RECLAIM_LEASES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-reclaim-leases", driver.loc_);
+ }
+}
+ YY_BREAK
+case 151:
+YY_RULE_SETUP
+#line 1591 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_MAX_RECLAIM_TIME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-reclaim-time", driver.loc_);
+ }
+}
+ YY_BREAK
+case 152:
+YY_RULE_SETUP
+#line 1600 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::EXPIRED_LEASES_PROCESSING:
+ return isc::dhcp::Dhcp4Parser::make_UNWARNED_RECLAIM_CYCLES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("unwarned-reclaim-cycles", driver.loc_);
+ }
+}
+ YY_BREAK
+case 153:
+YY_RULE_SETUP
+#line 1609 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_DHCP4O6_PORT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("dhcp4o6-port", driver.loc_);
+ }
+}
+ YY_BREAK
+case 154:
+YY_RULE_SETUP
+#line 1618 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_DHCP_MULTI_THREADING(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("multi-threading", driver.loc_);
+ }
+}
+ YY_BREAK
+case 155:
+YY_RULE_SETUP
+#line 1627 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
+ return isc::dhcp::Dhcp4Parser::make_ENABLE_MULTI_THREADING(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("enable-multi-threading", driver.loc_);
+ }
+}
+ YY_BREAK
+case 156:
+YY_RULE_SETUP
+#line 1636 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
+ return isc::dhcp::Dhcp4Parser::make_THREAD_POOL_SIZE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("thread-pool-size", driver.loc_);
+ }
+}
+ YY_BREAK
+case 157:
+YY_RULE_SETUP
+#line 1645 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_MULTI_THREADING:
+ return isc::dhcp::Dhcp4Parser::make_PACKET_QUEUE_SIZE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("packet-queue-size", driver.loc_);
+ }
+}
+ YY_BREAK
+case 158:
+YY_RULE_SETUP
+#line 1654 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_CONTROL_SOCKET(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("control-socket", driver.loc_);
+ }
+}
+ YY_BREAK
+case 159:
+YY_RULE_SETUP
+#line 1663 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CONTROL_SOCKET:
+ return isc::dhcp::Dhcp4Parser::make_SOCKET_TYPE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("socket-type", driver.loc_);
+ }
+}
+ YY_BREAK
+case 160:
+YY_RULE_SETUP
+#line 1672 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::CONTROL_SOCKET:
+ return isc::dhcp::Dhcp4Parser::make_SOCKET_NAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("socket-name", driver.loc_);
+ }
+}
+ YY_BREAK
+case 161:
+YY_RULE_SETUP
+#line 1681 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_DHCP_QUEUE_CONTROL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("dhcp-queue-control", driver.loc_);
+ }
+}
+ YY_BREAK
+case 162:
+YY_RULE_SETUP
+#line 1690 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_ENABLE_QUEUE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("enable-queue", driver.loc_);
+ }
+}
+ YY_BREAK
+case 163:
+YY_RULE_SETUP
+#line 1699 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_QUEUE_TYPE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("queue-type", driver.loc_);
+ }
+}
+ YY_BREAK
+case 164:
+YY_RULE_SETUP
+#line 1708 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_QUEUE_CONTROL:
+ return isc::dhcp::Dhcp4Parser::make_CAPACITY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("capacity", driver.loc_);
+ }
+}
+ YY_BREAK
+case 165:
+YY_RULE_SETUP
+#line 1717 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_DHCP_DDNS(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("dhcp-ddns", driver.loc_);
+ }
+}
+ YY_BREAK
+case 166:
+YY_RULE_SETUP
+#line 1726 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_ENABLE_UPDATES(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("enable-updates", driver.loc_);
+ }
+}
+ YY_BREAK
+case 167:
+YY_RULE_SETUP
+#line 1735 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_QUALIFYING_SUFFIX(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("qualifying-suffix", driver.loc_);
+ }
+}
+ YY_BREAK
+case 168:
+YY_RULE_SETUP
+#line 1744 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_SERVER_IP(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("server-ip", driver.loc_);
+ }
+}
+ YY_BREAK
+case 169:
+YY_RULE_SETUP
+#line 1753 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_SERVER_PORT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("server-port", driver.loc_);
+ }
+}
+ YY_BREAK
+case 170:
+YY_RULE_SETUP
+#line 1762 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_SENDER_IP(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("sender-ip", driver.loc_);
+ }
+}
+ YY_BREAK
+case 171:
+YY_RULE_SETUP
+#line 1771 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_SENDER_PORT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("sender-port", driver.loc_);
+ }
+}
+ YY_BREAK
+case 172:
+YY_RULE_SETUP
+#line 1780 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_MAX_QUEUE_SIZE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-queue-size", driver.loc_);
+ }
+}
+ YY_BREAK
+case 173:
+YY_RULE_SETUP
+#line 1789 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_NCR_PROTOCOL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ncr-protocol", driver.loc_);
+ }
+}
+ YY_BREAK
+case 174:
+YY_RULE_SETUP
+#line 1798 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_NCR_FORMAT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ncr-format", driver.loc_);
+ }
+}
+ YY_BREAK
+case 175:
+YY_RULE_SETUP
+#line 1807 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_OVERRIDE_NO_UPDATE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("override-no-update", driver.loc_);
+ }
+}
+ YY_BREAK
+case 176:
+YY_RULE_SETUP
+#line 1816 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_OVERRIDE_CLIENT_UPDATE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("override-client-update", driver.loc_);
+ }
+}
+ YY_BREAK
+case 177:
+YY_RULE_SETUP
+#line 1825 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_REPLACE_CLIENT_NAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("replace-client-name", driver.loc_);
+ }
+}
+ YY_BREAK
+case 178:
+YY_RULE_SETUP
+#line 1834 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ return isc::dhcp::Dhcp4Parser::make_GENERATED_PREFIX(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("generated-prefix", driver.loc_);
+ }
+}
+ YY_BREAK
+case 179:
+YY_RULE_SETUP
+#line 1843 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_HOSTNAME_CHAR_SET(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hostname-char-set", driver.loc_);
+ }
+}
+ YY_BREAK
+case 180:
+YY_RULE_SETUP
+#line 1855 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::DHCP_DDNS:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_HOSTNAME_CHAR_REPLACEMENT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("hostname-char-replacement", driver.loc_);
+ }
+}
+ YY_BREAK
+case 181:
+YY_RULE_SETUP
+#line 1867 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_PROTOCOL) {
+ return isc::dhcp::Dhcp4Parser::make_UDP(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 182:
+YY_RULE_SETUP
+#line 1877 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_PROTOCOL) {
+ return isc::dhcp::Dhcp4Parser::make_TCP(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 183:
+YY_RULE_SETUP
+#line 1887 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::NCR_FORMAT) {
+ return isc::dhcp::Dhcp4Parser::make_JSON(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 184:
+YY_RULE_SETUP
+#line 1897 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_WHEN_PRESENT(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 185:
+YY_RULE_SETUP
+#line 1907 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_WHEN_PRESENT(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 186:
+YY_RULE_SETUP
+#line 1917 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_NEVER(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 187:
+YY_RULE_SETUP
+#line 1927 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_NEVER(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 188:
+YY_RULE_SETUP
+#line 1937 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_ALWAYS(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 189:
+YY_RULE_SETUP
+#line 1947 "dhcp4_lexer.ll"
+{
+ /* dhcp-ddns value keywords are case insensitive */
+ if (driver.ctx_ == isc::dhcp::Parser4Context::REPLACE_CLIENT_NAME) {
+ return isc::dhcp::Dhcp4Parser::make_WHEN_NOT_PRESENT(driver.loc_);
+ }
+ std::string tmp(yytext+1);
+ tmp.resize(tmp.size() - 1);
+ return isc::dhcp::Dhcp4Parser::make_STRING(tmp, driver.loc_);
+}
+ YY_BREAK
+case 190:
+YY_RULE_SETUP
+#line 1957 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_SUBNET_4O6_INTERFACE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("4o6-interface", driver.loc_);
+ }
+}
+ YY_BREAK
+case 191:
+YY_RULE_SETUP
+#line 1966 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_SUBNET_4O6_INTERFACE_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("4o6-interface-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 192:
+YY_RULE_SETUP
+#line 1975 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::SUBNET4:
+ return isc::dhcp::Dhcp4Parser::make_SUBNET_4O6_SUBNET(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("4o6-subnet", driver.loc_);
+ }
+}
+ YY_BREAK
+case 193:
+YY_RULE_SETUP
+#line 1984 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_ECHO_CLIENT_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("echo-client-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 194:
+YY_RULE_SETUP
+#line 1993 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_MATCH_CLIENT_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("match-client-id", driver.loc_);
+ }
+}
+ YY_BREAK
+case 195:
+YY_RULE_SETUP
+#line 2004 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ return isc::dhcp::Dhcp4Parser::make_AUTHORITATIVE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("authoritative", driver.loc_);
+ }
+}
+ YY_BREAK
+case 196:
+YY_RULE_SETUP
+#line 2015 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_NEXT_SERVER(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("next-server", driver.loc_);
+ }
+}
+ YY_BREAK
+case 197:
+YY_RULE_SETUP
+#line 2028 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_SERVER_HOSTNAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("server-hostname", driver.loc_);
+ }
+}
+ YY_BREAK
+case 198:
+YY_RULE_SETUP
+#line 2041 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::RESERVATIONS:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_BOOT_FILE_NAME(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("boot-file-name", driver.loc_);
+ }
+}
+ YY_BREAK
+case 199:
+YY_RULE_SETUP
+#line 2054 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_EARLY_GLOBAL_RESERVATIONS_LOOKUP(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("early-global-reservations-lookup", driver.loc_);
+ }
+}
+ YY_BREAK
+case 200:
+YY_RULE_SETUP
+#line 2063 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_IP_RESERVATIONS_UNIQUE(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ip-reservations-unique", driver.loc_);
+ }
+}
+ YY_BREAK
+case 201:
+YY_RULE_SETUP
+#line 2072 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_RESERVATIONS_LOOKUP_FIRST(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("reservations-lookup-first", driver.loc_);
+ }
+}
+ YY_BREAK
+case 202:
+YY_RULE_SETUP
+#line 2081 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ return isc::dhcp::Dhcp4Parser::make_COMPATIBILITY(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("compatibility", driver.loc_);
+ }
+}
+ YY_BREAK
+case 203:
+YY_RULE_SETUP
+#line 2090 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::COMPATIBILITY:
+ return isc::dhcp::Dhcp4Parser::make_LENIENT_OPTION_PARSING(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("lenient-option-parsing", driver.loc_);
+ }
+}
+ YY_BREAK
+case 204:
+YY_RULE_SETUP
+#line 2099 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::COMPATIBILITY:
+ return isc::dhcp::Dhcp4Parser::make_IGNORE_DHCP_SERVER_ID(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ignore-dhcp-server-identifier", driver.loc_);
+ }
+}
+ YY_BREAK
+case 205:
+YY_RULE_SETUP
+#line 2108 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::COMPATIBILITY:
+ return isc::dhcp::Dhcp4Parser::make_IGNORE_RAI_LINK_SEL(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("ignore-rai-link-selection", driver.loc_);
+ }
+}
+ YY_BREAK
+case 206:
+YY_RULE_SETUP
+#line 2117 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::COMPATIBILITY:
+ return isc::dhcp::Dhcp4Parser::make_EXCLUDE_FIRST_LAST_24(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("exclude-first-last-24", driver.loc_);
+ }
+}
+ YY_BREAK
+case 207:
+YY_RULE_SETUP
+#line 2126 "dhcp4_lexer.ll"
+{
+ switch(driver.ctx_) {
+ case isc::dhcp::Parser4Context::DHCP4:
+ case isc::dhcp::Parser4Context::SUBNET4:
+ case isc::dhcp::Parser4Context::SHARED_NETWORK:
+ case isc::dhcp::Parser4Context::CLIENT_CLASSES:
+ return isc::dhcp::Dhcp4Parser::make_OFFER_LFT(driver.loc_);
+ default:
+ return isc::dhcp::Dhcp4Parser::make_STRING("offer-lifetime", driver.loc_);
+ }
+}
+ YY_BREAK
+case 208:
+YY_RULE_SETUP
+#line 2138 "dhcp4_lexer.ll"
+{
+ /* A string has been matched. It contains the actual string and single quotes.
+ We need to get those quotes out of the way and just use its content, e.g.
+ for 'foo' we should get foo */
+ std::string raw(yytext+1);
+ size_t len = raw.size() - 1;
+ raw.resize(len);
+ std::string decoded;
+ decoded.reserve(len);
+ for (size_t pos = 0; pos < len; ++pos) {
+ int b = 0;
+ char c = raw[pos];
+ switch (c) {
+ case '"':
+ /* impossible condition */
+ driver.error(driver.loc_, "Bad quote in \"" + raw + "\"");
+ break;
+ case '\\':
+ ++pos;
+ if (pos >= len) {
+ /* impossible condition */
+ driver.error(driver.loc_, "Overflow escape in \"" + raw + "\"");
+ }
+ c = raw[pos];
+ switch (c) {
+ case '"':
+ case '\\':
+ case '/':
+ decoded.push_back(c);
+ break;
+ case 'b':
+ decoded.push_back('\b');
+ break;
+ case 'f':
+ decoded.push_back('\f');
+ break;
+ case 'n':
+ decoded.push_back('\n');
+ break;
+ case 'r':
+ decoded.push_back('\r');
+ break;
+ case 't':
+ decoded.push_back('\t');
+ break;
+ case 'u':
+ /* support only \u0000 to \u00ff */
+ ++pos;
+ if (pos + 4 > len) {
+ /* impossible condition */
+ driver.error(driver.loc_,
+ "Overflow unicode escape in \"" + raw + "\"");
+ }
+ if ((raw[pos] != '0') || (raw[pos + 1] != '0')) {
+ driver.error(driver.loc_,
+ "Unsupported unicode escape in \"" + raw + "\"",
+ pos + 1);
+ }
+ pos += 2;
+ c = raw[pos];
+ if ((c >= '0') && (c <= '9')) {
+ b = (c - '0') << 4;
+ } else if ((c >= 'A') && (c <= 'F')) {
+ b = (c - 'A' + 10) << 4;
+ } else if ((c >= 'a') && (c <= 'f')) {
+ b = (c - 'a' + 10) << 4;
+ } else {
+ /* impossible condition */
+ driver.error(driver.loc_, "Not hexadecimal in unicode escape in \"" + raw + "\"");
+ }
+ pos++;
+ c = raw[pos];
+ if ((c >= '0') && (c <= '9')) {
+ b |= c - '0';
+ } else if ((c >= 'A') && (c <= 'F')) {
+ b |= c - 'A' + 10;
+ } else if ((c >= 'a') && (c <= 'f')) {
+ b |= c - 'a' + 10;
+ } else {
+ /* impossible condition */
+ driver.error(driver.loc_, "Not hexadecimal in unicode escape in \"" + raw + "\"");
+ }
+ decoded.push_back(static_cast<char>(b & 0xff));
+ break;
+ default:
+ /* impossible condition */
+ driver.error(driver.loc_, "Bad escape in \"" + raw + "\"");
+ }
+ break;
+ default:
+ if ((c >= 0) && (c < 0x20)) {
+ /* impossible condition */
+ driver.error(driver.loc_, "Invalid control in \"" + raw + "\"");
+ }
+ decoded.push_back(c);
+ }
+ }
+
+ return isc::dhcp::Dhcp4Parser::make_STRING(decoded, driver.loc_);
+}
+ YY_BREAK
+case 209:
+/* rule 209 can match eol */
+YY_RULE_SETUP
+#line 2239 "dhcp4_lexer.ll"
+{
+ /* Bad string with a forbidden control character inside */
+ std::string raw(yytext+1);
+ size_t len = raw.size() - 1;
+ size_t pos = 0;
+ for (; pos < len; ++pos) {
+ char c = raw[pos];
+ if ((c >= 0) && (c < 0x20)) {
+ break;
+ }
+ }
+ driver.error(driver.loc_,
+ "Invalid control in " + std::string(yytext),
+ pos + 1);
+}
+ YY_BREAK
+case 210:
+/* rule 210 can match eol */
+YY_RULE_SETUP
+#line 2255 "dhcp4_lexer.ll"
+{
+ /* Bad string with a bad escape inside */
+ std::string raw(yytext+1);
+ size_t len = raw.size() - 1;
+ size_t pos = 0;
+ bool found = false;
+ for (; pos < len; ++pos) {
+ if (found) {
+ break;
+ }
+ char c = raw[pos];
+ if (c == '\\') {
+ ++pos;
+ c = raw[pos];
+ switch (c) {
+ case '"':
+ case '\\':
+ case '/':
+ case 'b':
+ case 'f':
+ case 'n':
+ case 'r':
+ case 't':
+ break;
+ case 'u':
+ if ((pos + 4 > len) ||
+ !std::isxdigit(raw[pos + 1]) ||
+ !std::isxdigit(raw[pos + 2]) ||
+ !std::isxdigit(raw[pos + 3]) ||
+ !std::isxdigit(raw[pos + 4])) {
+ found = true;
+ }
+ break;
+ default:
+ found = true;
+ break;
+ }
+ }
+ }
+ /* The rule stops on the first " including on \" so add ... in this case */
+ std::string trailer = "";
+ if (raw[len - 1] == '\\') {
+ trailer = "...";
+ }
+ driver.error(driver.loc_,
+ "Bad escape in " + std::string(yytext) + trailer,
+ pos);
+}
+ YY_BREAK
+case 211:
+YY_RULE_SETUP
+#line 2304 "dhcp4_lexer.ll"
+{
+ /* Bad string with an open escape at the end */
+ std::string raw(yytext+1);
+ driver.error(driver.loc_,
+ "Overflow escape in " + std::string(yytext),
+ raw.size() + 1);
+}
+ YY_BREAK
+case 212:
+YY_RULE_SETUP
+#line 2312 "dhcp4_lexer.ll"
+{
+ /* Bad string with an open unicode escape at the end */
+ std::string raw(yytext+1);
+ size_t pos = raw.size() - 1;
+ for (; pos > 0; --pos) {
+ char c = raw[pos];
+ if (c == 'u') {
+ break;
+ }
+ }
+ driver.error(driver.loc_,
+ "Overflow unicode escape in " + std::string(yytext),
+ pos + 1);
+}
+ YY_BREAK
+case 213:
+YY_RULE_SETUP
+#line 2327 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_LSQUARE_BRACKET(driver.loc_); }
+ YY_BREAK
+case 214:
+YY_RULE_SETUP
+#line 2328 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_RSQUARE_BRACKET(driver.loc_); }
+ YY_BREAK
+case 215:
+YY_RULE_SETUP
+#line 2329 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_LCURLY_BRACKET(driver.loc_); }
+ YY_BREAK
+case 216:
+YY_RULE_SETUP
+#line 2330 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_RCURLY_BRACKET(driver.loc_); }
+ YY_BREAK
+case 217:
+YY_RULE_SETUP
+#line 2331 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_COMMA(driver.loc_); }
+ YY_BREAK
+case 218:
+YY_RULE_SETUP
+#line 2332 "dhcp4_lexer.ll"
+{ return isc::dhcp::Dhcp4Parser::make_COLON(driver.loc_); }
+ YY_BREAK
+case 219:
+YY_RULE_SETUP
+#line 2334 "dhcp4_lexer.ll"
+{
+ /* An integer was found. */
+ std::string tmp(yytext);
+ int64_t integer = 0;
+ try {
+ /* In substring we want to use negative values (e.g. -1).
+ In enterprise-id we need to use values up to 0xffffffff.
+ To cover both of those use cases, we need at least
+ int64_t. */
+ integer = boost::lexical_cast<int64_t>(tmp);
+ } catch (const boost::bad_lexical_cast &) {
+ driver.error(driver.loc_, "Failed to convert " + tmp + " to an integer.");
+ }
+
+ /* The parser needs the string form as double conversion is no lossless */
+ return isc::dhcp::Dhcp4Parser::make_INTEGER(integer, driver.loc_);
+}
+ YY_BREAK
+case 220:
+YY_RULE_SETUP
+#line 2352 "dhcp4_lexer.ll"
+{
+ /* A floating point was found. */
+ std::string tmp(yytext);
+ double fp = 0.0;
+ try {
+ fp = boost::lexical_cast<double>(tmp);
+ } catch (const boost::bad_lexical_cast &) {
+ driver.error(driver.loc_, "Failed to convert " + tmp + " to a floating point.");
+ }
+
+ return isc::dhcp::Dhcp4Parser::make_FLOAT(fp, driver.loc_);
+}
+ YY_BREAK
+case 221:
+YY_RULE_SETUP
+#line 2365 "dhcp4_lexer.ll"
+{
+ string tmp(yytext);
+ return isc::dhcp::Dhcp4Parser::make_BOOLEAN(tmp == "true", driver.loc_);
+}
+ YY_BREAK
+case 222:
+YY_RULE_SETUP
+#line 2370 "dhcp4_lexer.ll"
+{
+ return isc::dhcp::Dhcp4Parser::make_NULL_TYPE(driver.loc_);
+}
+ YY_BREAK
+case 223:
+YY_RULE_SETUP
+#line 2374 "dhcp4_lexer.ll"
+driver.error (driver.loc_, "JSON true reserved keyword is lower case only");
+ YY_BREAK
+case 224:
+YY_RULE_SETUP
+#line 2376 "dhcp4_lexer.ll"
+driver.error (driver.loc_, "JSON false reserved keyword is lower case only");
+ YY_BREAK
+case 225:
+YY_RULE_SETUP
+#line 2378 "dhcp4_lexer.ll"
+driver.error (driver.loc_, "JSON null reserved keyword is lower case only");
+ YY_BREAK
+case 226:
+YY_RULE_SETUP
+#line 2380 "dhcp4_lexer.ll"
+driver.error (driver.loc_, "Invalid character: " + std::string(yytext));
+ YY_BREAK
+case YY_STATE_EOF(INITIAL):
+#line 2382 "dhcp4_lexer.ll"
+{
+ if (driver.states_.empty()) {
+ return isc::dhcp::Dhcp4Parser::make_END(driver.loc_);
+ }
+ driver.loc_ = driver.locs_.back();
+ driver.locs_.pop_back();
+ driver.file_ = driver.files_.back();
+ driver.files_.pop_back();
+ if (driver.sfile_) {
+ fclose(driver.sfile_);
+ driver.sfile_ = 0;
+ }
+ if (!driver.sfiles_.empty()) {
+ driver.sfile_ = driver.sfiles_.back();
+ driver.sfiles_.pop_back();
+ }
+ parser4__delete_buffer(YY_CURRENT_BUFFER);
+ parser4__switch_to_buffer(driver.states_.back());
+ driver.states_.pop_back();
+
+ BEGIN(DIR_EXIT);
+}
+ YY_BREAK
+case 227:
+YY_RULE_SETUP
+#line 2405 "dhcp4_lexer.ll"
+ECHO;
+ YY_BREAK
+#line 5581 "dhcp4_lexer.cc"
+
+ case YY_END_OF_BUFFER:
+ {
+ /* Amount of text matched not including the EOB char. */
+ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
+
+ /* Undo the effects of YY_DO_BEFORE_ACTION. */
+ *yy_cp = (yy_hold_char);
+ YY_RESTORE_YY_MORE_OFFSET
+
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
+ {
+ /* 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
+ * consistency between YY_CURRENT_BUFFER and our
+ * 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.
+ */
+ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+/* %if-c-only */
+ YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+ YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
+ }
+
+ /* 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().
+ */
+ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+ { /* This was really a NUL. */
+ yy_state_type yy_next_state;
+
+ (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
+
+ yy_current_state = yy_get_previous_state( );
+
+ /* 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 );
+
+ yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+
+ if ( yy_next_state )
+ {
+ /* Consume the NUL. */
+ yy_cp = ++(yy_c_buf_p);
+ yy_current_state = yy_next_state;
+ goto yy_match;
+ }
+
+ else
+ {
+/* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
+ yy_cp = (yy_last_accepting_cpos);
+ yy_current_state = (yy_last_accepting_state);
+ goto yy_find_action;
+ }
+ }
+
+ else switch ( yy_get_next_buffer( ) )
+ {
+ case EOB_ACT_END_OF_FILE:
+ {
+ (yy_did_buffer_switch_on_eof) = 0;
+
+ if ( yywrap( ) )
+ {
+ /* 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.
+ */
+ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
+
+ yy_act = YY_STATE_EOF(YY_START);
+ goto do_action;
+ }
+
+ else
+ {
+ if ( ! (yy_did_buffer_switch_on_eof) )
+ YY_NEW_FILE;
+ }
+ break;
+ }
+
+ case EOB_ACT_CONTINUE_SCAN:
+ (yy_c_buf_p) =
+ (yytext_ptr) + yy_amount_of_matched_text;
+
+ yy_current_state = yy_get_previous_state( );
+
+ yy_cp = (yy_c_buf_p);
+ yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+ goto yy_match;
+
+ case EOB_ACT_LAST_MATCH:
+ (yy_c_buf_p) =
+ &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
+
+ yy_current_state = yy_get_previous_state( );
+
+ yy_cp = (yy_c_buf_p);
+ yy_bp = (yytext_ptr) + YY_MORE_ADJ;
+ 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 */
+ } /* end of user's declarations */
+} /* end of yylex */
+/* %ok-for-header */
+
+/* %if-c++-only */
+/* %not-for-header */
+/* %ok-for-header */
+
+/* %endif */
+
+/* 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
+ */
+/* %if-c-only */
+static int yy_get_next_buffer (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
+ char *source = (yytext_ptr);
+ int number_to_move, i;
+ int ret_val;
+
+ if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
+ YY_FATAL_ERROR(
+ "fatal flex scanner internal error--end of buffer missed" );
+
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
+ { /* Don't try to fill the buffer, so this is an EOF. */
+ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
+ {
+ /* 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. */
+ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
+
+ for ( i = 0; i < number_to_move; ++i )
+ *(dest++) = *(source++);
+
+ if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
+ /* don't do the read, it's not guaranteed to return an EOF,
+ * just force an EOF
+ */
+ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
+
+ else
+ {
+ int num_to_read =
+ YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
+
+ while ( num_to_read <= 0 )
+ { /* Not enough room in the buffer - grow it. */
+
+ /* just a shorter name for the current buffer */
+ YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
+
+ int yy_c_buf_p_offset =
+ (int) ((yy_c_buf_p) - b->yy_ch_buf);
+
+ if ( b->yy_is_our_buffer )
+ {
+ int new_size = b->yy_buf_size * 2;
+
+ 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. */
+ yyrealloc( (void *) b->yy_ch_buf,
+ (yy_size_t) (b->yy_buf_size + 2) );
+ }
+ else
+ /* Can't grow it, we don't own it. */
+ b->yy_ch_buf = NULL;
+
+ if ( ! b->yy_ch_buf )
+ YY_FATAL_ERROR(
+ "fatal error - scanner input buffer overflow" );
+
+ (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
+
+ num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
+ number_to_move - 1;
+
+ }
+
+ if ( num_to_read > YY_READ_BUF_SIZE )
+ num_to_read = YY_READ_BUF_SIZE;
+
+ /* Read in more data. */
+ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
+ (yy_n_chars), num_to_read );
+
+ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
+ }
+
+ if ( (yy_n_chars) == 0 )
+ {
+ if ( number_to_move == YY_MORE_ADJ )
+ {
+ ret_val = EOB_ACT_END_OF_FILE;
+ yyrestart( yyin );
+ }
+
+ else
+ {
+ ret_val = EOB_ACT_LAST_MATCH;
+ YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
+ YY_BUFFER_EOF_PENDING;
+ }
+ }
+
+ else
+ ret_val = EOB_ACT_CONTINUE_SCAN;
+
+ if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
+ /* Extend the array by 50%, plus the number we really need. */
+ int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
+ YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
+ (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
+ if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
+ YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
+ /* "- 2" to take care of EOB's */
+ YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
+ }
+
+ (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;
+
+ (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
+
+ return ret_val;
+}
+
+/* yy_get_previous_state - get the state just before the EOB char was reached */
+
+/* %if-c-only */
+/* %not-for-header */
+ static yy_state_type yy_get_previous_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ yy_state_type yy_current_state;
+ char *yy_cp;
+
+/* %% [15.0] code to get the start state into yy_current_state goes here */
+ yy_current_state = (yy_start);
+
+ for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
+ {
+/* %% [16.0] code to find the next state goes here */
+ YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = yy_cp;
+ }
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+ if ( yy_current_state >= 2243 )
+ yy_c = yy_meta[yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
+ }
+
+ return yy_current_state;
+}
+
+/* yy_try_NUL_trans - try to make a transition on the NUL character
+ *
+ * synopsis
+ * next_state = yy_try_NUL_trans( current_state );
+ */
+/* %if-c-only */
+ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ int yy_is_jam;
+ /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
+ char *yy_cp = (yy_c_buf_p);
+
+ YY_CHAR yy_c = 1;
+ if ( yy_accept[yy_current_state] )
+ {
+ (yy_last_accepting_state) = yy_current_state;
+ (yy_last_accepting_cpos) = yy_cp;
+ }
+ while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
+ {
+ yy_current_state = (int) yy_def[yy_current_state];
+ if ( yy_current_state >= 2243 )
+ yy_c = yy_meta[yy_c];
+ }
+ yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
+ yy_is_jam = (yy_current_state == 2242);
+
+ return yy_is_jam ? 0 : yy_current_state;
+}
+
+#ifndef YY_NO_UNPUT
+/* %if-c-only */
+
+/* %endif */
+#endif
+
+/* %if-c-only */
+#ifndef YY_NO_INPUT
+#ifdef __cplusplus
+ static int yyinput (void)
+#else
+ static int input (void)
+#endif
+
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ int c;
+
+ *(yy_c_buf_p) = (yy_hold_char);
+
+ if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
+ {
+ /* 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.
+ */
+ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
+ /* This was really a NUL. */
+ *(yy_c_buf_p) = '\0';
+
+ else
+ { /* need more input */
+ int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
+ ++(yy_c_buf_p);
+
+ switch ( yy_get_next_buffer( ) )
+ {
+ 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. */
+ yyrestart( yyin );
+
+ /*FALLTHROUGH*/
+
+ case EOB_ACT_END_OF_FILE:
+ {
+ if ( yywrap( ) )
+ return 0;
+
+ if ( ! (yy_did_buffer_switch_on_eof) )
+ YY_NEW_FILE;
+#ifdef __cplusplus
+ return yyinput();
+#else
+ return input();
+#endif
+ }
+
+ case EOB_ACT_CONTINUE_SCAN:
+ (yy_c_buf_p) = (yytext_ptr) + offset;
+ break;
+ }
+ }
+ }
+
+ 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);
+
+/* %% [19.0] update BOL and yylineno */
+
+ return c;
+}
+/* %if-c-only */
+#endif /* ifndef YY_NO_INPUT */
+/* %endif */
+
+/** 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 .
+ */
+/* %if-c-only */
+ void yyrestart (FILE * input_file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+
+ if ( ! YY_CURRENT_BUFFER ){
+ yyensure_buffer_stack ();
+ YY_CURRENT_BUFFER_LVALUE =
+ yy_create_buffer( yyin, YY_BUF_SIZE );
+ }
+
+ yy_init_buffer( YY_CURRENT_BUFFER, input_file );
+ yy_load_buffer_state( );
+}
+
+/* %if-c++-only */
+/* %endif */
+
+/** Switch to a different input buffer.
+ * @param new_buffer The new input buffer.
+ *
+ */
+/* %if-c-only */
+ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+
+ /* 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 )
+ return;
+
+ 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);
+ }
+
+ YY_CURRENT_BUFFER_LVALUE = new_buffer;
+ yy_load_buffer_state( );
+
+ /* 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.
+ */
+ (yy_did_buffer_switch_on_eof) = 1;
+}
+
+/* %if-c-only */
+static void yy_load_buffer_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
+ (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
+/* %if-c-only */
+ yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+ (yy_hold_char) = *(yy_c_buf_p);
+}
+
+/** 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.
+ */
+/* %if-c-only */
+ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ YY_BUFFER_STATE b;
+
+ b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
+ if ( ! b )
+ YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+ b->yy_buf_size = size;
+
+ /* yy_ch_buf has to be 2 characters longer than the size given because
+ * we need to put in 2 end-of-buffer characters.
+ */
+ b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
+ if ( ! b->yy_ch_buf )
+ YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+
+ b->yy_is_our_buffer = 1;
+
+ yy_init_buffer( b, file );
+
+ return b;
+}
+
+/* %if-c++-only */
+/* %endif */
+
+/** Destroy the buffer.
+ * @param b a buffer created with yy_create_buffer()
+ *
+ */
+/* %if-c-only */
+ void yy_delete_buffer (YY_BUFFER_STATE b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+
+ if ( ! b )
+ return;
+
+ if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
+ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
+
+ if ( b->yy_is_our_buffer )
+ yyfree( (void *) b->yy_ch_buf );
+
+ yyfree( (void *) b );
+}
+
+/* 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.
+ */
+/* %if-c-only */
+ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+
+{
+ int oerrno = errno;
+
+ yy_flush_buffer( b );
+
+/* %if-c-only */
+ b->yy_input_file = file;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+ b->yy_fill_buffer = 1;
+
+ /* 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;
+ }
+
+/* %if-c-only */
+
+ b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
+
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+ errno = oerrno;
+}
+
+/** 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.
+ *
+ */
+/* %if-c-only */
+ void yy_flush_buffer (YY_BUFFER_STATE b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ if ( ! b )
+ 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;
+
+ if ( b == YY_CURRENT_BUFFER )
+ yy_load_buffer_state( );
+}
+
+/* %if-c-or-c++ */
+/** 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.
+ *
+ */
+/* %if-c-only */
+void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ 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;
+}
+/* %endif */
+
+/* %if-c-or-c++ */
+/** Removes and deletes the top of the stack, if present.
+ * The next element becomes the new top.
+ *
+ */
+/* %if-c-only */
+void yypop_buffer_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ 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;
+ }
+}
+/* %endif */
+
+/* %if-c-or-c++ */
+/* Allocates the stack if it does not exist.
+ * Guarantees space for at least one push.
+ */
+/* %if-c-only */
+static void yyensure_buffer_stack (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+{
+ yy_size_t num_to_alloc;
+
+ 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.
+ */
+ num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
+ (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()" );
+
+ memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
+
+ (yy_buffer_stack_max) = num_to_alloc;
+ (yy_buffer_stack_top) = 0;
+ return;
+ }
+
+ if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
+
+ /* Increase the buffer to prepare for a possible push. */
+ yy_size_t grow_size = 8 /* arbitrary grow size */;
+
+ 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;
+ }
+}
+/* %endif */
+
+/* %if-c-only */
+/** 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
+ *
+ * @return the newly allocated buffer state object.
+ */
+YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
+{
+ YY_BUFFER_STATE b;
+
+ 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. */
+ return NULL;
+
+ b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
+ if ( ! b )
+ YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+
+ b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
+ b->yy_buf_pos = b->yy_ch_buf = base;
+ b->yy_is_our_buffer = 0;
+ b->yy_input_file = NULL;
+ 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;
+
+ yy_switch_to_buffer( b );
+
+ return b;
+}
+/* %endif */
+
+/* %if-c-only */
+/** 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 (const char * yystr )
+{
+
+ return yy_scan_bytes( yystr, (int) strlen(yystr) );
+}
+/* %endif */
+
+/* %if-c-only */
+/** 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.
+ */
+YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
+{
+ YY_BUFFER_STATE b;
+ char *buf;
+ yy_size_t n;
+ int i;
+
+ /* Get memory for full buffer, including space for trailing EOB's. */
+ n = (yy_size_t) (_yybytes_len + 2);
+ buf = (char *) yyalloc( n );
+ if ( ! buf )
+ YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+
+ for ( i = 0; i < _yybytes_len; ++i )
+ buf[i] = yybytes[i];
+
+ buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
+
+ b = yy_scan_buffer( buf, n );
+ 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;
+}
+/* %endif */
+
+#ifndef YY_EXIT_FAILURE
+#define YY_EXIT_FAILURE 2
+#endif
+
+/* %if-c-only */
+static void yynoreturn yy_fatal_error (const char* msg )
+{
+ fprintf( stderr, "%s\n", msg );
+ exit( YY_EXIT_FAILURE );
+}
+/* %endif */
+/* %if-c++-only */
+/* %endif */
+
+/* Redefine yyless() so it works in section 3 code. */
+
+#undef yyless
+#define yyless(n) \
+ do \
+ { \
+ /* Undo effects of setting up yytext. */ \
+ int yyless_macro_arg = (n); \
+ 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 )
+
+/* Accessor methods (get/set functions) to struct members. */
+
+/* %if-c-only */
+/* %if-reentrant */
+/* %endif */
+
+/** Get the current line number.
+ *
+ */
+int yyget_lineno (void)
+{
+
+ return yylineno;
+}
+
+/** Get the input stream.
+ *
+ */
+FILE *yyget_in (void)
+{
+ return yyin;
+}
+
+/** Get the output stream.
+ *
+ */
+FILE *yyget_out (void)
+{
+ return yyout;
+}
+
+/** Get the length of the current token.
+ *
+ */
+int yyget_leng (void)
+{
+ return yyleng;
+}
+
+/** Get the current token.
+ *
+ */
+
+char *yyget_text (void)
+{
+ return yytext;
+}
+
+/* %if-reentrant */
+/* %endif */
+
+/** Set the current line number.
+ * @param _line_number line number
+ *
+ */
+void yyset_lineno (int _line_number )
+{
+
+ yylineno = _line_number;
+}
+
+/** Set the input stream. This does not discard the current
+ * input buffer.
+ * @param _in_str A readable stream.
+ *
+ * @see yy_switch_to_buffer
+ */
+void yyset_in (FILE * _in_str )
+{
+ yyin = _in_str ;
+}
+
+void yyset_out (FILE * _out_str )
+{
+ yyout = _out_str ;
+}
+
+int yyget_debug (void)
+{
+ return yy_flex_debug;
+}
+
+void yyset_debug (int _bdebug )
+{
+ yy_flex_debug = _bdebug ;
+}
+
+/* %endif */
+
+/* %if-reentrant */
+/* %if-bison-bridge */
+/* %endif */
+/* %endif if-c-only */
+
+/* %if-c-only */
+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.
+ */
+
+ (yy_buffer_stack) = NULL;
+ (yy_buffer_stack_top) = 0;
+ (yy_buffer_stack_max) = 0;
+ (yy_c_buf_p) = NULL;
+ (yy_init) = 0;
+ (yy_start) = 0;
+
+/* Defined in main.c */
+#ifdef YY_STDINIT
+ yyin = stdin;
+ yyout = stdout;
+#else
+ yyin = NULL;
+ yyout = NULL;
+#endif
+
+ /* For future reference: Set errno on error, since we are called by
+ * yylex_init()
+ */
+ return 0;
+}
+/* %endif */
+
+/* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */
+/* 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();
+ }
+
+ /* Destroy the stack itself. */
+ yyfree((yy_buffer_stack) );
+ (yy_buffer_stack) = NULL;
+
+ /* Reset the globals. This is important in a non-reentrant scanner so the next time
+ * yylex() is called, initialization will occur. */
+ yy_init_globals( );
+
+/* %if-reentrant */
+/* %endif */
+ return 0;
+}
+/* %endif */
+
+/*
+ * Internal utility routines.
+ */
+
+#ifndef yytext_ptr
+static void yy_flex_strncpy (char* s1, const char * s2, int n )
+{
+
+ int i;
+ for ( i = 0; i < n; ++i )
+ s1[i] = s2[i];
+}
+#endif
+
+#ifdef YY_NEED_STRLEN
+static int yy_flex_strlen (const char * s )
+{
+ int n;
+ for ( n = 0; s[n]; ++n )
+ ;
+
+ return n;
+}
+#endif
+
+void *yyalloc (yy_size_t size )
+{
+ return malloc(size);
+}
+
+void *yyrealloc (void * ptr, yy_size_t size )
+{
+
+ /* 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.
+ */
+ return realloc(ptr, size);
+}
+
+void yyfree (void * ptr )
+{
+ free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
+}
+
+/* %if-tables-serialization definitions */
+/* %define-yytables The name for this specific scanner's tables. */
+#define YYTABLES_NAME "yytables"
+/* %endif */
+
+/* %ok-for-header */
+
+#line 2405 "dhcp4_lexer.ll"
+
+
+using namespace isc::dhcp;
+
+void
+Parser4Context::scanStringBegin(const std::string& str, ParserType parser_type)
+{
+ start_token_flag = true;
+ start_token_value = parser_type;
+
+ file_ = "<string>";
+ sfile_ = 0;
+ loc_.initialize(&file_);
+ yy_flex_debug = trace_scanning_;
+ YY_BUFFER_STATE buffer;
+ buffer = parser4__scan_bytes(str.c_str(), str.size());
+ if (!buffer) {
+ fatal("cannot scan string");
+ /* fatal() throws an exception so this can't be reached */
+ }
+}
+
+void
+Parser4Context::scanFileBegin(FILE * f,
+ const std::string& filename,
+ ParserType parser_type)
+{
+ start_token_flag = true;
+ start_token_value = parser_type;
+
+ file_ = filename;
+ sfile_ = f;
+ loc_.initialize(&file_);
+ yy_flex_debug = trace_scanning_;
+ YY_BUFFER_STATE buffer;
+
+ /* See dhcp4_lexer.cc header for available definitions */
+ buffer = parser4__create_buffer(f, 65536 /*buffer size*/);
+ if (!buffer) {
+ fatal("cannot scan file " + filename);
+ }
+ parser4__switch_to_buffer(buffer);
+}
+
+void
+Parser4Context::scanEnd() {
+ if (sfile_)
+ fclose(sfile_);
+ sfile_ = 0;
+ static_cast<void>(parser4_lex_destroy());
+ /* Close files */
+ while (!sfiles_.empty()) {
+ FILE* f = sfiles_.back();
+ if (f) {
+ fclose(f);
+ }
+ sfiles_.pop_back();
+ }
+ /* Delete states */
+ while (!states_.empty()) {
+ parser4__delete_buffer(states_.back());
+ states_.pop_back();
+ }
+}
+
+void
+Parser4Context::includeFile(const std::string& filename) {
+ if (states_.size() > 10) {
+ fatal("Too many nested include.");
+ }
+
+ FILE* f = fopen(filename.c_str(), "r");
+ if (!f) {
+ fatal("Can't open include file " + filename);
+ }
+ if (sfile_) {
+ sfiles_.push_back(sfile_);
+ }
+ sfile_ = f;
+ states_.push_back(YY_CURRENT_BUFFER);
+ YY_BUFFER_STATE buffer;
+ buffer = parser4__create_buffer(f, 65536 /*buffer size*/);
+ if (!buffer) {
+ fatal( "Can't scan include file " + filename);
+ }
+ parser4__switch_to_buffer(buffer);
+ files_.push_back(file_);
+ file_ = filename;
+ locs_.push_back(loc_);
+ loc_.initialize(&file_);
+
+ BEGIN(INITIAL);
+}
+
+namespace {
+/** To avoid unused function error */
+class Dummy {
+ /* cppcheck-suppress unusedPrivateFunction */
+ void dummy() { yy_fatal_error("Fix me: how to disable its definition?"); }
+};
+}
+#endif /* !__clang_analyzer__ */
+