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 );
1673 static int yy_init_globals ( yyscan_t yyscanner );
1681 int yylex_init (yyscan_t* scanner);
1683 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner);
1688 int yylex_destroy ( yyscan_t yyscanner );
1690 int yyget_debug ( yyscan_t yyscanner );
1692 void yyset_debug ( int debug_flag , yyscan_t yyscanner );
1694 YY_EXTRA_TYPE yyget_extra ( yyscan_t yyscanner );
1696 void yyset_extra ( YY_EXTRA_TYPE user_defined , yyscan_t yyscanner );
1698 FILE *yyget_in ( yyscan_t yyscanner );
1700 void yyset_in ( FILE * _in_str , yyscan_t yyscanner );
1702 FILE *yyget_out ( yyscan_t yyscanner );
1704 void yyset_out ( FILE * _out_str , yyscan_t yyscanner );
1706 yy_size_t yyget_leng ( yyscan_t yyscanner );
1708 char *yyget_text ( yyscan_t yyscanner );
1710 int yyget_lineno ( yyscan_t yyscanner );
1712 void yyset_lineno ( int _line_number , yyscan_t yyscanner );
1714 int yyget_column ( yyscan_t yyscanner );
1716 void yyset_column ( int _column_no , yyscan_t yyscanner );
1718 YYSTYPE * yyget_lval ( yyscan_t yyscanner );
1720 void yyset_lval ( YYSTYPE * yylval_param , yyscan_t yyscanner );
1722 YYLTYPE *yyget_lloc ( yyscan_t yyscanner );
1724 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner );
1732 extern "C" int yywrap ( yyscan_t yyscanner );
1734 extern int yywrap ( yyscan_t yyscanner );
1743 static void yy_flex_strncpy ( char *, const char *, int , yyscan_t yyscanner);
1747 static int yy_flex_strlen ( const char * , yyscan_t yyscanner);
1752 static int yyinput ( yyscan_t yyscanner );
1754 static int input ( yyscan_t yyscanner );
1840 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1843 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
3709 static int yy_get_next_buffer (yyscan_t yyscanner)
3848 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
3882 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
3913 static int yyinput (yyscan_t yyscanner)
3915 static int input (yyscan_t yyscanner)
3993 void yyrestart (FILE * input_file , yyscan_t yyscanner)
4011 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
4043 static void yy_load_buffer_state (yyscan_t yyscanner)
4058 YY_BUFFER_STATE yy_create_buffer (FILE * file, yy_size_t size , yyscan_t yyscanner)
4086 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
4106 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
4135 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
4165 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
4196 void yypop_buffer_state (yyscan_t yyscanner)
4216 static void yyensure_buffer_stack (yyscan_t yyscanner)
4266 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
4303 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner)
4316 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner)
4350 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner)
4380 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner)
4389 int yyget_lineno (yyscan_t yyscanner)
4402 int yyget_column (yyscan_t yyscanner)
4415 FILE *yyget_in (yyscan_t yyscanner)
4424 FILE *yyget_out (yyscan_t yyscanner)
4433 yy_size_t yyget_leng (yyscan_t yyscanner)
4443 char *yyget_text (yyscan_t yyscanner)
4453 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
4463 void yyset_lineno (int _line_number , yyscan_t yyscanner)
4478 void yyset_column (int _column_no , yyscan_t yyscanner)
4495 void yyset_in (FILE * _in_str , yyscan_t yyscanner)
4501 void yyset_out (FILE * _out_str , yyscan_t yyscanner)
4507 int yyget_debug (yyscan_t yyscanner)
4513 void yyset_debug (int _bdebug , yyscan_t yyscanner)
4521 YYSTYPE * yyget_lval (yyscan_t yyscanner)
4527 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
4533 YYLTYPE *yyget_lloc (yyscan_t yyscanner)
4539 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner)
4551 int yylex_init(yyscan_t* ptr_yy_globals)
4558 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
4578 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals )
4589 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
4605 static int yy_init_globals (yyscan_t yyscanner)
4639 int yylex_destroy (yyscan_t yyscanner)
4673 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner)
4685 static int yy_flex_strlen (const char * s , yyscan_t yyscanner)
4695 void *yyalloc (yy_size_t size , yyscan_t yyscanner)
4702 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
4717 void yyfree (void * ptr , yyscan_t yyscanner)