2#define ematch_HEADER_H 1
3#define ematch_IN_HEADER 1
5#line 5 "lib/route/cls/ematch_grammar.h"
6 #include "nl-default.h"
8#line 8 "lib/route/cls/ematch_grammar.h"
10#define YY_INT_ALIGNED short int
15#define YY_FLEX_MAJOR_VERSION 2
16#define YY_FLEX_MINOR_VERSION 6
17#define YY_FLEX_SUBMINOR_VERSION 4
18#if YY_FLEX_SUBMINOR_VERSION > 0
22#ifdef yy_create_buffer
23#define ematch__create_buffer_ALREADY_DEFINED
25#define yy_create_buffer ematch__create_buffer
28#ifdef yy_delete_buffer
29#define ematch__delete_buffer_ALREADY_DEFINED
31#define yy_delete_buffer ematch__delete_buffer
35#define ematch__scan_buffer_ALREADY_DEFINED
37#define yy_scan_buffer ematch__scan_buffer
41#define ematch__scan_string_ALREADY_DEFINED
43#define yy_scan_string ematch__scan_string
47#define ematch__scan_bytes_ALREADY_DEFINED
49#define yy_scan_bytes ematch__scan_bytes
53#define ematch__init_buffer_ALREADY_DEFINED
55#define yy_init_buffer ematch__init_buffer
59#define ematch__flush_buffer_ALREADY_DEFINED
61#define yy_flush_buffer ematch__flush_buffer
64#ifdef yy_load_buffer_state
65#define ematch__load_buffer_state_ALREADY_DEFINED
67#define yy_load_buffer_state ematch__load_buffer_state
70#ifdef yy_switch_to_buffer
71#define ematch__switch_to_buffer_ALREADY_DEFINED
73#define yy_switch_to_buffer ematch__switch_to_buffer
76#ifdef yypush_buffer_state
77#define ematch_push_buffer_state_ALREADY_DEFINED
79#define yypush_buffer_state ematch_push_buffer_state
82#ifdef yypop_buffer_state
83#define ematch_pop_buffer_state_ALREADY_DEFINED
85#define yypop_buffer_state ematch_pop_buffer_state
88#ifdef yyensure_buffer_stack
89#define ematch_ensure_buffer_stack_ALREADY_DEFINED
91#define yyensure_buffer_stack ematch_ensure_buffer_stack
95#define ematch_lex_ALREADY_DEFINED
97#define yylex ematch_lex
101#define ematch_restart_ALREADY_DEFINED
103#define yyrestart ematch_restart
107#define ematch_lex_init_ALREADY_DEFINED
109#define yylex_init ematch_lex_init
112#ifdef yylex_init_extra
113#define ematch_lex_init_extra_ALREADY_DEFINED
115#define yylex_init_extra ematch_lex_init_extra
119#define ematch_lex_destroy_ALREADY_DEFINED
121#define yylex_destroy ematch_lex_destroy
125#define ematch_get_debug_ALREADY_DEFINED
127#define yyget_debug ematch_get_debug
131#define ematch_set_debug_ALREADY_DEFINED
133#define yyset_debug ematch_set_debug
137#define ematch_get_extra_ALREADY_DEFINED
139#define yyget_extra ematch_get_extra
143#define ematch_set_extra_ALREADY_DEFINED
145#define yyset_extra ematch_set_extra
149#define ematch_get_in_ALREADY_DEFINED
151#define yyget_in ematch_get_in
155#define ematch_set_in_ALREADY_DEFINED
157#define yyset_in ematch_set_in
161#define ematch_get_out_ALREADY_DEFINED
163#define yyget_out ematch_get_out
167#define ematch_set_out_ALREADY_DEFINED
169#define yyset_out ematch_set_out
173#define ematch_get_leng_ALREADY_DEFINED
175#define yyget_leng ematch_get_leng
179#define ematch_get_text_ALREADY_DEFINED
181#define yyget_text ematch_get_text
185#define ematch_get_lineno_ALREADY_DEFINED
187#define yyget_lineno ematch_get_lineno
191#define ematch_set_lineno_ALREADY_DEFINED
193#define yyset_lineno ematch_set_lineno
197#define ematch_get_column_ALREADY_DEFINED
199#define yyget_column ematch_get_column
203#define ematch_set_column_ALREADY_DEFINED
205#define yyset_column ematch_set_column
209#define ematch_wrap_ALREADY_DEFINED
211#define yywrap ematch_wrap
215#define ematch_get_lval_ALREADY_DEFINED
217#define yyget_lval ematch_get_lval
221#define ematch_set_lval_ALREADY_DEFINED
223#define yyset_lval ematch_set_lval
227#define ematch_alloc_ALREADY_DEFINED
229#define yyalloc ematch_alloc
233#define ematch_realloc_ALREADY_DEFINED
235#define yyrealloc ematch_realloc
239#define ematch_free_ALREADY_DEFINED
241#define yyfree ematch_free
261#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
266#ifndef __STDC_LIMIT_MACROS
267#define __STDC_LIMIT_MACROS 1
271typedef int8_t flex_int8_t;
272typedef uint8_t flex_uint8_t;
273typedef int16_t flex_int16_t;
274typedef uint16_t flex_uint16_t;
275typedef int32_t flex_int32_t;
276typedef uint32_t flex_uint32_t;
278typedef signed char flex_int8_t;
279typedef short int flex_int16_t;
280typedef int flex_int32_t;
281typedef unsigned char flex_uint8_t;
282typedef unsigned short int flex_uint16_t;
283typedef unsigned int flex_uint32_t;
287#define INT8_MIN (-128)
290#define INT16_MIN (-32767-1)
293#define INT32_MIN (-2147483647-1)
296#define INT8_MAX (127)
299#define INT16_MAX (32767)
302#define INT32_MAX (2147483647)
305#define UINT8_MAX (255U)
308#define UINT16_MAX (65535U)
311#define UINT32_MAX (4294967295U)
315#define SIZE_MAX (~(size_t)0)
327#if defined(__GNUC__) && __GNUC__ >= 3
328#define yynoreturn __attribute__((__noreturn__))
334#ifndef YY_TYPEDEF_YY_SCANNER_T
335#define YY_TYPEDEF_YY_SCANNER_T
336typedef void* yyscan_t;
341#define yyin yyg->yyin_r
342#define yyout yyg->yyout_r
343#define yyextra yyg->yyextra_r
344#define yyleng yyg->yyleng_r
345#define yytext yyg->yytext_r
346#define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno)
347#define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column)
348#define yy_flex_debug yyg->yy_flex_debug_r
357#define YY_BUF_SIZE 32768
359#define YY_BUF_SIZE 16384
363#ifndef YY_TYPEDEF_YY_BUFFER_STATE
364#define YY_TYPEDEF_YY_BUFFER_STATE
368#ifndef YY_TYPEDEF_YY_SIZE_T
369#define YY_TYPEDEF_YY_SIZE_T
370typedef size_t yy_size_t;
373#ifndef YY_STRUCT_YY_BUFFER_STATE
374#define YY_STRUCT_YY_BUFFER_STATE
396 int yy_is_our_buffer;
403 int yy_is_interactive;
419 int yy_buffer_status;
424void yyrestart ( FILE *input_file , yyscan_t yyscanner );
425void yy_switch_to_buffer (
YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
426YY_BUFFER_STATE yy_create_buffer ( FILE *file,
int size , yyscan_t yyscanner );
429void yypush_buffer_state (
YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
430void yypop_buffer_state ( yyscan_t yyscanner );
432YY_BUFFER_STATE yy_scan_buffer (
char *base, yy_size_t size , yyscan_t yyscanner );
433YY_BUFFER_STATE yy_scan_string (
const char *yy_str , yyscan_t yyscanner );
434YY_BUFFER_STATE yy_scan_bytes (
const char *bytes,
int len , yyscan_t yyscanner );
436void *
yyalloc ( yy_size_t , yyscan_t yyscanner );
437void *yyrealloc (
void *, yy_size_t , yyscan_t yyscanner );
438void yyfree (
void * , yyscan_t yyscanner );
440#define ematch_wrap(yyscanner) (1)
441#define YY_SKIP_YYWRAP
443#define yytext_ptr yytext_r
445#ifdef YY_HEADER_EXPORT_START_CONDITIONS
451#ifndef YY_NO_UNISTD_H
460#define YY_EXTRA_TYPE void *
463int yylex_init (yyscan_t* scanner);
465int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
470int yylex_destroy ( yyscan_t yyscanner );
472int yyget_debug ( yyscan_t yyscanner );
474void yyset_debug (
int debug_flag , yyscan_t yyscanner );
476YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
478void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
480FILE *yyget_in ( yyscan_t yyscanner );
482void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
484FILE *yyget_out ( yyscan_t yyscanner );
486void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
488 int yyget_leng ( yyscan_t yyscanner );
490char *yyget_text ( yyscan_t yyscanner );
492int yyget_lineno ( yyscan_t yyscanner );
494void yyset_lineno (
int _line_number , yyscan_t yyscanner );
496int yyget_column ( yyscan_t yyscanner );
498void yyset_column (
int _column_no , yyscan_t yyscanner );
500YYSTYPE * yyget_lval ( yyscan_t yyscanner );
502void yyset_lval (
YYSTYPE * yylval_param , yyscan_t yyscanner );
508#ifndef YY_SKIP_YYWRAP
510extern "C" int yywrap ( yyscan_t yyscanner );
512extern int yywrap ( yyscan_t yyscanner );
517static void yy_flex_strncpy (
char *,
const char *,
int , yyscan_t yyscanner);
521static int yy_flex_strlen (
const char * , yyscan_t yyscanner);
529#ifndef YY_READ_BUF_SIZE
532#define YY_READ_BUF_SIZE 16384
534#define YY_READ_BUF_SIZE 8192
539#ifndef YY_START_STACK_INCR
540#define YY_START_STACK_INCR 25
547#define YY_DECL_IS_OURS 1
550 (
YYSTYPE * yylval_param , yyscan_t yyscanner);
552#define YY_DECL int yylex \
553 (YYSTYPE * yylval_param , yyscan_t yyscanner)
559#undef YY_FLUSH_BUFFER
562#undef yy_set_interactive
563#undef YY_DO_BEFORE_ACTION
565#ifdef YY_DECL_IS_OURS
566#undef YY_DECL_IS_OURS
570#ifndef ematch__create_buffer_ALREADY_DEFINED
571#undef yy_create_buffer
573#ifndef ematch__delete_buffer_ALREADY_DEFINED
574#undef yy_delete_buffer
576#ifndef ematch__scan_buffer_ALREADY_DEFINED
579#ifndef ematch__scan_string_ALREADY_DEFINED
582#ifndef ematch__scan_bytes_ALREADY_DEFINED
585#ifndef ematch__init_buffer_ALREADY_DEFINED
588#ifndef ematch__flush_buffer_ALREADY_DEFINED
589#undef yy_flush_buffer
591#ifndef ematch__load_buffer_state_ALREADY_DEFINED
592#undef yy_load_buffer_state
594#ifndef ematch__switch_to_buffer_ALREADY_DEFINED
595#undef yy_switch_to_buffer
597#ifndef ematch_push_buffer_state_ALREADY_DEFINED
598#undef yypush_buffer_state
600#ifndef ematch_pop_buffer_state_ALREADY_DEFINED
601#undef yypop_buffer_state
603#ifndef ematch_ensure_buffer_stack_ALREADY_DEFINED
604#undef yyensure_buffer_stack
606#ifndef ematch_lex_ALREADY_DEFINED
609#ifndef ematch_restart_ALREADY_DEFINED
612#ifndef ematch_lex_init_ALREADY_DEFINED
615#ifndef ematch_lex_init_extra_ALREADY_DEFINED
616#undef yylex_init_extra
618#ifndef ematch_lex_destroy_ALREADY_DEFINED
621#ifndef ematch_get_debug_ALREADY_DEFINED
624#ifndef ematch_set_debug_ALREADY_DEFINED
627#ifndef ematch_get_extra_ALREADY_DEFINED
630#ifndef ematch_set_extra_ALREADY_DEFINED
633#ifndef ematch_get_in_ALREADY_DEFINED
636#ifndef ematch_set_in_ALREADY_DEFINED
639#ifndef ematch_get_out_ALREADY_DEFINED
642#ifndef ematch_set_out_ALREADY_DEFINED
645#ifndef ematch_get_leng_ALREADY_DEFINED
648#ifndef ematch_get_text_ALREADY_DEFINED
651#ifndef ematch_get_lineno_ALREADY_DEFINED
654#ifndef ematch_set_lineno_ALREADY_DEFINED
657#ifndef ematch_get_column_ALREADY_DEFINED
660#ifndef ematch_set_column_ALREADY_DEFINED
663#ifndef ematch_wrap_ALREADY_DEFINED
666#ifndef ematch_get_lval_ALREADY_DEFINED
669#ifndef ematch_set_lval_ALREADY_DEFINED
672#ifndef ematch_get_lloc_ALREADY_DEFINED
675#ifndef ematch_set_lloc_ALREADY_DEFINED
678#ifndef ematch_alloc_ALREADY_DEFINED
681#ifndef ematch_realloc_ALREADY_DEFINED
684#ifndef ematch_free_ALREADY_DEFINED
687#ifndef ematch_text_ALREADY_DEFINED
690#ifndef ematch_leng_ALREADY_DEFINED
693#ifndef ematch_in_ALREADY_DEFINED
696#ifndef ematch_out_ALREADY_DEFINED
699#ifndef ematch__flex_debug_ALREADY_DEFINED
702#ifndef ematch_lineno_ALREADY_DEFINED
705#ifndef ematch_tables_fload_ALREADY_DEFINED
708#ifndef ematch_tables_destroy_ALREADY_DEFINED
709#undef yytables_destroy
711#ifndef ematch_TABLES_NAME_ALREADY_DEFINED
715#line 166 "lib/route/cls/ematch_grammar.l"
717#line 717 "lib/route/cls/ematch_grammar.h"
718#undef ematch_IN_HEADER
int yy_bs_column
The column count.
int yy_bs_lineno
The line count.