Lines Matching defs:yyscan_t

356 typedef void* yyscan_t;
515 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
516 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
517 YY_BUFFER_STATE yy_create_buffer ( FILE *file, yy_size_t size , yyscan_t yyscanner );
518 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
519 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
520 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
521 void yypop_buffer_state ( yyscan_t yyscanner );
523 static void yyensure_buffer_stack ( yyscan_t yyscanner );
524 static void yy_load_buffer_state ( yyscan_t yyscanner );
525 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner );
528 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
529 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
530 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, yy_size_t len , yyscan_t yyscanner );
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
533 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
534 void yyfree ( void * , yyscan_t yyscanner );
567 static yy_state_type yy_get_previous_state ( yyscan_t yyscanner );
568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
569 static int yy_get_next_buffer ( yyscan_t yyscanner );
570 static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner );
1263 int yyget_column (yyscan_t yyscanner);
1264 void yyset_column (int column_no , yyscan_t yyscanner);
1321 static int yy_init_globals ( yyscan_t yyscanner );
1329 int yylex_init (yyscan_t* scanner);
1331 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1336 int yylex_destroy ( yyscan_t yyscanner );
1338 int yyget_debug ( yyscan_t yyscanner );
1340 void yyset_debug ( int debug_flag , yyscan_t yyscanner );
1342 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
1344 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
1346 FILE *yyget_in ( yyscan_t yyscanner );
1348 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
1350 FILE *yyget_out ( yyscan_t yyscanner );
1352 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
1354 yy_size_t yyget_leng ( yyscan_t yyscanner );
1356 char *yyget_text ( yyscan_t yyscanner );
1358 int yyget_lineno ( yyscan_t yyscanner );
1360 void yyset_lineno ( int _line_number , yyscan_t yyscanner );
1362 int yyget_column ( yyscan_t yyscanner );
1364 void yyset_column ( int _column_no , yyscan_t yyscanner );
1366 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1368 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1370 YYLTYPE *yyget_lloc ( yyscan_t yyscanner );
1372 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner );
1380 extern "C" int yywrap ( yyscan_t yyscanner );
1382 extern int yywrap ( yyscan_t yyscanner );
1388 static void yyunput ( int c, char *buf_ptr , yyscan_t yyscanner);
1393 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
1397 static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
1402 static int yyinput ( yyscan_t yyscanner );
1404 static int input ( yyscan_t yyscanner );
1490 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1493 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
2630 static int yy_get_next_buffer (yyscan_t yyscanner)
2769 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
2802 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
2829 static void yyunput (int c, char * yy_bp , yyscan_t yyscanner)
2871 static int yyinput (yyscan_t yyscanner)
2873 static int input (yyscan_t yyscanner)
2949 void yyrestart (FILE * input_file , yyscan_t yyscanner)
2967 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2999 static void yy_load_buffer_state (yyscan_t yyscanner)
3014 YY_BUFFER_STATE yy_create_buffer (FILE * file, yy_size_t size , yyscan_t yyscanner)
3042 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
3062 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
3091 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
3121 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
3152 void yypop_buffer_state (yyscan_t yyscanner)
3172 static void yyensure_buffer_stack (yyscan_t yyscanner)
3222 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
3259 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner)
3272 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner)
3306 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner)
3336 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
3345 int yyget_lineno (yyscan_t yyscanner)
3358 int yyget_column (yyscan_t yyscanner)
3371 FILE *yyget_in (yyscan_t yyscanner)
3380 FILE *yyget_out (yyscan_t yyscanner)
3389 yy_size_t yyget_leng (yyscan_t yyscanner)
3399 char *yyget_text (yyscan_t yyscanner)
3409 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
3419 void yyset_lineno (int _line_number , yyscan_t yyscanner)
3434 void yyset_column (int _column_no , yyscan_t yyscanner)
3451 void yyset_in (FILE * _in_str , yyscan_t yyscanner)
3457 void yyset_out (FILE * _out_str , yyscan_t yyscanner)
3463 int yyget_debug (yyscan_t yyscanner)
3469 void yyset_debug (int _bdebug , yyscan_t yyscanner)
3477 YYSTYPE * yyget_lval (yyscan_t yyscanner)
3483 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
3489 YYLTYPE *yyget_lloc (yyscan_t yyscanner)
3495 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
3507 int yylex_init(yyscan_t* ptr_yy_globals)
3514 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3534 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals )
3545 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
3561 static int yy_init_globals (yyscan_t yyscanner)
3595 int yylex_destroy (yyscan_t yyscanner)
3629 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner)
3641 static int yy_flex_strlen (const char * s , yyscan_t yyscanner)
3651 void *yyalloc (yy_size_t size , yyscan_t yyscanner)
3658 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
3673 void yyfree (void * ptr , yyscan_t yyscanner)