• Home
  • Raw
  • Download

Lines Matching refs:yyscanner

506 #define YY_NEW_FILE yyrestart( yyin , yyscanner )
563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
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 );
667 #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER , 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 );
684 yyensure_buffer_stack (yyscanner); \
686 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
693 yyensure_buffer_stack (yyscanner); \
695 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \
704 #define ppwrap(yyscanner) (/*CONSTCOND*/1) argument
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 );
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 );
1259 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg , yyscanner)
1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner);
1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner)
1325 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
1357 yyensure_buffer_stack (yyscanner);
1359 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner);
1362 yy_load_buffer_state( yyscanner );
1757 yy_current_state = yy_get_previous_state( yyscanner );
1768 yy_next_state = yy_try_NUL_trans( yy_current_state , yyscanner);
1788 else switch ( yy_get_next_buffer( yyscanner ) )
1794 if ( yywrap( yyscanner ) )
1823 yy_current_state = yy_get_previous_state( yyscanner );
1833 yy_current_state = yy_get_previous_state( yyscanner );
1861 static int yy_get_next_buffer (yyscan_t yyscanner)
1863 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
1932 (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
1964 yyrestart( yyin , yyscanner);
1982 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size , yyscanner );
2001 static yy_state_type yy_get_previous_state (yyscan_t yyscanner) in yy_get_previous_state() argument
2005 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_get_previous_state()
2035 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner) in yy_try_NUL_trans() argument
2038 …struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon opti… in yy_try_NUL_trans()
2067 static int yyinput (yyscan_t yyscanner) in yyinput() argument
2069 static int input (yyscan_t yyscanner) in yyinput()
2074 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyinput()
2093 switch ( yy_get_next_buffer( yyscanner ) ) in yyinput()
2107 yyrestart( yyin , yyscanner); in yyinput()
2113 if ( yywrap( yyscanner ) ) in yyinput()
2119 return yyinput(yyscanner); in yyinput()
2121 return input(yyscanner); in yyinput()
2146 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart() argument
2148 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyrestart()
2151 yyensure_buffer_stack (yyscanner); in yyrestart()
2153 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
2156 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart()
2157 yy_load_buffer_state( yyscanner ); in yyrestart()
2165 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yy_switch_to_buffer() argument
2167 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_switch_to_buffer()
2174 yyensure_buffer_stack (yyscanner); in yy_switch_to_buffer()
2187 yy_load_buffer_state( yyscanner ); in yy_switch_to_buffer()
2198 static void yy_load_buffer_state (yyscan_t yyscanner) in yy_load_buffer_state() argument
2200 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_load_buffer_state()
2213 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer() argument
2217 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_create_buffer()
2226 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner ); in yy_create_buffer()
2232 yy_init_buffer( b, file , yyscanner); in yy_create_buffer()
2242 void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_delete_buffer() argument
2244 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_delete_buffer()
2253 yyfree( (void *) b->yy_ch_buf , yyscanner ); in yy_delete_buffer()
2255 yyfree( (void *) b , yyscanner ); in yy_delete_buffer()
2263 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() argument
2267 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_init_buffer()
2269 yy_flush_buffer( b , yyscanner); in yy_init_buffer()
2295 void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) in yy_flush_buffer() argument
2297 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_flush_buffer()
2316 yy_load_buffer_state( yyscanner ); in yy_flush_buffer()
2325 void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) in yypush_buffer_state() argument
2327 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yypush_buffer_state()
2331 yyensure_buffer_stack(yyscanner); in yypush_buffer_state()
2348 yy_load_buffer_state( yyscanner ); in yypush_buffer_state()
2357 void yypop_buffer_state (yyscan_t yyscanner) in yypop_buffer_state() argument
2359 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yypop_buffer_state()
2363 yy_delete_buffer(YY_CURRENT_BUFFER , yyscanner); in yypop_buffer_state()
2369 yy_load_buffer_state( yyscanner ); in yypop_buffer_state()
2378 static void yyensure_buffer_stack (yyscan_t yyscanner) in yyensure_buffer_stack() argument
2381 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyensure_buffer_stack()
2392 , yyscanner); in yyensure_buffer_stack()
2413 , yyscanner); in yyensure_buffer_stack()
2433 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) in yy_scan_buffer() argument
2443 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner ); in yy_scan_buffer()
2457 yy_switch_to_buffer( b , yyscanner ); in yy_scan_buffer()
2473 YY_BUFFER_STATE yy_scan_string (const char * yystr , yyscan_t yyscanner) in yy_scan_string() argument
2476 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string()
2489 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() argument
2498 buf = (char *) yyalloc( n , yyscanner ); in yy_scan_bytes()
2507 b = yy_scan_buffer( buf, n , yyscanner); in yy_scan_bytes()
2533 static void yynoreturn yy_fatal_error (const char* msg , yyscan_t yyscanner) in yy_fatal_error() argument
2535 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_fatal_error()
2566 YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) in yyget_extra() argument
2568 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_extra()
2577 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno() argument
2579 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_lineno()
2594 int yyget_column (yyscan_t yyscanner) in yyget_column() argument
2596 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_column()
2611 FILE *yyget_in (yyscan_t yyscanner) in yyget_in() argument
2613 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_in()
2622 FILE *yyget_out (yyscan_t yyscanner) in yyget_out() argument
2624 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_out()
2633 int yyget_leng (yyscan_t yyscanner) in yyget_leng() argument
2635 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_leng()
2644 char *yyget_text (yyscan_t yyscanner) in yyget_text() argument
2646 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_text()
2656 void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) in yyset_extra() argument
2658 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_extra()
2668 void yyset_lineno (int _line_number , yyscan_t yyscanner) in yyset_lineno() argument
2670 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_lineno()
2687 void yyset_column (int _column_no , yyscan_t yyscanner) in yyset_column() argument
2689 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_column()
2709 void yyset_in (FILE * _in_str , yyscan_t yyscanner) in yyset_in() argument
2711 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_in()
2717 void yyset_out (FILE * _out_str , yyscan_t yyscanner) in yyset_out() argument
2719 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_out()
2726 int yyget_debug (yyscan_t yyscanner) in yyget_debug() argument
2728 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_debug()
2734 void yyset_debug (int _bdebug , yyscan_t yyscanner) in yyset_debug() argument
2736 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_debug()
2744 YYSTYPE * yyget_lval (yyscan_t yyscanner) in yyget_lval() argument
2746 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_lval()
2752 void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) in yyset_lval() argument
2754 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_lval()
2761 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() argument
2763 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyget_lloc()
2769 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc() argument
2771 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyset_lloc()
2841 static int yy_init_globals (yyscan_t yyscanner) in yy_init_globals() argument
2843 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_init_globals()
2883 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy() argument
2885 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yylex_destroy()
2889 yy_delete_buffer( YY_CURRENT_BUFFER , yyscanner ); in yylex_destroy()
2891 yypop_buffer_state(yyscanner); in yylex_destroy()
2895 yyfree(yyg->yy_buffer_stack , yyscanner); in yylex_destroy()
2900 yyfree( yyg->yy_start_stack , yyscanner ); in yylex_destroy()
2908 yy_init_globals( yyscanner); in yylex_destroy()
2911 yyfree ( yyscanner , yyscanner ); in yylex_destroy()
2912 yyscanner = NULL; in yylex_destroy()
2925 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy() argument
2927 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yy_flex_strncpy()
2939 static int yy_flex_strlen (const char * s , yyscan_t yyscanner) in yy_flex_strlen() argument
2951 void *yyalloc (yy_size_t size , yyscan_t yyscanner) in yyalloc() argument
2953 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyalloc()
2960 void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) in yyrealloc() argument
2962 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyrealloc()
2977 void yyfree (void * ptr , yyscan_t yyscanner) in yyfree() argument
2979 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; in yyfree()