Lines Matching refs:YY_PROTO
78 #define YY_PROTO(proto) proto macro
80 #define YY_PROTO(proto) () macro
255 void yyrestart YY_PROTO(( FILE *input_file ));
257 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
258 void yy_load_buffer_state YY_PROTO(( void ));
259 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
260 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
261 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
262 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
265 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
266 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
267 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
269 static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
270 static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
271 static void yy_flex_free YY_PROTO(( void * ));
297 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
298 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
299 static int yy_get_next_buffer YY_PROTO(( void ));
300 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
557 extern "C" int yywrap YY_PROTO(( void ));
559 extern int yywrap YY_PROTO(( void ));
564 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
568 static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
572 static int yy_flex_strlen YY_PROTO(( yyconst char * ));
577 static int yyinput YY_PROTO(( void ));
579 static int input YY_PROTO(( void ));
588 static void yy_push_state YY_PROTO(( int new_state ));
591 static void yy_pop_state YY_PROTO(( void ));
594 static int yy_top_state YY_PROTO(( void ));
676 #define YY_DECL int yylex YY_PROTO(( void ))