2 #define Mate_HEADER_H 1 3 #define Mate_IN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/mate/mate_parser_lex.h" 11 #line 12 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/mate/mate_parser_lex.h" 13 #define YY_INT_ALIGNED short int 18 #define YY_FLEX_MAJOR_VERSION 2 19 #define YY_FLEX_MINOR_VERSION 6 20 #define YY_FLEX_SUBMINOR_VERSION 0 21 #if YY_FLEX_SUBMINOR_VERSION > 0 42 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 47 #ifndef __STDC_LIMIT_MACROS 48 #define __STDC_LIMIT_MACROS 1 52 typedef int8_t flex_int8_t;
53 typedef uint8_t flex_uint8_t;
54 typedef int16_t flex_int16_t;
55 typedef uint16_t flex_uint16_t;
56 typedef int32_t flex_int32_t;
57 typedef uint32_t flex_uint32_t;
59 typedef signed char flex_int8_t;
60 typedef short int flex_int16_t;
61 typedef int flex_int32_t;
62 typedef unsigned char flex_uint8_t;
63 typedef unsigned short int flex_uint16_t;
64 typedef unsigned int flex_uint32_t;
68 #define INT8_MIN (-128) 71 #define INT16_MIN (-32767-1) 74 #define INT32_MIN (-2147483647-1) 77 #define INT8_MAX (127) 80 #define INT16_MAX (32767) 83 #define INT32_MAX (2147483647) 86 #define UINT8_MAX (255U) 89 #define UINT16_MAX (65535U) 92 #define UINT32_MAX (4294967295U) 107 #if defined (__STDC__) 115 #define yyconst const 121 #ifndef YY_TYPEDEF_YY_SCANNER_T 122 #define YY_TYPEDEF_YY_SCANNER_T 123 typedef void* yyscan_t;
128 #define yyin yyg->yyin_r 129 #define yyout yyg->yyout_r 130 #define yyextra yyg->yyextra_r 131 #define yyleng yyg->yyleng_r 132 #define yytext yyg->yytext_r 133 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 134 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 135 #define yy_flex_debug yyg->yy_flex_debug_r 144 #define YY_BUF_SIZE 32768 146 #define YY_BUF_SIZE 16384 150 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 151 #define YY_TYPEDEF_YY_BUFFER_STATE 155 #ifndef YY_TYPEDEF_YY_SIZE_T 156 #define YY_TYPEDEF_YY_SIZE_T 157 typedef size_t yy_size_t;
160 #ifndef YY_STRUCT_YY_BUFFER_STATE 161 #define YY_STRUCT_YY_BUFFER_STATE 172 yy_size_t yy_buf_size;
183 int yy_is_our_buffer;
190 int yy_is_interactive;
206 int yy_buffer_status;
211 void Mate_restart (FILE *input_file ,yyscan_t yyscanner );
212 void Mate__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
213 YY_BUFFER_STATE Mate__create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
214 void Mate__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
215 void Mate__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
216 void Mate_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
217 void Mate_pop_buffer_state (yyscan_t yyscanner );
219 YY_BUFFER_STATE Mate__scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
220 YY_BUFFER_STATE Mate__scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
221 YY_BUFFER_STATE Mate__scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
223 void *Mate_alloc (yy_size_t ,yyscan_t yyscanner );
224 void *Mate_realloc (
void *,yy_size_t ,yyscan_t yyscanner );
225 void Mate_free (
void * ,yyscan_t yyscanner );
229 #define Mate_wrap(yyscanner) (1) 230 #define YY_SKIP_YYWRAP 232 #define yytext_ptr yytext_r 234 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 243 #ifndef YY_NO_UNISTD_H 251 #define YY_EXTRA_TYPE Mate_scanner_state_t * 253 int Mate_lex_init (yyscan_t* scanner);
255 int Mate_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
260 int Mate_lex_destroy (yyscan_t yyscanner );
262 int Mate_get_debug (yyscan_t yyscanner );
264 void Mate_set_debug (
int debug_flag ,yyscan_t yyscanner );
266 YY_EXTRA_TYPE Mate_get_extra (yyscan_t yyscanner );
268 void Mate_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
270 FILE *Mate_get_in (yyscan_t yyscanner );
272 void Mate_set_in (FILE * _in_str ,yyscan_t yyscanner );
274 FILE *Mate_get_out (yyscan_t yyscanner );
276 void Mate_set_out (FILE * _out_str ,yyscan_t yyscanner );
278 yy_size_t Mate_get_leng (yyscan_t yyscanner );
280 char *Mate_get_text (yyscan_t yyscanner );
282 int Mate_get_lineno (yyscan_t yyscanner );
284 void Mate_set_lineno (
int _line_number ,yyscan_t yyscanner );
286 int Mate_get_column (yyscan_t yyscanner );
288 void Mate_set_column (
int _column_no ,yyscan_t yyscanner );
294 #ifndef YY_SKIP_YYWRAP 296 extern "C" int Mate_wrap (yyscan_t yyscanner );
298 extern int Mate_wrap (yyscan_t yyscanner );
303 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
306 #ifdef YY_NEED_STRLEN 307 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
315 #ifndef YY_READ_BUF_SIZE 318 #define YY_READ_BUF_SIZE 16384 320 #define YY_READ_BUF_SIZE 8192 325 #ifndef YY_START_STACK_INCR 326 #define YY_START_STACK_INCR 25 333 #define YY_DECL_IS_OURS 1 335 extern int Mate_lex (yyscan_t yyscanner);
337 #define YY_DECL int Mate_lex (yyscan_t yyscanner) 343 #undef YY_FLUSH_BUFFER 346 #undef yy_set_interactive 347 #undef YY_DO_BEFORE_ACTION 349 #ifdef YY_DECL_IS_OURS 350 #undef YY_DECL_IS_OURS 354 #line 335 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/plugins/epan/mate/mate_parser.l" 357 #line 358 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/plugins/epan/mate/mate_parser_lex.h" 358 #undef Mate_IN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214