1 #ifndef ematch_HEADER_H 2 #define ematch_HEADER_H 1 3 #define ematch_IN_HEADER 1 5 #line 5 "lib/route/cls/ematch_grammar.h" 7 #line 7 "lib/route/cls/ematch_grammar.h" 9 #define YY_INT_ALIGNED short int 14 #define YY_FLEX_MAJOR_VERSION 2 15 #define YY_FLEX_MINOR_VERSION 6 16 #define YY_FLEX_SUBMINOR_VERSION 4 17 #if YY_FLEX_SUBMINOR_VERSION > 0 21 #ifdef yy_create_buffer 22 #define ematch__create_buffer_ALREADY_DEFINED 24 #define yy_create_buffer ematch__create_buffer 27 #ifdef yy_delete_buffer 28 #define ematch__delete_buffer_ALREADY_DEFINED 30 #define yy_delete_buffer ematch__delete_buffer 34 #define ematch__scan_buffer_ALREADY_DEFINED 36 #define yy_scan_buffer ematch__scan_buffer 40 #define ematch__scan_string_ALREADY_DEFINED 42 #define yy_scan_string ematch__scan_string 46 #define ematch__scan_bytes_ALREADY_DEFINED 48 #define yy_scan_bytes ematch__scan_bytes 52 #define ematch__init_buffer_ALREADY_DEFINED 54 #define yy_init_buffer ematch__init_buffer 57 #ifdef yy_flush_buffer 58 #define ematch__flush_buffer_ALREADY_DEFINED 60 #define yy_flush_buffer ematch__flush_buffer 63 #ifdef yy_load_buffer_state 64 #define ematch__load_buffer_state_ALREADY_DEFINED 66 #define yy_load_buffer_state ematch__load_buffer_state 69 #ifdef yy_switch_to_buffer 70 #define ematch__switch_to_buffer_ALREADY_DEFINED 72 #define yy_switch_to_buffer ematch__switch_to_buffer 75 #ifdef yypush_buffer_state 76 #define ematch_push_buffer_state_ALREADY_DEFINED 78 #define yypush_buffer_state ematch_push_buffer_state 81 #ifdef yypop_buffer_state 82 #define ematch_pop_buffer_state_ALREADY_DEFINED 84 #define yypop_buffer_state ematch_pop_buffer_state 87 #ifdef yyensure_buffer_stack 88 #define ematch_ensure_buffer_stack_ALREADY_DEFINED 90 #define yyensure_buffer_stack ematch_ensure_buffer_stack 94 #define ematch_lex_ALREADY_DEFINED 96 #define yylex ematch_lex 100 #define ematch_restart_ALREADY_DEFINED 102 #define yyrestart ematch_restart 106 #define ematch_lex_init_ALREADY_DEFINED 108 #define yylex_init ematch_lex_init 111 #ifdef yylex_init_extra 112 #define ematch_lex_init_extra_ALREADY_DEFINED 114 #define yylex_init_extra ematch_lex_init_extra 118 #define ematch_lex_destroy_ALREADY_DEFINED 120 #define yylex_destroy ematch_lex_destroy 124 #define ematch_get_debug_ALREADY_DEFINED 126 #define yyget_debug ematch_get_debug 130 #define ematch_set_debug_ALREADY_DEFINED 132 #define yyset_debug ematch_set_debug 136 #define ematch_get_extra_ALREADY_DEFINED 138 #define yyget_extra ematch_get_extra 142 #define ematch_set_extra_ALREADY_DEFINED 144 #define yyset_extra ematch_set_extra 148 #define ematch_get_in_ALREADY_DEFINED 150 #define yyget_in ematch_get_in 154 #define ematch_set_in_ALREADY_DEFINED 156 #define yyset_in ematch_set_in 160 #define ematch_get_out_ALREADY_DEFINED 162 #define yyget_out ematch_get_out 166 #define ematch_set_out_ALREADY_DEFINED 168 #define yyset_out ematch_set_out 172 #define ematch_get_leng_ALREADY_DEFINED 174 #define yyget_leng ematch_get_leng 178 #define ematch_get_text_ALREADY_DEFINED 180 #define yyget_text ematch_get_text 184 #define ematch_get_lineno_ALREADY_DEFINED 186 #define yyget_lineno ematch_get_lineno 190 #define ematch_set_lineno_ALREADY_DEFINED 192 #define yyset_lineno ematch_set_lineno 196 #define ematch_get_column_ALREADY_DEFINED 198 #define yyget_column ematch_get_column 202 #define ematch_set_column_ALREADY_DEFINED 204 #define yyset_column ematch_set_column 208 #define ematch_wrap_ALREADY_DEFINED 210 #define yywrap ematch_wrap 214 #define ematch_get_lval_ALREADY_DEFINED 216 #define yyget_lval ematch_get_lval 220 #define ematch_set_lval_ALREADY_DEFINED 222 #define yyset_lval ematch_set_lval 226 #define ematch_alloc_ALREADY_DEFINED 228 #define yyalloc ematch_alloc 232 #define ematch_realloc_ALREADY_DEFINED 234 #define yyrealloc ematch_realloc 238 #define ematch_free_ALREADY_DEFINED 240 #define yyfree ematch_free 260 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 265 #ifndef __STDC_LIMIT_MACROS 266 #define __STDC_LIMIT_MACROS 1 269 #include <inttypes.h> 270 typedef int8_t flex_int8_t;
271 typedef uint8_t flex_uint8_t;
272 typedef int16_t flex_int16_t;
273 typedef uint16_t flex_uint16_t;
274 typedef int32_t flex_int32_t;
275 typedef uint32_t flex_uint32_t;
277 typedef signed char flex_int8_t;
278 typedef short int flex_int16_t;
279 typedef int flex_int32_t;
280 typedef unsigned char flex_uint8_t;
281 typedef unsigned short int flex_uint16_t;
282 typedef unsigned int flex_uint32_t;
286 #define INT8_MIN (-128) 289 #define INT16_MIN (-32767-1) 292 #define INT32_MIN (-2147483647-1) 295 #define INT8_MAX (127) 298 #define INT16_MAX (32767) 301 #define INT32_MAX (2147483647) 304 #define UINT8_MAX (255U) 307 #define UINT16_MAX (65535U) 310 #define UINT32_MAX (4294967295U) 314 #define SIZE_MAX (~(size_t)0) 324 #define yyconst const 326 #if defined(__GNUC__) && __GNUC__ >= 3 327 #define yynoreturn __attribute__((__noreturn__)) 333 #ifndef YY_TYPEDEF_YY_SCANNER_T 334 #define YY_TYPEDEF_YY_SCANNER_T 335 typedef void* yyscan_t;
340 #define yyin yyg->yyin_r 341 #define yyout yyg->yyout_r 342 #define yyextra yyg->yyextra_r 343 #define yyleng yyg->yyleng_r 344 #define yytext yyg->yytext_r 345 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 346 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 347 #define yy_flex_debug yyg->yy_flex_debug_r 356 #define YY_BUF_SIZE 32768 358 #define YY_BUF_SIZE 16384 362 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 363 #define YY_TYPEDEF_YY_BUFFER_STATE 367 #ifndef YY_TYPEDEF_YY_SIZE_T 368 #define YY_TYPEDEF_YY_SIZE_T 369 typedef size_t yy_size_t;
372 #ifndef YY_STRUCT_YY_BUFFER_STATE 373 #define YY_STRUCT_YY_BUFFER_STATE 395 int yy_is_our_buffer;
402 int yy_is_interactive;
418 int yy_buffer_status;
423 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
424 void yy_switch_to_buffer (
YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
425 YY_BUFFER_STATE yy_create_buffer ( FILE *file,
int size , yyscan_t yyscanner );
428 void yypush_buffer_state (
YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
429 void yypop_buffer_state ( yyscan_t yyscanner );
431 YY_BUFFER_STATE yy_scan_buffer (
char *base, yy_size_t size , yyscan_t yyscanner );
432 YY_BUFFER_STATE yy_scan_string (
const char *yy_str , yyscan_t yyscanner );
433 YY_BUFFER_STATE yy_scan_bytes (
const char *bytes,
int len , yyscan_t yyscanner );
435 void *
yyalloc ( yy_size_t , yyscan_t yyscanner );
436 void *yyrealloc (
void *, yy_size_t , yyscan_t yyscanner );
437 void yyfree (
void * , yyscan_t yyscanner );
439 #define ematch_wrap(yyscanner) (1) 440 #define YY_SKIP_YYWRAP 442 #define yytext_ptr yytext_r 444 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 450 #ifndef YY_NO_UNISTD_H 458 #ifndef YY_EXTRA_TYPE 459 #define YY_EXTRA_TYPE void * 462 int yylex_init (yyscan_t* scanner);
464 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
469 int yylex_destroy ( yyscan_t yyscanner );
471 int yyget_debug ( yyscan_t yyscanner );
473 void yyset_debug (
int debug_flag , yyscan_t yyscanner );
475 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
477 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
479 FILE *yyget_in ( yyscan_t yyscanner );
481 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
483 FILE *yyget_out ( yyscan_t yyscanner );
485 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
487 int yyget_leng ( yyscan_t yyscanner );
489 char *yyget_text ( yyscan_t yyscanner );
491 int yyget_lineno ( yyscan_t yyscanner );
493 void yyset_lineno (
int _line_number , yyscan_t yyscanner );
495 int yyget_column ( yyscan_t yyscanner );
497 void yyset_column (
int _column_no , yyscan_t yyscanner );
499 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
501 void yyset_lval (
YYSTYPE * yylval_param , yyscan_t yyscanner );
507 #ifndef YY_SKIP_YYWRAP 509 extern "C" int yywrap ( yyscan_t yyscanner );
511 extern int yywrap ( yyscan_t yyscanner );
516 static void yy_flex_strncpy (
char *,
const char *,
int , yyscan_t yyscanner);
519 #ifdef YY_NEED_STRLEN 520 static int yy_flex_strlen (
const char * , yyscan_t yyscanner);
528 #ifndef YY_READ_BUF_SIZE 531 #define YY_READ_BUF_SIZE 16384 533 #define YY_READ_BUF_SIZE 8192 538 #ifndef YY_START_STACK_INCR 539 #define YY_START_STACK_INCR 25 546 #define YY_DECL_IS_OURS 1 549 (
YYSTYPE * yylval_param , yyscan_t yyscanner);
551 #define YY_DECL int yylex \ 552 (YYSTYPE * yylval_param , yyscan_t yyscanner) 558 #undef YY_FLUSH_BUFFER 561 #undef yy_set_interactive 562 #undef YY_DO_BEFORE_ACTION 564 #ifdef YY_DECL_IS_OURS 565 #undef YY_DECL_IS_OURS 569 #ifndef ematch__create_buffer_ALREADY_DEFINED 570 #undef yy_create_buffer 572 #ifndef ematch__delete_buffer_ALREADY_DEFINED 573 #undef yy_delete_buffer 575 #ifndef ematch__scan_buffer_ALREADY_DEFINED 576 #undef yy_scan_buffer 578 #ifndef ematch__scan_string_ALREADY_DEFINED 579 #undef yy_scan_string 581 #ifndef ematch__scan_bytes_ALREADY_DEFINED 584 #ifndef ematch__init_buffer_ALREADY_DEFINED 585 #undef yy_init_buffer 587 #ifndef ematch__flush_buffer_ALREADY_DEFINED 588 #undef yy_flush_buffer 590 #ifndef ematch__load_buffer_state_ALREADY_DEFINED 591 #undef yy_load_buffer_state 593 #ifndef ematch__switch_to_buffer_ALREADY_DEFINED 594 #undef yy_switch_to_buffer 596 #ifndef ematch_push_buffer_state_ALREADY_DEFINED 597 #undef yypush_buffer_state 599 #ifndef ematch_pop_buffer_state_ALREADY_DEFINED 600 #undef yypop_buffer_state 602 #ifndef ematch_ensure_buffer_stack_ALREADY_DEFINED 603 #undef yyensure_buffer_stack 605 #ifndef ematch_lex_ALREADY_DEFINED 608 #ifndef ematch_restart_ALREADY_DEFINED 611 #ifndef ematch_lex_init_ALREADY_DEFINED 614 #ifndef ematch_lex_init_extra_ALREADY_DEFINED 615 #undef yylex_init_extra 617 #ifndef ematch_lex_destroy_ALREADY_DEFINED 620 #ifndef ematch_get_debug_ALREADY_DEFINED 623 #ifndef ematch_set_debug_ALREADY_DEFINED 626 #ifndef ematch_get_extra_ALREADY_DEFINED 629 #ifndef ematch_set_extra_ALREADY_DEFINED 632 #ifndef ematch_get_in_ALREADY_DEFINED 635 #ifndef ematch_set_in_ALREADY_DEFINED 638 #ifndef ematch_get_out_ALREADY_DEFINED 641 #ifndef ematch_set_out_ALREADY_DEFINED 644 #ifndef ematch_get_leng_ALREADY_DEFINED 647 #ifndef ematch_get_text_ALREADY_DEFINED 650 #ifndef ematch_get_lineno_ALREADY_DEFINED 653 #ifndef ematch_set_lineno_ALREADY_DEFINED 656 #ifndef ematch_get_column_ALREADY_DEFINED 659 #ifndef ematch_set_column_ALREADY_DEFINED 662 #ifndef ematch_wrap_ALREADY_DEFINED 665 #ifndef ematch_get_lval_ALREADY_DEFINED 668 #ifndef ematch_set_lval_ALREADY_DEFINED 671 #ifndef ematch_get_lloc_ALREADY_DEFINED 674 #ifndef ematch_set_lloc_ALREADY_DEFINED 677 #ifndef ematch_alloc_ALREADY_DEFINED 680 #ifndef ematch_realloc_ALREADY_DEFINED 683 #ifndef ematch_free_ALREADY_DEFINED 686 #ifndef ematch_text_ALREADY_DEFINED 689 #ifndef ematch_leng_ALREADY_DEFINED 692 #ifndef ematch_in_ALREADY_DEFINED 695 #ifndef ematch_out_ALREADY_DEFINED 698 #ifndef ematch__flex_debug_ALREADY_DEFINED 701 #ifndef ematch_lineno_ALREADY_DEFINED 704 #ifndef ematch_tables_fload_ALREADY_DEFINED 705 #undef yytables_fload 707 #ifndef ematch_tables_destroy_ALREADY_DEFINED 708 #undef yytables_destroy 710 #ifndef ematch_TABLES_NAME_ALREADY_DEFINED 714 #line 167 "lib/route/cls/ematch_grammar.l" 716 #line 716 "lib/route/cls/ematch_grammar.h" 717 #undef ematch_IN_HEADER int yy_bs_lineno
The line count.
int yy_bs_column
The column count.