Lines Matching defs:yyscan_t

125 typedef void* yyscan_t;
289 void ap_expr_yyrestart (FILE *input_file ,yyscan_t yyscanner );
290 void ap_expr_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
291 YY_BUFFER_STATE ap_expr_yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
292 void ap_expr_yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
293 void ap_expr_yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
294 void ap_expr_yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
295 void ap_expr_yypop_buffer_state (yyscan_t yyscanner );
297 static void ap_expr_yyensure_buffer_stack (yyscan_t yyscanner );
298 static void ap_expr_yy_load_buffer_state (yyscan_t yyscanner );
299 static void ap_expr_yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner );
303 YY_BUFFER_STATE ap_expr_yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
304 YY_BUFFER_STATE ap_expr_yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner );
305 YY_BUFFER_STATE ap_expr_yy_scan_bytes (yyconst char *bytes,int len ,yyscan_t yyscanner );
307 void *ap_expr_yyalloc (yy_size_t ,yyscan_t yyscanner );
308 void *ap_expr_yyrealloc (void *,yy_size_t ,yyscan_t yyscanner );
309 void ap_expr_yyfree (void * ,yyscan_t yyscanner );
346 static yy_state_type yy_get_previous_state (yyscan_t yyscanner );
347 static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner);
348 static int yy_get_next_buffer (yyscan_t yyscanner );
349 static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner );
686 static int yy_init_globals (yyscan_t yyscanner );
692 int ap_expr_yylex_init (yyscan_t* scanner);
694 int ap_expr_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
699 int ap_expr_yylex_destroy (yyscan_t yyscanner );
701 int ap_expr_yyget_debug (yyscan_t yyscanner );
703 void ap_expr_yyset_debug (int debug_flag ,yyscan_t yyscanner );
705 YY_EXTRA_TYPE ap_expr_yyget_extra (yyscan_t yyscanner );
707 void ap_expr_yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner );
709 FILE *ap_expr_yyget_in (yyscan_t yyscanner );
711 void ap_expr_yyset_in (FILE * in_str ,yyscan_t yyscanner );
713 FILE *ap_expr_yyget_out (yyscan_t yyscanner );
715 void ap_expr_yyset_out (FILE * out_str ,yyscan_t yyscanner );
717 int ap_expr_yyget_leng (yyscan_t yyscanner );
719 char *ap_expr_yyget_text (yyscan_t yyscanner );
721 int ap_expr_yyget_lineno (yyscan_t yyscanner );
723 void ap_expr_yyset_lineno (int line_number ,yyscan_t yyscanner );
725 YYSTYPE * ap_expr_yyget_lval (yyscan_t yyscanner );
727 void ap_expr_yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
735 extern "C" int ap_expr_yywrap (yyscan_t yyscanner );
737 extern int ap_expr_yywrap (yyscan_t yyscanner );
742 static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner);
746 static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner);
752 static int yyinput (yyscan_t yyscanner );
754 static int input (yyscan_t yyscanner );
759 static void yy_push_state (int new_state ,yyscan_t yyscanner);
761 static void yy_pop_state (yyscan_t yyscanner );
844 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
847 (YYSTYPE * yylval_param , yyscan_t yyscanner)
1679 static int yy_get_next_buffer (yyscan_t yyscanner)
1814 static yy_state_type yy_get_previous_state (yyscan_t yyscanner)
1847 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state , yyscan_t yyscanner)
1873 static int yyinput (yyscan_t yyscanner)
1875 static int input (yyscan_t yyscanner)
1951 void ap_expr_yyrestart (FILE * input_file , yyscan_t yyscanner)
1969 void ap_expr_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2001 static void ap_expr_yy_load_buffer_state (yyscan_t yyscanner)
2016 YY_BUFFER_STATE ap_expr_yy_create_buffer (FILE * file, int size , yyscan_t yyscanner)
2044 void ap_expr_yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2064 static void ap_expr_yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner)
2093 void ap_expr_yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner)
2123 void ap_expr_yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner)
2154 void ap_expr_yypop_buffer_state (yyscan_t yyscanner)
2174 static void ap_expr_yyensure_buffer_stack (yyscan_t yyscanner)
2224 YY_BUFFER_STATE ap_expr_yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner)
2261 YY_BUFFER_STATE ap_expr_yy_scan_string (yyconst char * yystr , yyscan_t yyscanner)
2274 YY_BUFFER_STATE ap_expr_yy_scan_bytes (yyconst char * yybytes, int _yybytes_len , yyscan_t yyscanner)
2304 static void yy_push_state (int new_state , yyscan_t yyscanner)
2329 static void yy_pop_state (yyscan_t yyscanner)
2342 static void yy_fatal_error (yyconst char* msg , yyscan_t yyscanner)
2370 YY_EXTRA_TYPE ap_expr_yyget_extra (yyscan_t yyscanner)
2379 int ap_expr_yyget_lineno (yyscan_t yyscanner)
2396 FILE *ap_expr_yyget_in (yyscan_t yyscanner)
2405 FILE *ap_expr_yyget_out (yyscan_t yyscanner)
2414 int ap_expr_yyget_leng (yyscan_t yyscanner)
2424 char *ap_expr_yyget_text (yyscan_t yyscanner)
2434 void ap_expr_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2444 void ap_expr_yyset_lineno (int line_number , yyscan_t yyscanner)
2466 void ap_expr_yyset_in (FILE * in_str , yyscan_t yyscanner)
2472 void ap_expr_yyset_out (FILE * out_str , yyscan_t yyscanner)
2478 int ap_expr_yyget_debug (yyscan_t yyscanner)
2484 void ap_expr_yyset_debug (int bdebug , yyscan_t yyscanner)
2492 YYSTYPE * ap_expr_yyget_lval (yyscan_t yyscanner)
2498 void ap_expr_yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
2511 int ap_expr_yylex_init(yyscan_t* ptr_yy_globals)
2519 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeof( struct yyguts_t ), NULL );
2540 int ap_expr_yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )
2552 *ptr_yy_globals = (yyscan_t) ap_expr_yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts );
2568 static int yy_init_globals (yyscan_t yyscanner)
2602 int ap_expr_yylex_destroy (yyscan_t yyscanner)
2636 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner)
2645 static int yy_flex_strlen (yyconst char * s , yyscan_t yyscanner)
2655 void *ap_expr_yyalloc (yy_size_t size , yyscan_t yyscanner)
2660 void *ap_expr_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2672 void ap_expr_yyfree (void * ptr , yyscan_t yyscanner)