Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:yyscan_t

450 typedef void* yyscan_t;
655 void yyrestart ( FILE *input_file , yyscan_t yyscanner );
656 void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
657 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size , yyscan_t yyscanner );
658 void yy_delete_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
659 void yy_flush_buffer ( YY_BUFFER_STATE b , yyscan_t yyscanner );
660 void yypush_buffer_state ( YY_BUFFER_STATE new_buffer , yyscan_t yyscanner );
661 void yypop_buffer_state ( yyscan_t yyscanner );
664 static void yyensure_buffer_stack ( yyscan_t yyscanner );
665 static void yy_load_buffer_state ( yyscan_t yyscanner );
666 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner );
670 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size , yyscan_t yyscanner );
671 YY_BUFFER_STATE yy_scan_string ( const char *yy_str , yyscan_t yyscanner );
672 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner );
675 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
676 void *yyrealloc ( void *, yy_size_t , yyscan_t yyscanner );
677 void yyfree ( void * , yyscan_t yyscanner );
718 static yy_state_type yy_get_previous_state ( yyscan_t yyscanner );
719 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
720 static int yy_get_next_buffer ( yyscan_t yyscanner );
721 static void yynoreturn yy_fatal_error ( const char* msg , yyscan_t yyscanner );
1037 static int yy_init_globals ( yyscan_t yyscanner );
1053 int yylex_init (yyscan_t* scanner);
1055 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1063 int yylex_destroy ( yyscan_t yyscanner );
1067 int yyget_debug ( yyscan_t yyscanner );
1071 void yyset_debug ( int debug_flag , yyscan_t yyscanner );
1075 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
1079 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
1083 FILE *yyget_in ( yyscan_t yyscanner );
1087 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
1091 FILE *yyget_out ( yyscan_t yyscanner );
1095 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
1099 int yyget_leng ( yyscan_t yyscanner );
1103 char *yyget_text ( yyscan_t yyscanner );
1107 int yyget_lineno ( yyscan_t yyscanner );
1111 void yyset_lineno ( int _line_number , yyscan_t yyscanner );
1116 int yyget_column ( yyscan_t yyscanner );
1122 void yyset_column ( int _column_no , yyscan_t yyscanner );
1127 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1130 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1134 YYLTYPE *yyget_lloc ( yyscan_t yyscanner );
1138 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner );
1148 extern "C" int yywrap ( yyscan_t yyscanner );
1150 extern int yywrap ( yyscan_t yyscanner );
1160 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
1164 static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
1169 static int yyinput ( yyscan_t yyscanner );
1171 static int input ( yyscan_t yyscanner );
1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
1861 static int yy_get_next_buffer (yyscan_t yyscanner)
2001 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
2035 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
2067 static int yyinput (yyscan_t yyscanner)
2069 static int input (yyscan_t yyscanner)
2146 void yyrestart (FILE * input_file , yyscan_t yyscanner)
2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2198 static void yy_load_buffer_state (yyscan_t yyscanner)
2213 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner)
2242 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2263 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
2295 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2325 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2357 void yypop_buffer_state (yyscan_t yyscanner)
2378 static void yyensure_buffer_stack (yyscan_t yyscanner)
2433 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
2473 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner)
2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner)
2533 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner)
2566 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
2577 int yyget_lineno (yyscan_t yyscanner)
2594 int yyget_column (yyscan_t yyscanner)
2611 FILE *yyget_in (yyscan_t yyscanner)
2622 FILE *yyget_out (yyscan_t yyscanner)
2633 int yyget_leng (yyscan_t yyscanner)
2644 char *yyget_text (yyscan_t yyscanner)
2656 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2668 void yyset_lineno (int _line_number , yyscan_t yyscanner)
2687 void yyset_column (int _column_no , yyscan_t yyscanner)
2709 void yyset_in (FILE * _in_str , yyscan_t yyscanner)
2717 void yyset_out (FILE * _out_str , yyscan_t yyscanner)
2726 int yyget_debug (yyscan_t yyscanner)
2734 void yyset_debug (int _bdebug , yyscan_t yyscanner)
2744 YYSTYPE * yyget_lval (yyscan_t yyscanner)
2752 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
2761 YYLTYPE *yyget_lloc (yyscan_t yyscanner)
2769 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
2785 int yylex_init(yyscan_t* ptr_yy_globals)
2792 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
2813 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals )
2824 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2841 static int yy_init_globals (yyscan_t yyscanner)
2883 int yylex_destroy (yyscan_t yyscanner)
2925 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner)
2939 static int yy_flex_strlen (const char * s , yyscan_t yyscanner)
2951 void *yyalloc (yy_size_t size , yyscan_t yyscanner)
2960 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2977 void yyfree (void * ptr , yyscan_t yyscanner)