1 #ifndef text_import_HEADER_H 2 #define text_import_HEADER_H 1 3 #define text_import_IN_HEADER 1 5 #line 6 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/ui/text_import_scanner_lex.h" 9 #line 10 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/ui/text_import_scanner_lex.h" 11 #define YY_INT_ALIGNED short int 16 #define YY_FLEX_MAJOR_VERSION 2 17 #define YY_FLEX_MINOR_VERSION 6 18 #define YY_FLEX_SUBMINOR_VERSION 0 19 #if YY_FLEX_SUBMINOR_VERSION > 0 40 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L 45 #ifndef __STDC_LIMIT_MACROS 46 #define __STDC_LIMIT_MACROS 1 50 typedef int8_t flex_int8_t;
51 typedef uint8_t flex_uint8_t;
52 typedef int16_t flex_int16_t;
53 typedef uint16_t flex_uint16_t;
54 typedef int32_t flex_int32_t;
55 typedef uint32_t flex_uint32_t;
57 typedef signed char flex_int8_t;
58 typedef short int flex_int16_t;
59 typedef int flex_int32_t;
60 typedef unsigned char flex_uint8_t;
61 typedef unsigned short int flex_uint16_t;
62 typedef unsigned int flex_uint32_t;
66 #define INT8_MIN (-128) 69 #define INT16_MIN (-32767-1) 72 #define INT32_MIN (-2147483647-1) 75 #define INT8_MAX (127) 78 #define INT16_MAX (32767) 81 #define INT32_MAX (2147483647) 84 #define UINT8_MAX (255U) 87 #define UINT16_MAX (65535U) 90 #define UINT32_MAX (4294967295U) 105 #if defined (__STDC__) 113 #define yyconst const 119 #ifndef YY_TYPEDEF_YY_SCANNER_T 120 #define YY_TYPEDEF_YY_SCANNER_T 121 typedef void* yyscan_t;
126 #define yyin yyg->yyin_r 127 #define yyout yyg->yyout_r 128 #define yyextra yyg->yyextra_r 129 #define yyleng yyg->yyleng_r 130 #define yytext yyg->yytext_r 131 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) 132 #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) 133 #define yy_flex_debug yyg->yy_flex_debug_r 142 #define YY_BUF_SIZE 32768 144 #define YY_BUF_SIZE 16384 148 #ifndef YY_TYPEDEF_YY_BUFFER_STATE 149 #define YY_TYPEDEF_YY_BUFFER_STATE 153 #ifndef YY_TYPEDEF_YY_SIZE_T 154 #define YY_TYPEDEF_YY_SIZE_T 155 typedef size_t yy_size_t;
158 #ifndef YY_STRUCT_YY_BUFFER_STATE 159 #define YY_STRUCT_YY_BUFFER_STATE 170 yy_size_t yy_buf_size;
181 int yy_is_our_buffer;
188 int yy_is_interactive;
204 int yy_buffer_status;
209 void text_import_restart (FILE *input_file ,yyscan_t yyscanner );
210 void text_import__switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
211 YY_BUFFER_STATE text_import__create_buffer (FILE *file,
int size ,yyscan_t yyscanner );
212 void text_import__delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
213 void text_import__flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
214 void text_import_push_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
215 void text_import_pop_buffer_state (yyscan_t yyscanner );
217 YY_BUFFER_STATE text_import__scan_buffer (
char *base,yy_size_t size ,yyscan_t yyscanner );
218 YY_BUFFER_STATE text_import__scan_string (yyconst
char *yy_str ,yyscan_t yyscanner );
219 YY_BUFFER_STATE text_import__scan_bytes (yyconst
char *bytes,yy_size_t len ,yyscan_t yyscanner );
221 void *text_import_alloc (yy_size_t ,yyscan_t yyscanner );
222 void *text_import_realloc (
void *,yy_size_t ,yyscan_t yyscanner );
223 void text_import_free (
void * ,yyscan_t yyscanner );
227 #define text_import_wrap(yyscanner) (1) 228 #define YY_SKIP_YYWRAP 230 #define yytext_ptr yytext_r 232 #ifdef YY_HEADER_EXPORT_START_CONDITIONS 237 #ifndef YY_NO_UNISTD_H 245 #ifndef YY_EXTRA_TYPE 246 #define YY_EXTRA_TYPE void * 249 int text_import_lex_init (yyscan_t* scanner);
251 int text_import_lex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
256 int text_import_lex_destroy (yyscan_t yyscanner );
258 int text_import_get_debug (yyscan_t yyscanner );
260 void text_import_set_debug (
int debug_flag ,yyscan_t yyscanner );
262 YY_EXTRA_TYPE text_import_get_extra (yyscan_t yyscanner );
264 void text_import_set_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
266 FILE *text_import_get_in (yyscan_t yyscanner );
268 void text_import_set_in (FILE * _in_str ,yyscan_t yyscanner );
270 FILE *text_import_get_out (yyscan_t yyscanner );
272 void text_import_set_out (FILE * _out_str ,yyscan_t yyscanner );
274 yy_size_t text_import_get_leng (yyscan_t yyscanner );
276 char *text_import_get_text (yyscan_t yyscanner );
278 int text_import_get_lineno (yyscan_t yyscanner );
280 void text_import_set_lineno (
int _line_number ,yyscan_t yyscanner );
282 int text_import_get_column (yyscan_t yyscanner );
284 void text_import_set_column (
int _column_no ,yyscan_t yyscanner );
290 #ifndef YY_SKIP_YYWRAP 292 extern "C" int text_import_wrap (yyscan_t yyscanner );
294 extern int text_import_wrap (yyscan_t yyscanner );
299 static void yy_flex_strncpy (
char *,yyconst
char *,
int ,yyscan_t yyscanner);
302 #ifdef YY_NEED_STRLEN 303 static int yy_flex_strlen (yyconst
char * ,yyscan_t yyscanner);
311 #ifndef YY_READ_BUF_SIZE 314 #define YY_READ_BUF_SIZE 16384 316 #define YY_READ_BUF_SIZE 8192 321 #ifndef YY_START_STACK_INCR 322 #define YY_START_STACK_INCR 25 329 #define YY_DECL_IS_OURS 1 331 extern int text_import_lex (yyscan_t yyscanner);
333 #define YY_DECL int text_import_lex (yyscan_t yyscanner) 339 #undef YY_FLUSH_BUFFER 342 #undef yy_set_interactive 343 #undef YY_DO_BEFORE_ACTION 345 #ifdef YY_DECL_IS_OURS 346 #undef YY_DECL_IS_OURS 350 #line 127 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/text_import_scanner.l" 353 #line 354 "/home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/cmbuild/ui/text_import_scanner_lex.h" 354 #undef text_import_IN_HEADER int yy_bs_lineno
Definition: scanner.c:250
int yy_bs_column
Definition: scanner.c:251
Definition: scanner.c:214