• Home
  • Raw
  • Download

Lines Matching refs:yyscan_t

365 typedef void* yyscan_t;  typedef
524 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
525 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
526 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
527 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
528 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
529 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
530 void yypop_buffer_state ( yyscan_t yyscanner );
532 static void yyensure_buffer_stack ( yyscan_t yyscanner );
533 static void yy_load_buffer_state ( yyscan_t yyscanner );
534 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner );
537 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
538 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
539 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
541 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
542 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
543 void yyfree ( void * , yyscan_t yyscanner );
576 static yy_state_type yy_get_previous_state ( yyscan_t yyscanner );
577 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
578 static int yy_get_next_buffer ( yyscan_t yyscanner );
579 static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner );
3086 int pcap_get_column(yyscan_t);
3087 void pcap_set_column(int, yyscan_t);
3194 static int yy_init_globals ( yyscan_t yyscanner );
3200 int yylex_init (yyscan_t* scanner);
3202 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
3207 int yylex_destroy ( yyscan_t yyscanner );
3209 int yyget_debug ( yyscan_t yyscanner );
3211 void yyset_debug ( int debug_flag , yyscan_t yyscanner );
3213 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
3215 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
3217 FILE *yyget_in ( yyscan_t yyscanner );
3219 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
3221 FILE *yyget_out ( yyscan_t yyscanner );
3223 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
3225 int yyget_leng ( yyscan_t yyscanner );
3227 char *yyget_text ( yyscan_t yyscanner );
3229 int yyget_lineno ( yyscan_t yyscanner );
3231 void yyset_lineno ( int _line_number , yyscan_t yyscanner );
3233 int yyget_column ( yyscan_t yyscanner );
3235 void yyset_column ( int _column_no , yyscan_t yyscanner );
3237 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
3239 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
3247 extern "C" int yywrap ( yyscan_t yyscanner );
3249 extern int yywrap ( yyscan_t yyscanner );
3258 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
3262 static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
3267 static int yyinput ( yyscan_t yyscanner );
3269 static int input ( yyscan_t yyscanner );
3355 (YYSTYPE * yylval_param , yyscan_t yyscanner);
3358 (YYSTYPE * yylval_param , yyscan_t yyscanner)
4547 static int yy_get_next_buffer (yyscan_t yyscanner) in yy_get_next_buffer()
4686 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state()
4719 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans()
4750 static int yyinput (yyscan_t yyscanner) in yyinput()
4752 static int input (yyscan_t yyscanner) in yyinput()
4828 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart()
4846 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer()
4878 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state()
4893 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer()
4921 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer()
4941 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer()
4970 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_flush_buffer()
5000 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state()
5031 void yypop_buffer_state (yyscan_t yyscanner) in yypop_buffer_state()
5051 static void yyensure_buffer_stack (yyscan_t yyscanner) in yyensure_buffer_stack()
5101 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) in yy_scan_buffer()
5138 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner) in yy_scan_string()
5151 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes()
5185 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner) in yy_fatal_error()
5215 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) in yyget_extra()
5224 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno()
5237 int yyget_column (yyscan_t yyscanner) in yyget_column()
5250 FILE *yyget_in (yyscan_t yyscanner) in yyget_in()
5259 FILE *yyget_out (yyscan_t yyscanner) in yyget_out()
5268 int yyget_leng (yyscan_t yyscanner) in yyget_leng()
5278 char *yyget_text (yyscan_t yyscanner) in yyget_text()
5288 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) in yyset_extra()
5298 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno()
5313 void yyset_column (int _column_no , yyscan_t yyscanner) in yyset_column()
5330 void yyset_in (FILE * _in_str , yyscan_t yyscanner) in yyset_in()
5336 void yyset_out (FILE * _out_str , yyscan_t yyscanner) in yyset_out()
5342 int yyget_debug (yyscan_t yyscanner) in yyget_debug()
5348 void yyset_debug (int _bdebug , yyscan_t yyscanner) in yyset_debug()
5356 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval()
5362 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval()
5374 int yylex_init(yyscan_t* ptr_yy_globals) in yylex_init()
5381 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); in yylex_init()
5401 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra()
5412 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
5428 static int yy_init_globals (yyscan_t yyscanner) in yy_init_globals()
5462 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy()
5496 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy()
5508 static int yy_flex_strlen (const char * s , yyscan_t yyscanner) in yy_flex_strlen()
5518 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc()
5525 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) in yyrealloc()
5540 void yyfree (void * ptr , yyscan_t yyscanner) in yyfree()