#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_flex_debug parser4__flex_debug #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 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 3 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* %if-c++-only */ /* %endif */ /* %if-c-only */ #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 yylex parser4_lex #define yyrestart parser4_restart #define yylex_init parser4_lex_init #define yylex_init_extra parser4_lex_init_extra #define yylex_destroy parser4_lex_destroy #define yyget_debug parser4_get_debug #define yyset_debug parser4_set_debug #define yyget_extra parser4_get_extra #define yyset_extra parser4_set_extra #define yyget_in parser4_get_in #define yyset_in parser4_set_in #define yyget_out parser4_get_out #define yyset_out parser4_set_out #define yyget_leng parser4_get_leng #define yyget_text parser4_get_text #define yyget_lineno parser4_get_lineno #define yyset_lineno parser4_set_lineno #define yywrap parser4_wrap /* %endif */ #define yyalloc parser4_alloc #define yyrealloc parser4_realloc #define yyfree parser4_free /* %if-c-only */ #define yytext parser4_text #define yyleng parser4_leng #define yyin parser4_in #define yyout parser4_out #define yy_flex_debug parser4__flex_debug #define yylineno parser4_lineno /* %endif */ /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ /* %if-c-only */ #include #include #include #include /* %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 . 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 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 #endif /* ! C99 */ #endif /* ! FLEXINT_H */ /* %endif */ /* %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 parser4_restart(parser4_in ) #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 parser4_leng; /* %endif */ /* %if-c-only */ /* %if-not-reentrant */ extern FILE *parser4_in, *parser4_out; /* %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 parser4_text. */ \ 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 parser4_text 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 parser4_restart()), so that the user can continue scanning by * just pointing parser4_in 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 parser4_text is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int parser4_leng; /* 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 parser4_wrap()'s to do buffer switches * instead of setting up a fresh parser4_in. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; /* %ok-for-header */ /* %endif */ void parser4_restart ( FILE *input_file ); void parser4__switch_to_buffer ( YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE parser4__create_buffer ( FILE *file, int size ); void parser4__delete_buffer ( YY_BUFFER_STATE b ); void parser4__flush_buffer ( YY_BUFFER_STATE b ); void parser4_push_buffer_state ( YY_BUFFER_STATE new_buffer ); void parser4_pop_buffer_state ( void ); static void parser4_ensure_buffer_stack ( void ); static void parser4__load_buffer_state ( void ); static void parser4__init_buffer ( YY_BUFFER_STATE b, FILE *file ); #define YY_FLUSH_BUFFER parser4__flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE parser4__scan_buffer ( char *base, yy_size_t size ); YY_BUFFER_STATE parser4__scan_string ( const char *yy_str ); YY_BUFFER_STATE parser4__scan_bytes ( const char *bytes, int len ); /* %endif */ void *parser4_alloc ( yy_size_t ); void *parser4_realloc ( void *, yy_size_t ); void parser4_free ( void * ); #define yy_new_buffer parser4__create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ parser4_ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ parser4__create_buffer(parser4_in,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ parser4_ensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ parser4__create_buffer(parser4_in,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] parser4_text/parser4_in/parser4_out/yy_state_type/parser4_lineno 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 *parser4_in = NULL, *parser4_out = NULL; typedef int yy_state_type; extern int parser4_lineno; int parser4_lineno = 1; extern char *parser4_text; #ifdef yytext_ptr #undef yytext_ptr #endif #define yytext_ptr parser4_text /* %% [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 parser4_text. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ /* %% [2.0] code to fiddle parser4_text and parser4_leng for yymore() goes here \ */\ parser4_leng = (int) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ /* %% [3.0] code to copy yytext_ptr to parser4_text[] 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 141 #define YY_END_OF_BUFFER 142 /* 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[1161] = { 0, 134, 134, 0, 0, 0, 0, 0, 0, 0, 0, 142, 140, 10, 11, 140, 1, 134, 131, 134, 134, 140, 133, 132, 140, 140, 140, 140, 140, 127, 128, 140, 140, 140, 129, 130, 5, 5, 5, 140, 140, 140, 10, 11, 0, 0, 123, 0, 0, 0, 0, 0, 0, 0, 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, 134, 134, 0, 133, 134, 3, 2, 6, 0, 134, 0, 0, 0, 0, 0, 0, 4, 0, 0, 9, 0, 124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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, 0, 0, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 137, 0, 136, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 138, 135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 106, 0, 0, 108, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 40, 0, 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 21, 0, 26, 0, 0, 0, 0, 0, 0, 0, 12, 113, 0, 110, 0, 109, 0, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 67, 0, 0, 0, 0, 7, 0, 0, 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 53, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 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, 66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 45, 0, 0, 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, 91, 0, 0, 0, 0, 0, 0, 0, 117, 0, 0, 0, 0, 0, 65, 0, 0, 0, 68, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63, 0, 17, 0, 73, 0, 0, 0, 0, 0, 97, 0, 0, 0, 37, 0, 0, 0, 75, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 120, 38, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 94, 0, 92, 87, 86, 0, 0, 0, 0, 0, 107, 0, 0, 0, 59, 0, 0, 0, 0, 0, 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 30, 0, 0, 0, 0, 96, 0, 0, 0, 0, 48, 34, 0, 69, 0, 0, 61, 0, 0, 43, 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, 0, 0, 0, 0, 122, 58, 0, 85, 0, 0, 118, 89, 0, 0, 0, 0, 0, 0, 19, 0, 18, 0, 95, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 74, 0, 0, 119, 0, 0, 0, 0, 0, 0, 0, 0, 121, 0, 116, 112, 0, 0, 0, 14, 0, 0, 103, 0, 0, 0, 0, 82, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 81, 0, 100, 0, 0, 0, 99, 98, 0, 0, 0, 80, 0, 0, 0, 102, 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, 78, 83, 35, 0, 0, 0, 77, 0, 0, 0, 0, 0, 0, 0, 51, 0, 0, 79, 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, 14, 14, 14, 15, 14, 16, 14, 14, 14, 17, 5, 18, 5, 19, 20, 5, 21, 22, 23, 24, 25, 26, 5, 27, 5, 28, 5, 29, 5, 30, 31, 32, 5, 33, 34, 35, 36, 37, 38, 5, 39, 5, 40, 41, 42, 5, 43, 5, 44, 45, 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, 5, 71, 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[72] = { 0, 1, 1, 2, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 } ; static const flex_int16_t yy_base[1173] = { 0, 0, 70, 19, 29, 41, 49, 52, 58, 87, 95, 1523, 1524, 32, 1519, 141, 0, 201, 1524, 206, 88, 11, 213, 1524, 1501, 114, 25, 2, 6, 1524, 1524, 73, 11, 17, 1524, 1524, 1524, 104, 1507, 1462, 0, 1499, 107, 1514, 217, 247, 1524, 1458, 185, 1464, 93, 58, 1456, 91, 209, 200, 14, 273, 190, 1455, 181, 186, 189, 223, 1464, 66, 206, 232, 204, 294, 256, 216, 1447, 78, 268, 300, 300, 1466, 0, 329, 344, 356, 364, 359, 1524, 0, 1524, 273, 335, 300, 335, 289, 353, 354, 299, 1524, 1463, 1502, 1524, 260, 1524, 375, 1491, 328, 1460, 356, 355, 1455, 350, 359, 357, 363, 371, 1498, 0, 426, 359, 1442, 1444, 1440, 1448, 74, 1444, 1433, 1434, 89, 1450, 1443, 1443, 213, 1434, 1428, 1434, 343, 1479, 1483, 1425, 1476, 1442, 1439, 1439, 1433, 336, 1426, 1419, 1424, 1418, 363, 1415, 1414, 1428, 365, 1414, 344, 1430, 351, 399, 372, 1427, 1428, 1426, 1408, 1410, 372, 1402, 1419, 1411, 0, 400, 424, 398, 401, 426, 432, 1410, 1524, 0, 1453, 438, 1404, 426, 434, 1412, 441, 1455, 442, 1454, 435, 1453, 1524, 479, 1400, 455, 1413, 1393, 1409, 1406, 1405, 420, 1446, 1440, 1406, 1385, 1393, 1388, 1399, 1387, 1399, 1399, 1390, 1379, 1392, 1392, 1384, 1374, 1392, 1524, 1387, 1390, 1371, 1421, 1370, 1380, 1383, 1417, 1378, 1366, 1377, 1413, 1360, 1370, 1362, 1359, 1375, 1356, 1355, 1361, 1352, 1359, 1361, 1406, 1364, 1358, 273, 1365, 1360, 1352, 1358, 1358, 1339, 1355, 1348, 1355, 1343, 1336, 1350, 1391, 1352, 1334, 1342, 459, 1524, 1524, 460, 1524, 1524, 1329, 0, 416, 430, 494, 471, 1386, 1339, 453, 1524, 1384, 1524, 1378, 515, 1322, 448, 1319, 1375, 1321, 1327, 1377, 1334, 1320, 1524, 1331, 1373, 1328, 1325, 500, 1370, 1364, 1319, 1314, 1311, 1320, 1309, 1358, 1306, 511, 1320, 1305, 1318, 1316, 1311, 1318, 1313, 1309, 452, 1307, 1303, 1351, 483, 1345, 1297, 1290, 1292, 1296, 1285, 1298, 491, 1299, 1296, 1300, 1524, 1288, 1288, 1300, 1282, 1274, 1275, 1296, 1278, 1290, 1289, 1275, 1287, 1286, 1285, 1326, 1325, 1524, 1269, 537, 1282, 1524, 1524, 1281, 0, 1270, 1262, 472, 1319, 1318, 1276, 1316, 1524, 1264, 1314, 1524, 515, 561, 1308, 487, 1312, 1268, 1264, 1252, 1524, 1268, 1255, 1254, 1524, 1256, 1253, 473, 1251, 1524, 1262, 1259, 1244, 1257, 1293, 1259, 1241, 1290, 1524, 1239, 1255, 1287, 1250, 1247, 1248, 1283, 1236, 1231, 1230, 1279, 1225, 1240, 1232, 1280, 1524, 1227, 1223, 1221, 1225, 1218, 1228, 1231, 1220, 1215, 1524, 1270, 1214, 1225, 1262, 1215, 1224, 1218, 1222, 1262, 1256, 1220, 1200, 1203, 1202, 1210, 1198, 1254, 1196, 1524, 1524, 1201, 1524, 1211, 1245, 1207, 0, 1191, 1208, 1246, 1524, 1524, 1194, 1524, 1200, 1524, 513, 517, 1203, 540, 1524, 1196, 1184, 1235, 1182, 1189, 1182, 1194, 1193, 1193, 1181, 1222, 1182, 1225, 1171, 1187, 1172, 1169, 1183, 1175, 1181, 1172, 1180, 1165, 1181, 1163, 1176, 1159, 1153, 1158, 1173, 1170, 1171, 1168, 1524, 1154, 1156, 1165, 1201, 527, 1164, 1147, 1148, 1145, 1524, 1159, 1138, 1159, 1149, 1192, 1146, 1190, 1524, 1137, 1151, 1154, 1186, 1185, 1132, 1183, 1524, 14, 1145, 1134, 1136, 1524, 1142, 1132, 1524, 1126, 1181, 517, 531, 1131, 1133, 1129, 1172, 542, 1171, 1170, 1124, 1114, 1167, 1120, 1130, 1164, 1122, 1109, 1117, 1160, 1122, 1121, 1122, 1115, 1104, 1117, 1120, 1115, 1116, 1113, 1116, 1111, 1152, 1151, 1101, 1091, 1099, 1147, 1096, 1088, 1089, 1102, 1524, 1090, 1099, 1098, 1098, 1138, 1081, 1090, 1083, 1072, 1076, 1127, 1074, 1084, 1124, 1071, 506, 538, 1065, 535, 1524, 1126, 1084, 1073, 1077, 1067, 1079, 1120, 1524, 1114, 533, 1072, 1066, 1074, 1069, 1065, 1072, 1055, 1055, 1072, 1067, 1055, 1051, 1058, 1052, 1062, 1050, 1064, 1052, 1060, 1058, 1049, 1058, 1054, 1095, 1037, 1037, 1050, 1035, 1033, 1034, 1524, 1524, 1042, 1045, 1048, 1524, 1047, 1032, 1024, 552, 1029, 1076, 1025, 1079, 1524, 1024, 1026, 1026, 1075, 1028, 1016, 1010, 1021, 1030, 1023, 1015, 1015, 1014, 1012, 1012, 1063, 1024, 999, 1524, 1055, 1002, 1015, 1014, 999, 1524, 522, 566, 1013, 1014, 1048, 1011, 1013, 1050, 1003, 996, 990, 997, 990, 1044, 1001, 990, 990, 999, 982, 996, 988, 1031, 997, 979, 978, 1524, 994, 975, 593, 974, 991, 969, 985, 1021, 979, 967, 983, 980, 964, 977, 962, 295, 6, 1524, 83, 219, 261, 1524, 283, 503, 498, 518, 514, 535, 595, 541, 541, 605, 551, 1524, 557, 556, 555, 569, 570, 575, 614, 588, 593, 565, 569, 568, 620, 565, 1524, 572, 583, 624, 625, 574, 1524, 570, 573, 572, 592, 589, 594, 595, 581, 589, 598, 578, 599, 639, 1524, 594, 641, 642, 606, 609, 597, 594, 601, 652, 601, 599, 617, 656, 611, 609, 607, 660, 661, 657, 617, 622, 615, 624, 612, 622, 618, 1524, 613, 614, 1524, 615, 631, 632, 633, 615, 620, 638, 1524, 660, 651, 624, 624, 645, 1524, 628, 643, 638, 1524, 1524, 648, 683, 632, 685, 634, 692, 637, 648, 640, 646, 642, 660, 661, 1524, 659, 1524, 661, 1524, 665, 655, 648, 660, 702, 1524, 660, 710, 711, 1524, 660, 667, 709, 1524, 1524, 659, 659, 662, 676, 663, 720, 679, 717, 723, 673, 725, 726, 727, 688, 672, 684, 689, 704, 733, 729, 694, 686, 737, 686, 697, 702, 684, 742, 697, 702, 1524, 703, 696, 705, 706, 703, 693, 695, 752, 701, 698, 755, 751, 694, 709, 759, 1524, 1524, 710, 720, 705, 706, 765, 767, 713, 769, 1524, 719, 721, 772, 1524, 736, 1524, 1524, 1524, 726, 776, 727, 778, 761, 1524, 723, 740, 742, 1524, 729, 728, 730, 731, 727, 1524, 749, 735, 736, 751, 751, 754, 754, 751, 756, 1524, 748, 758, 1524, 755, 760, 762, 759, 1524, 750, 756, 755, 766, 1524, 1524, 805, 1524, 754, 760, 1524, 763, 776, 1524, 773, 1524, 770, 793, 765, 814, 820, 821, 765, 823, 778, 772, 826, 827, 823, 788, 784, 826, 776, 781, 834, 792, 836, 796, 838, 801, 790, 841, 785, 802, 802, 786, 842, 807, 807, 804, 851, 811, 824, 813, 812, 1524, 1524, 856, 1524, 805, 816, 1524, 1524, 806, 855, 800, 805, 863, 813, 1524, 819, 1524, 866, 1524, 811, 826, 1524, 864, 832, 825, 834, 822, 832, 875, 826, 1524, 877, 878, 841, 826, 1524, 831, 883, 829, 828, 886, 841, 1524, 883, 845, 1524, 848, 891, 834, 836, 833, 849, 858, 897, 1524, 893, 1524, 1524, 842, 859, 896, 1524, 850, 857, 1524, 854, 859, 906, 851, 1524, 855, 867, 910, 854, 862, 1524, 873, 872, 864, 863, 877, 868, 877, 879, 1524, 921, 881, 923, 1524, 919, 883, 864, 927, 928, 887, 888, 889, 932, 891, 1524, 896, 1524, 878, 936, 897, 1524, 1524, 883, 883, 885, 1524, 890, 885, 897, 1524, 895, 899, 890, 942, 891, 907, 900, 909, 900, 907, 894, 909, 956, 915, 902, 918, 909, 923, 919, 1524, 963, 964, 965, 922, 921, 922, 1524, 1524, 1524, 969, 913, 929, 1524, 967, 918, 917, 919, 930, 977, 928, 1524, 937, 980, 1524, 1524, 986, 991, 996, 1001, 1006, 1011, 1016, 1019, 993, 998, 1000, 1013 } ; static const flex_int16_t yy_def[1173] = { 0, 1161, 1161, 1162, 1162, 1161, 1161, 1161, 1161, 1161, 1161, 1160, 1160, 1160, 1160, 1160, 1163, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1164, 1160, 1160, 1160, 1165, 15, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1166, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1163, 1160, 1160, 1160, 1160, 1160, 1160, 1167, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1164, 1160, 1165, 1160, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1168, 45, 1166, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1167, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1169, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1168, 1160, 1166, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1170, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 1160, 45, 1166, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 1160, 1160, 1171, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 1160, 45, 1166, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 1160, 45, 1160, 45, 45, 1160, 1172, 45, 45, 45, 1160, 1160, 45, 1160, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 1160, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 1160, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 1160, 1160, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 1160, 1160, 45, 1160, 45, 45, 1160, 45, 45, 1160, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 1160, 45, 1160, 45, 45, 1160, 1160, 45, 45, 45, 45, 45, 45, 1160, 45, 1160, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 1160, 1160, 45, 45, 45, 1160, 45, 45, 1160, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 1160, 45, 45, 45, 1160, 1160, 45, 45, 45, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 1160, 1160, 1160, 45, 45, 45, 1160, 45, 45, 45, 45, 45, 45, 45, 1160, 45, 45, 1160, 0, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160 } ; static const flex_int16_t yy_nxt[1596] = { 0, 1160, 13, 14, 13, 1160, 15, 16, 1160, 17, 18, 19, 20, 21, 22, 22, 22, 23, 24, 84, 589, 37, 14, 37, 85, 25, 26, 38, 1160, 590, 27, 37, 14, 37, 42, 28, 42, 38, 90, 91, 29, 112, 30, 13, 14, 13, 89, 90, 25, 31, 91, 13, 14, 13, 13, 14, 13, 32, 40, 1160, 13, 14, 13, 33, 40, 112, 90, 91, 781, 89, 34, 35, 13, 14, 13, 93, 15, 16, 94, 17, 18, 19, 20, 21, 22, 22, 22, 23, 24, 13, 14, 13, 106, 39, 89, 25, 26, 13, 14, 13, 27, 39, 83, 83, 83, 28, 42, 41, 42, 42, 29, 42, 30, 81, 105, 41, 108, 92, 25, 31, 106, 197, 155, 87, 133, 87, 156, 32, 88, 88, 88, 198, 134, 33, 202, 203, 81, 105, 782, 108, 34, 35, 44, 44, 44, 45, 45, 46, 45, 45, 45, 45, 45, 45, 45, 45, 47, 45, 45, 45, 45, 45, 48, 45, 45, 49, 45, 50, 45, 51, 52, 53, 45, 45, 45, 45, 54, 55, 45, 56, 45, 45, 57, 45, 45, 58, 59, 60, 61, 62, 63, 64, 65, 66, 51, 45, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 56, 45, 45, 45, 45, 45, 79, 103, 80, 80, 80, 79, 103, 82, 82, 82, 100, 111, 79, 81, 82, 82, 82, 124, 81, 109, 119, 125, 128, 120, 126, 81, 121, 103, 122, 110, 123, 105, 116, 129, 111, 142, 81, 127, 117, 143, 135, 81, 109, 130, 207, 101, 208, 151, 81, 45, 136, 152, 137, 100, 105, 45, 783, 110, 45, 144, 45, 153, 45, 45, 45, 131, 114, 138, 139, 45, 45, 140, 45, 45, 88, 88, 88, 141, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 101, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 148, 157, 784, 45, 108, 149, 150, 45, 109, 111, 170, 158, 159, 332, 168, 45, 333, 160, 110, 45, 170, 45, 115, 145, 785, 146, 779, 147, 83, 83, 83, 109, 163, 161, 88, 88, 88, 780, 170, 81, 168, 79, 164, 80, 80, 80, 110, 165, 173, 169, 87, 178, 87, 162, 81, 88, 88, 88, 83, 83, 83, 79, 81, 82, 82, 82, 99, 168, 169, 81, 180, 181, 183, 99, 81, 169, 184, 81, 185, 178, 186, 187, 178, 212, 223, 183, 213, 236, 224, 186, 214, 237, 81, 171, 172, 239, 180, 81, 181, 191, 183, 99, 240, 184, 187, 99, 185, 186, 262, 99, 192, 233, 234, 183, 248, 229, 256, 99, 249, 260, 260, 99, 250, 99, 176, 190, 190, 190, 241, 242, 243, 262, 190, 190, 190, 190, 190, 190, 261, 244, 261, 245, 262, 246, 269, 271, 247, 260, 263, 272, 278, 274, 276, 354, 356, 190, 190, 190, 190, 190, 190, 269, 287, 355, 261, 265, 264, 269, 288, 350, 350, 363, 356, 271, 274, 276, 272, 278, 279, 279, 279, 360, 417, 356, 281, 279, 279, 279, 279, 279, 279, 446, 350, 351, 357, 358, 380, 403, 404, 363, 381, 368, 391, 359, 360, 466, 446, 392, 279, 279, 279, 279, 279, 279, 366, 366, 366, 408, 569, 446, 467, 366, 366, 366, 366, 366, 366, 409, 439, 528, 453, 525, 454, 440, 456, 529, 531, 598, 418, 737, 786, 599, 787, 655, 366, 366, 366, 366, 366, 366, 656, 788, 671, 393, 789, 570, 528, 453, 394, 454, 45, 45, 45, 529, 599, 598, 737, 45, 45, 45, 45, 45, 45, 604, 657, 658, 738, 661, 790, 605, 671, 708, 659, 662, 764, 709, 791, 792, 793, 765, 45, 45, 45, 45, 45, 45, 794, 795, 796, 738, 797, 798, 799, 800, 801, 802, 803, 805, 804, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 831, 803, 804, 832, 830, 833, 834, 766, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 864, 887, 888, 889, 890, 891, 865, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 945, 916, 946, 947, 948, 949, 950, 944, 951, 952, 953, 954, 955, 956, 906, 957, 958, 959, 960, 961, 922, 963, 964, 965, 962, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 963, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 998, 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, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1033, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 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, 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, 12, 12, 12, 12, 12, 36, 36, 36, 36, 36, 78, 267, 78, 78, 78, 97, 353, 97, 443, 97, 99, 99, 99, 99, 99, 113, 113, 113, 113, 113, 167, 99, 167, 167, 167, 188, 188, 188, 778, 777, 776, 775, 774, 773, 772, 771, 770, 769, 768, 767, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, 736, 735, 734, 733, 732, 731, 730, 729, 728, 727, 726, 725, 724, 723, 722, 721, 720, 719, 718, 717, 716, 715, 714, 713, 712, 711, 710, 707, 706, 705, 704, 703, 702, 701, 700, 699, 698, 697, 696, 695, 694, 693, 692, 691, 690, 689, 688, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 672, 670, 669, 668, 667, 666, 665, 664, 663, 660, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645, 644, 643, 642, 641, 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, 621, 620, 619, 618, 617, 616, 615, 614, 613, 612, 611, 610, 609, 608, 607, 606, 603, 602, 601, 600, 597, 596, 595, 594, 593, 592, 591, 588, 587, 586, 585, 584, 583, 582, 581, 580, 579, 578, 577, 576, 575, 574, 573, 572, 571, 568, 567, 566, 565, 564, 563, 562, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 530, 527, 526, 525, 524, 523, 522, 521, 520, 519, 518, 517, 516, 515, 514, 513, 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, 501, 500, 499, 498, 497, 496, 495, 494, 493, 492, 491, 490, 489, 488, 487, 486, 485, 484, 483, 482, 481, 480, 479, 478, 477, 476, 475, 474, 473, 472, 471, 470, 469, 468, 465, 464, 463, 462, 461, 460, 459, 458, 457, 455, 452, 451, 450, 449, 448, 447, 445, 444, 442, 441, 438, 437, 436, 435, 434, 433, 432, 431, 430, 429, 428, 427, 426, 425, 424, 423, 422, 421, 420, 419, 416, 415, 414, 413, 412, 411, 410, 407, 406, 405, 402, 401, 400, 399, 398, 397, 396, 395, 390, 389, 388, 387, 386, 385, 384, 383, 382, 379, 378, 377, 376, 375, 374, 373, 372, 371, 370, 369, 367, 365, 364, 362, 361, 352, 349, 348, 347, 346, 345, 344, 343, 342, 341, 340, 339, 338, 337, 336, 335, 334, 331, 330, 329, 328, 327, 326, 325, 324, 323, 322, 321, 320, 319, 318, 317, 316, 315, 314, 313, 312, 311, 310, 309, 308, 307, 306, 305, 304, 303, 302, 301, 300, 299, 298, 297, 296, 295, 294, 293, 292, 291, 290, 289, 286, 285, 284, 283, 282, 280, 189, 277, 275, 273, 270, 268, 266, 259, 258, 257, 255, 254, 253, 252, 251, 238, 235, 232, 231, 230, 228, 227, 226, 225, 222, 221, 220, 219, 218, 217, 216, 215, 211, 210, 209, 206, 205, 204, 201, 200, 199, 196, 195, 194, 193, 189, 182, 179, 177, 175, 174, 166, 154, 132, 118, 107, 104, 102, 43, 98, 96, 95, 86, 43, 1160, 11, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160 } ; static const flex_int16_t yy_chk[1596] = { 0, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 21, 518, 3, 3, 3, 21, 1, 1, 3, 0, 518, 1, 4, 4, 4, 13, 1, 13, 4, 27, 28, 1, 56, 1, 5, 5, 5, 26, 32, 1, 1, 33, 6, 6, 6, 7, 7, 7, 1, 7, 0, 8, 8, 8, 1, 8, 56, 27, 28, 712, 26, 1, 1, 2, 2, 2, 32, 2, 2, 33, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 9, 9, 9, 51, 5, 31, 2, 2, 10, 10, 10, 2, 6, 20, 20, 20, 2, 37, 9, 37, 42, 2, 42, 2, 20, 50, 10, 53, 31, 2, 2, 51, 121, 73, 25, 65, 25, 73, 2, 25, 25, 25, 121, 65, 2, 125, 125, 20, 50, 714, 53, 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, 17, 48, 17, 17, 17, 19, 58, 19, 19, 19, 44, 55, 22, 17, 22, 22, 22, 61, 19, 54, 60, 61, 62, 60, 61, 22, 60, 48, 60, 54, 60, 63, 58, 62, 55, 68, 17, 61, 58, 68, 66, 19, 54, 62, 129, 44, 129, 71, 22, 45, 66, 71, 66, 99, 63, 45, 715, 54, 45, 68, 45, 71, 45, 45, 45, 63, 57, 67, 67, 45, 45, 67, 45, 57, 87, 87, 87, 67, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 99, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 57, 70, 74, 716, 57, 69, 70, 70, 57, 75, 76, 91, 74, 74, 243, 89, 57, 243, 74, 75, 57, 94, 57, 57, 69, 718, 69, 711, 69, 79, 79, 79, 75, 76, 75, 88, 88, 88, 711, 91, 79, 89, 80, 76, 80, 80, 80, 75, 76, 94, 90, 81, 103, 81, 75, 80, 81, 81, 81, 83, 83, 83, 82, 79, 82, 82, 82, 101, 92, 93, 83, 105, 106, 108, 101, 82, 90, 109, 80, 110, 103, 111, 112, 116, 133, 142, 147, 133, 153, 142, 163, 133, 153, 83, 92, 93, 155, 105, 82, 106, 116, 108, 101, 155, 109, 112, 101, 110, 111, 170, 101, 116, 151, 151, 147, 157, 147, 163, 101, 157, 168, 171, 101, 157, 101, 101, 115, 115, 115, 156, 156, 156, 170, 115, 115, 115, 115, 115, 115, 169, 156, 172, 156, 173, 156, 178, 180, 156, 168, 171, 181, 187, 183, 185, 268, 269, 115, 115, 115, 115, 115, 115, 192, 198, 268, 169, 173, 172, 178, 198, 260, 263, 274, 281, 180, 183, 185, 181, 187, 190, 190, 190, 271, 325, 269, 192, 190, 190, 190, 190, 190, 190, 356, 260, 263, 270, 270, 294, 313, 313, 274, 294, 281, 304, 270, 271, 380, 368, 304, 190, 190, 190, 190, 190, 190, 279, 279, 279, 317, 496, 356, 380, 279, 279, 279, 279, 279, 279, 317, 348, 453, 365, 456, 365, 348, 368, 454, 456, 528, 325, 670, 719, 529, 720, 585, 279, 279, 279, 279, 279, 279, 585, 721, 599, 304, 722, 496, 453, 365, 304, 365, 366, 366, 366, 454, 529, 528, 670, 366, 366, 366, 366, 366, 366, 534, 586, 586, 671, 588, 723, 534, 599, 639, 586, 588, 698, 639, 724, 725, 726, 698, 366, 366, 366, 366, 366, 366, 727, 728, 730, 671, 731, 732, 733, 734, 735, 736, 737, 739, 738, 740, 741, 742, 743, 745, 746, 747, 748, 749, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 765, 766, 767, 737, 738, 768, 766, 769, 770, 698, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 792, 793, 795, 796, 797, 798, 799, 800, 801, 803, 804, 805, 806, 807, 809, 810, 811, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 828, 830, 803, 832, 833, 834, 835, 836, 804, 838, 839, 840, 842, 843, 844, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 864, 895, 896, 897, 898, 899, 891, 900, 901, 902, 904, 905, 906, 854, 908, 912, 913, 914, 915, 869, 916, 918, 919, 915, 920, 922, 923, 924, 925, 926, 928, 929, 930, 931, 932, 933, 934, 935, 936, 938, 939, 941, 942, 916, 943, 944, 946, 947, 948, 949, 952, 954, 955, 957, 958, 960, 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, 963, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1003, 1005, 1006, 1009, 1010, 1011, 1012, 1013, 1014, 1016, 1018, 1020, 1021, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1032, 1033, 1034, 1035, 998, 1037, 1038, 1039, 1040, 1041, 1042, 1044, 1045, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1056, 1059, 1060, 1061, 1063, 1064, 1066, 1067, 1068, 1069, 1071, 1072, 1073, 1074, 1075, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1086, 1087, 1088, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1101, 1103, 1104, 1105, 1108, 1109, 1110, 1112, 1113, 1114, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1136, 1137, 1138, 1139, 1140, 1141, 1145, 1146, 1147, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1157, 1158, 1161, 1161, 1161, 1161, 1161, 1162, 1162, 1162, 1162, 1162, 1163, 1169, 1163, 1163, 1163, 1164, 1170, 1164, 1171, 1164, 1165, 1165, 1165, 1165, 1165, 1166, 1166, 1166, 1166, 1166, 1167, 1172, 1167, 1167, 1167, 1168, 1168, 1168, 710, 709, 708, 707, 706, 705, 704, 703, 702, 701, 700, 699, 697, 696, 694, 693, 692, 691, 690, 689, 688, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 672, 668, 667, 666, 665, 664, 662, 661, 660, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645, 643, 642, 641, 640, 638, 637, 636, 634, 633, 632, 629, 628, 627, 626, 625, 624, 623, 622, 621, 620, 619, 618, 617, 616, 615, 614, 613, 612, 611, 610, 609, 608, 607, 606, 605, 604, 603, 602, 601, 600, 598, 596, 595, 594, 593, 592, 591, 590, 587, 584, 583, 582, 581, 580, 579, 578, 577, 576, 575, 574, 573, 572, 571, 570, 568, 567, 566, 565, 564, 563, 562, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, 536, 535, 533, 532, 531, 530, 527, 526, 524, 523, 521, 520, 519, 516, 515, 514, 513, 512, 511, 510, 508, 507, 506, 505, 504, 503, 502, 500, 499, 498, 497, 495, 494, 493, 492, 490, 489, 488, 487, 486, 485, 484, 483, 482, 481, 480, 479, 478, 477, 476, 475, 474, 473, 472, 471, 470, 469, 468, 467, 466, 465, 464, 463, 462, 461, 460, 459, 458, 455, 451, 449, 446, 445, 444, 442, 441, 440, 438, 435, 434, 433, 432, 431, 430, 429, 428, 427, 426, 425, 424, 423, 422, 421, 420, 419, 418, 416, 415, 414, 413, 412, 411, 410, 409, 408, 406, 405, 404, 403, 402, 401, 400, 399, 398, 397, 396, 395, 394, 393, 392, 390, 389, 388, 387, 386, 385, 384, 383, 381, 379, 378, 376, 375, 374, 372, 371, 370, 369, 367, 363, 362, 360, 359, 358, 357, 355, 354, 352, 349, 347, 345, 344, 343, 342, 341, 340, 339, 338, 337, 336, 335, 334, 333, 332, 331, 330, 328, 327, 326, 324, 323, 322, 321, 320, 319, 318, 316, 315, 314, 312, 311, 310, 309, 308, 307, 306, 305, 303, 302, 301, 300, 299, 298, 297, 296, 295, 293, 292, 291, 290, 288, 287, 286, 285, 284, 283, 282, 280, 278, 276, 273, 272, 266, 259, 258, 257, 256, 255, 254, 253, 252, 251, 250, 249, 248, 247, 246, 245, 244, 242, 241, 240, 239, 238, 237, 236, 235, 234, 233, 232, 231, 230, 229, 228, 227, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 215, 214, 213, 212, 211, 210, 209, 208, 207, 206, 205, 204, 203, 202, 201, 200, 199, 197, 196, 195, 194, 193, 191, 188, 186, 184, 182, 179, 177, 174, 166, 165, 164, 162, 161, 160, 159, 158, 154, 152, 150, 149, 148, 146, 145, 144, 143, 141, 140, 139, 138, 137, 136, 135, 134, 132, 131, 130, 128, 127, 126, 124, 123, 122, 120, 119, 118, 117, 113, 107, 104, 102, 97, 96, 77, 72, 64, 59, 52, 49, 47, 43, 41, 39, 38, 24, 14, 11, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160, 1160 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int parser4__flex_debug; int parser4__flex_debug = 1; static const flex_int16_t yy_rule_linenum[141] = { 0, 131, 133, 135, 140, 141, 146, 147, 148, 160, 163, 168, 175, 184, 193, 202, 211, 221, 230, 239, 248, 257, 268, 277, 286, 295, 304, 314, 324, 334, 344, 354, 364, 374, 384, 394, 403, 412, 421, 435, 450, 459, 468, 477, 486, 495, 504, 513, 522, 531, 540, 550, 559, 568, 577, 586, 595, 604, 613, 623, 633, 643, 652, 662, 672, 682, 692, 701, 711, 720, 729, 738, 747, 756, 766, 776, 785, 794, 803, 812, 821, 830, 839, 848, 857, 866, 875, 884, 893, 902, 911, 920, 929, 938, 947, 956, 965, 974, 983, 992, 1001, 1010, 1019, 1028, 1037, 1047, 1057, 1067, 1077, 1087, 1097, 1107, 1117, 1127, 1136, 1145, 1154, 1163, 1172, 1182, 1192, 1204, 1215, 1228, 1326, 1331, 1336, 1341, 1342, 1343, 1344, 1345, 1346, 1348, 1366, 1379, 1384, 1388, 1390, 1392, 1394 } ; /* 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 *parser4_text; #line 1 "dhcp4_lexer.ll" /* Copyright (C) 2016-2017 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" #include #include #include #include #include #include #include #include // 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 // . # undef yywrap # define yywrap() 1 namespace { bool start_token_flag = false; isc::dhcp::Parser4Context::ParserType start_token_value; unsigned int comment_start_line = 0; }; // To avoid the call to exit... oops! #define YY_FATAL_ERROR(msg) isc::dhcp::Parser4Context::fatal(msg) #line 1404 "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 86 "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 1430 "dhcp4_lexer.cc" #line 1431 "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 /* %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 parser4_lex_destroy ( void ); int parser4_get_debug ( void ); void parser4_set_debug ( int debug_flag ); YY_EXTRA_TYPE parser4_get_extra ( void ); void parser4_set_extra ( YY_EXTRA_TYPE user_defined ); FILE *parser4_get_in ( void ); void parser4_set_in ( FILE * _in_str ); FILE *parser4_get_out ( void ); void parser4_set_out ( FILE * _out_str ); int parser4_get_leng ( void ); char *parser4_get_text ( void ); int parser4_get_lineno ( void ); void parser4_set_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 parser4_wrap ( void ); #else extern int parser4_wrap ( 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( parser4_text, (size_t) parser4_leng, 1, parser4_out )) {} } 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( parser4_in )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( parser4_in ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, parser4_in)) == 0 && ferror(parser4_in)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(parser4_in); \ } \ }\ \ /* %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 parser4_lex (void); #define YY_DECL int parser4_lex (void) /* %endif */ /* %if-c++-only C++ definition */ /* %endif */ #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after parser4_text and parser4_leng * 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 ( ! parser4_in ) /* %if-c-only */ parser4_in = stdin; /* %endif */ /* %if-c++-only */ /* %endif */ if ( ! parser4_out ) /* %if-c-only */ parser4_out = stdout; /* %endif */ /* %if-c++-only */ /* %endif */ if ( ! YY_CURRENT_BUFFER ) { parser4_ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = parser4__create_buffer(parser4_in,YY_BUF_SIZE ); } parser4__load_buffer_state( ); } { /* %% [7.0] user's declarations go here */ #line 92 "dhcp4_lexer.ll" #line 96 "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_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_); } } #line 1753 "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 parser4_text. */ *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 >= 1161 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; ++yy_cp; } while ( yy_current_state != 1160 ); 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 parser4_lineno update goes here */ do_action: /* This label is used only to access EOF actions. */ /* %% [12.0] debug code goes here */ if ( parser4__flex_debug ) { if ( yy_act == 0 ) fprintf( stderr, "--scanner backing up\n" ); else if ( yy_act < 141 ) fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n", (long)yy_rule_linenum[yy_act], parser4_text ); else if ( yy_act == 141 ) fprintf( stderr, "--accepting default rule (\"%s\")\n", parser4_text ); else if ( yy_act == 142 ) 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 131 "dhcp4_lexer.ll" ; YY_BREAK case 2: YY_RULE_SETUP #line 133 "dhcp4_lexer.ll" ; YY_BREAK case 3: YY_RULE_SETUP #line 135 "dhcp4_lexer.ll" { BEGIN(COMMENT); comment_start_line = driver.loc_.end.line;; } YY_BREAK case 4: YY_RULE_SETUP #line 140 "dhcp4_lexer.ll" BEGIN(INITIAL); YY_BREAK case 5: YY_RULE_SETUP #line 141 "dhcp4_lexer.ll" ; YY_BREAK case YY_STATE_EOF(COMMENT): #line 142 "dhcp4_lexer.ll" { isc_throw(Dhcp4ParseError, "Comment not closed. (/* in line " << comment_start_line); } YY_BREAK case 6: YY_RULE_SETUP #line 146 "dhcp4_lexer.ll" BEGIN(DIR_ENTER); YY_BREAK case 7: YY_RULE_SETUP #line 147 "dhcp4_lexer.ll" BEGIN(DIR_INCLUDE); YY_BREAK case 8: YY_RULE_SETUP #line 148 "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 157 "dhcp4_lexer.ll" { isc_throw(Dhcp4ParseError, "Directive not closed."); } YY_BREAK case 9: YY_RULE_SETUP #line 160 "dhcp4_lexer.ll" BEGIN(INITIAL); YY_BREAK case 10: YY_RULE_SETUP #line 163 "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 168 "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 175 "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 184 "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 193 "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 15: YY_RULE_SETUP #line 202 "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 16: YY_RULE_SETUP #line 211 "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 17: YY_RULE_SETUP #line 221 "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 18: YY_RULE_SETUP #line 230 "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 19: YY_RULE_SETUP #line 239 "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 20: YY_RULE_SETUP #line 248 "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 21: YY_RULE_SETUP #line 257 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: case isc::dhcp::Parser4Context::OPTION_DEF: return isc::dhcp::Dhcp4Parser::make_TYPE(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("type", driver.loc_); } } YY_BREAK case 22: YY_RULE_SETUP #line 268 "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 23: YY_RULE_SETUP #line 277 "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 24: YY_RULE_SETUP #line 286 "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 25: YY_RULE_SETUP #line 295 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DATABASE_TYPE: return isc::dhcp::Dhcp4Parser::make_CQL(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("cql", driver.loc_); } } YY_BREAK case 26: YY_RULE_SETUP #line 304 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_USER(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("user", driver.loc_); } } YY_BREAK case 27: YY_RULE_SETUP #line 314 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_PASSWORD(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("password", driver.loc_); } } YY_BREAK case 28: YY_RULE_SETUP #line 324 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_HOST(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("host", driver.loc_); } } YY_BREAK case 29: YY_RULE_SETUP #line 334 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_PERSIST(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("persist", driver.loc_); } } YY_BREAK case 30: YY_RULE_SETUP #line 344 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_LFC_INTERVAL(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("lfc-interval", driver.loc_); } } YY_BREAK case 31: YY_RULE_SETUP #line 354 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LEASE_DATABASE: case isc::dhcp::Parser4Context::HOSTS_DATABASE: return isc::dhcp::Dhcp4Parser::make_CONNECT_TIMEOUT(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("connect-timeout", driver.loc_); } } YY_BREAK case 32: YY_RULE_SETUP #line 364 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_VALID_LIFETIME(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("valid-lifetime", driver.loc_); } } YY_BREAK case 33: YY_RULE_SETUP #line 374 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_RENEW_TIMER(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("renew-timer", driver.loc_); } } YY_BREAK case 34: YY_RULE_SETUP #line 384 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_REBIND_TIMER(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("rebind-timer", driver.loc_); } } YY_BREAK case 35: YY_RULE_SETUP #line 394 "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 36: YY_RULE_SETUP #line 403 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: return isc::dhcp::Dhcp4Parser::make_SUBNET4(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("subnet4", driver.loc_); } } YY_BREAK case 37: YY_RULE_SETUP #line 412 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: return isc::dhcp::Dhcp4Parser::make_OPTION_DEF(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("option-def", driver.loc_); } } YY_BREAK case 38: YY_RULE_SETUP #line 421 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: case isc::dhcp::Parser4Context::POOLS: case isc::dhcp::Parser4Context::RESERVATIONS: case isc::dhcp::Parser4Context::CLIENT_CLASSES: case isc::dhcp::Parser4Context::CLIENT_CLASS: return isc::dhcp::Dhcp4Parser::make_OPTION_DATA(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("option-data", driver.loc_); } } YY_BREAK case 39: YY_RULE_SETUP #line 435 "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::OPTION_DATA: case isc::dhcp::Parser4Context::CLIENT_CLASSES: case isc::dhcp::Parser4Context::CLIENT_CLASS: 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 40: YY_RULE_SETUP #line 450 "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 41: YY_RULE_SETUP #line 459 "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 42: YY_RULE_SETUP #line 468 "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 43: YY_RULE_SETUP #line 477 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::POOLS: return isc::dhcp::Dhcp4Parser::make_USER_CONTEXT(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("user-context", driver.loc_); } } YY_BREAK case 44: YY_RULE_SETUP #line 486 "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 45: YY_RULE_SETUP #line 495 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_INTERFACE(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("interface", driver.loc_); } } YY_BREAK case 46: YY_RULE_SETUP #line 504 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_INTERFACE_ID(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("interface-id", driver.loc_); } } YY_BREAK case 47: YY_RULE_SETUP #line 513 "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 48: YY_RULE_SETUP #line 522 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_RAPID_COMMIT(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("rapid-commit", driver.loc_); } } YY_BREAK case 49: YY_RULE_SETUP #line 531 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_RESERVATION_MODE(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("reservation-mode", driver.loc_); } } YY_BREAK case 50: YY_RULE_SETUP #line 540 "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 51: YY_RULE_SETUP #line 550 "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 52: YY_RULE_SETUP #line 559 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::CONFIG: return isc::dhcp::Dhcp4Parser::make_LOGGING(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("Logging", driver.loc_); } } YY_BREAK case 53: YY_RULE_SETUP #line 568 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::LOGGING: return isc::dhcp::Dhcp4Parser::make_LOGGERS(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("loggers", driver.loc_); } } YY_BREAK case 54: YY_RULE_SETUP #line 577 "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 55: YY_RULE_SETUP #line 586 "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 56: YY_RULE_SETUP #line 595 "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 57: YY_RULE_SETUP #line 604 "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 58: YY_RULE_SETUP #line 613 "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 59: YY_RULE_SETUP #line 623 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: 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 60: YY_RULE_SETUP #line 633 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::CLIENT_CLASSES: case isc::dhcp::Parser4Context::CLIENT_CLASS: return isc::dhcp::Dhcp4Parser::make_TEST(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("test", driver.loc_); } } YY_BREAK case 61: YY_RULE_SETUP #line 643 "dhcp4_lexer.ll" { switch(driver.ctx_) { 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 62: YY_RULE_SETUP #line 652 "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 63: YY_RULE_SETUP #line 662 "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 64: YY_RULE_SETUP #line 672 "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 65: YY_RULE_SETUP #line 682 "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 66: YY_RULE_SETUP #line 692 "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 67: YY_RULE_SETUP #line 701 "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 68: YY_RULE_SETUP #line 711 "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 69: YY_RULE_SETUP #line 720 "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 70: YY_RULE_SETUP #line 729 "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 71: YY_RULE_SETUP #line 738 "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 72: YY_RULE_SETUP #line 747 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: return isc::dhcp::Dhcp4Parser::make_RELAY(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("relay", driver.loc_); } } YY_BREAK case 73: YY_RULE_SETUP #line 756 "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 74: YY_RULE_SETUP #line 766 "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 75: YY_RULE_SETUP #line 776 "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 76: YY_RULE_SETUP #line 785 "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 77: YY_RULE_SETUP #line 794 "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 78: YY_RULE_SETUP #line 803 "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 79: YY_RULE_SETUP #line 812 "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 80: YY_RULE_SETUP #line 821 "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 81: YY_RULE_SETUP #line 830 "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 82: YY_RULE_SETUP #line 839 "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 83: YY_RULE_SETUP #line 848 "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 84: YY_RULE_SETUP #line 857 "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 85: YY_RULE_SETUP #line 866 "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 86: YY_RULE_SETUP #line 875 "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 87: YY_RULE_SETUP #line 884 "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 88: YY_RULE_SETUP #line 893 "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 89: YY_RULE_SETUP #line 902 "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 90: YY_RULE_SETUP #line 911 "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 91: YY_RULE_SETUP #line 920 "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 92: YY_RULE_SETUP #line 929 "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 93: YY_RULE_SETUP #line 938 "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 94: YY_RULE_SETUP #line 947 "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 95: YY_RULE_SETUP #line 956 "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 96: YY_RULE_SETUP #line 965 "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 97: YY_RULE_SETUP #line 974 "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 98: YY_RULE_SETUP #line 983 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP_DDNS: return isc::dhcp::Dhcp4Parser::make_ALWAYS_INCLUDE_FQDN(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("always-include-fqdn", driver.loc_); } } YY_BREAK case 99: YY_RULE_SETUP #line 992 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP_DDNS: return isc::dhcp::Dhcp4Parser::make_ALLOW_CLIENT_UPDATE(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("allow-client-update", driver.loc_); } } YY_BREAK case 100: YY_RULE_SETUP #line 1001 "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 101: YY_RULE_SETUP #line 1010 "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 102: YY_RULE_SETUP #line 1019 "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 103: YY_RULE_SETUP #line 1028 "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 104: YY_RULE_SETUP #line 1037 "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 105: YY_RULE_SETUP #line 1047 "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 106: YY_RULE_SETUP #line 1057 "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 107: YY_RULE_SETUP #line 1067 "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 108: YY_RULE_SETUP #line 1077 "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 109: YY_RULE_SETUP #line 1087 "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 110: YY_RULE_SETUP #line 1097 "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 111: YY_RULE_SETUP #line 1107 "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 112: YY_RULE_SETUP #line 1117 "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 113: YY_RULE_SETUP #line 1127 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::CONFIG: return isc::dhcp::Dhcp4Parser::make_DHCP6(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("Dhcp6", driver.loc_); } } YY_BREAK case 114: YY_RULE_SETUP #line 1136 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::CONFIG: return isc::dhcp::Dhcp4Parser::make_DHCPDDNS(driver.loc_); default: return isc::dhcp::Dhcp4Parser::make_STRING("DhcpDdns", driver.loc_); } } YY_BREAK case 115: YY_RULE_SETUP #line 1145 "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 116: YY_RULE_SETUP #line 1154 "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 117: YY_RULE_SETUP #line 1163 "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-interface", driver.loc_); } } YY_BREAK case 118: YY_RULE_SETUP #line 1172 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: 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 119: YY_RULE_SETUP #line 1182 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: 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 120: YY_RULE_SETUP #line 1192 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::DHCP4: case isc::dhcp::Parser4Context::SUBNET4: 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 121: YY_RULE_SETUP #line 1204 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: 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 122: YY_RULE_SETUP #line 1215 "dhcp4_lexer.ll" { switch(driver.ctx_) { case isc::dhcp::Parser4Context::SUBNET4: 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 123: YY_RULE_SETUP #line 1228 "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 + "\""); 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 += 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(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 124: /* rule 124 can match eol */ YY_RULE_SETUP #line 1326 "dhcp4_lexer.ll" { // Bad string with a forbidden control character inside driver.error(driver.loc_, "Invalid control in " + std::string(yytext)); } YY_BREAK case 125: /* rule 125 can match eol */ YY_RULE_SETUP #line 1331 "dhcp4_lexer.ll" { // Bad string with a bad escape inside driver.error(driver.loc_, "Bad escape in " + std::string(yytext)); } YY_BREAK case 126: YY_RULE_SETUP #line 1336 "dhcp4_lexer.ll" { // Bad string with an open escape at the end driver.error(driver.loc_, "Overflow escape in " + std::string(yytext)); } YY_BREAK case 127: YY_RULE_SETUP #line 1341 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_LSQUARE_BRACKET(driver.loc_); } YY_BREAK case 128: YY_RULE_SETUP #line 1342 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_RSQUARE_BRACKET(driver.loc_); } YY_BREAK case 129: YY_RULE_SETUP #line 1343 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_LCURLY_BRACKET(driver.loc_); } YY_BREAK case 130: YY_RULE_SETUP #line 1344 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_RCURLY_BRACKET(driver.loc_); } YY_BREAK case 131: YY_RULE_SETUP #line 1345 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_COMMA(driver.loc_); } YY_BREAK case 132: YY_RULE_SETUP #line 1346 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_COLON(driver.loc_); } YY_BREAK case 133: YY_RULE_SETUP #line 1348 "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(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 134: YY_RULE_SETUP #line 1366 "dhcp4_lexer.ll" { // A floating point was found. std::string tmp(yytext); double fp = 0.0; try { fp = boost::lexical_cast(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 135: YY_RULE_SETUP #line 1379 "dhcp4_lexer.ll" { string tmp(yytext); return isc::dhcp::Dhcp4Parser::make_BOOLEAN(tmp == "true", driver.loc_); } YY_BREAK case 136: YY_RULE_SETUP #line 1384 "dhcp4_lexer.ll" { return isc::dhcp::Dhcp4Parser::make_NULL_TYPE(driver.loc_); } YY_BREAK case 137: YY_RULE_SETUP #line 1388 "dhcp4_lexer.ll" driver.error (driver.loc_, "JSON true reserved keyword is lower case only"); YY_BREAK case 138: YY_RULE_SETUP #line 1390 "dhcp4_lexer.ll" driver.error (driver.loc_, "JSON false reserved keyword is lower case only"); YY_BREAK case 139: YY_RULE_SETUP #line 1392 "dhcp4_lexer.ll" driver.error (driver.loc_, "JSON null reserved keyword is lower case only"); YY_BREAK case 140: YY_RULE_SETUP #line 1394 "dhcp4_lexer.ll" driver.error (driver.loc_, "Invalid character: " + std::string(yytext)); YY_BREAK case YY_STATE_EOF(INITIAL): #line 1396 "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 141: YY_RULE_SETUP #line 1419 "dhcp4_lexer.ll" ECHO; YY_BREAK #line 3559 "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 parser4_in at a new source and called * parser4_lex(). 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 = parser4_in; /* %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 ( parser4_wrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * parser4_text, 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 parser4_lex */ /* %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. */ parser4_realloc((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; parser4_restart(parser4_in ); } 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 *) parser4_realloc((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()" ); } (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 >= 1161 ) 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 >= 1161 ) yy_c = yy_meta[yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; yy_is_jam = (yy_current_state == 1160); 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. */ parser4_restart(parser4_in ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( parser4_wrap( ) ) 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 parser4_text */ (yy_hold_char) = *++(yy_c_buf_p); /* %% [19.0] update BOL and parser4_lineno */ 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 parser4_restart (FILE * input_file ) /* %endif */ /* %if-c++-only */ /* %endif */ { if ( ! YY_CURRENT_BUFFER ){ parser4_ensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = parser4__create_buffer(parser4_in,YY_BUF_SIZE ); } parser4__init_buffer(YY_CURRENT_BUFFER,input_file ); parser4__load_buffer_state( ); } /* %if-c++-only */ /* %endif */ /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ /* %if-c-only */ void parser4__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 * parser4_pop_buffer_state(); * parser4_push_buffer_state(new_buffer); */ parser4_ensure_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; parser4__load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (parser4_wrap()) processing, but the only time this flag * is looked at is after parser4_wrap() 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 parser4__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 */ parser4_in = 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 parser4__create_buffer (FILE * file, int size ) /* %endif */ /* %if-c++-only */ /* %endif */ { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) parser4_alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in parser4__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 *) parser4_alloc((yy_size_t) (b->yy_buf_size + 2) ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in parser4__create_buffer()" ); b->yy_is_our_buffer = 1; parser4__init_buffer(b,file ); return b; } /* %if-c++-only */ /* %endif */ /** Destroy the buffer. * @param b a buffer created with parser4__create_buffer() * */ /* %if-c-only */ void parser4__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 ) parser4_free((void *) b->yy_ch_buf ); parser4_free((void *) b ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a parser4_restart() or at EOF. */ /* %if-c-only */ static void parser4__init_buffer (YY_BUFFER_STATE b, FILE * file ) /* %endif */ /* %if-c++-only */ /* %endif */ { int oerrno = errno; parser4__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 parser4__init_buffer was _probably_ * called from parser4_restart() 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 parser4__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 ) parser4__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 parser4_push_buffer_state (YY_BUFFER_STATE new_buffer ) /* %endif */ /* %if-c++-only */ /* %endif */ { if (new_buffer == NULL) return; parser4_ensure_buffer_stack(); /* This block is copied from parser4__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 parser4__switch_to_buffer. */ parser4__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 parser4_pop_buffer_state (void) /* %endif */ /* %if-c++-only */ /* %endif */ { if (!YY_CURRENT_BUFFER) return; parser4__delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { parser4__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 parser4_ensure_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**)parser4_alloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in parser4_ensure_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**)parser4_realloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in parser4_ensure_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 parser4__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) parser4_alloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in parser4__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; parser4__switch_to_buffer(b ); return b; } /* %endif */ /* %if-c-only */ /** Setup the input buffer state to scan a string. The next call to parser4_lex() 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 * parser4__scan_bytes() instead. */ YY_BUFFER_STATE parser4__scan_string (const char * yystr ) { return parser4__scan_bytes(yystr,(int) strlen(yystr) ); } /* %endif */ /* %if-c-only */ /** Setup the input buffer state to scan the given bytes. The next call to parser4_lex() 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 parser4__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 *) parser4_alloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in parser4__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 = parser4__scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in parser4__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 ) { (void) 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 parser4_text. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ parser4_text[parser4_leng] = (yy_hold_char); \ (yy_c_buf_p) = parser4_text + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ parser4_leng = 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 parser4_get_lineno (void) { return parser4_lineno; } /** Get the input stream. * */ FILE *parser4_get_in (void) { return parser4_in; } /** Get the output stream. * */ FILE *parser4_get_out (void) { return parser4_out; } /** Get the length of the current token. * */ int parser4_get_leng (void) { return parser4_leng; } /** Get the current token. * */ char *parser4_get_text (void) { return parser4_text; } /* %if-reentrant */ /* %endif */ /** Set the current line number. * @param _line_number line number * */ void parser4_set_lineno (int _line_number ) { parser4_lineno = _line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param _in_str A readable stream. * * @see parser4__switch_to_buffer */ void parser4_set_in (FILE * _in_str ) { parser4_in = _in_str ; } void parser4_set_out (FILE * _out_str ) { parser4_out = _out_str ; } int parser4_get_debug (void) { return parser4__flex_debug; } void parser4_set_debug (int _bdebug ) { parser4__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 parser4_lex_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 parser4_in = stdin; parser4_out = stdout; #else parser4_in = NULL; parser4_out = NULL; #endif /* For future reference: Set errno on error, since we are called by * parser4_lex_init() */ return 0; } /* %endif */ /* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */ /* parser4_lex_destroy is for both reentrant and non-reentrant scanners. */ int parser4_lex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ parser4__delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; parser4_pop_buffer_state(); } /* Destroy the stack itself. */ parser4_free((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * parser4_lex() 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 *parser4_alloc (yy_size_t size ) { return malloc(size); } void *parser4_realloc (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 parser4_free (void * ptr ) { free( (char *) ptr ); /* see parser4_realloc() 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 1419 "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_ = ""; sfile_ = 0; loc_.initialize(&file_); yy_flex_debug = trace_scanning_; YY_BUFFER_STATE buffer; buffer = yy_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(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?"); } }; }