Lines Matching defs:YY_PROTO

60 #define YY_PROTO(proto) proto
62 #define YY_PROTO(proto) ()
228 void yyrestart YY_PROTO(( FILE *input_file ));
230 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
231 void yy_load_buffer_state YY_PROTO(( void ));
232 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
233 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
234 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
235 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
238 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
239 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
240 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
242 static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
243 static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
244 static void yy_flex_free YY_PROTO(( void * ));
273 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
274 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
275 static int yy_get_next_buffer YY_PROTO(( void ));
276 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
584 extern "C" int yywrap YY_PROTO(( void ));
586 extern int yywrap YY_PROTO(( void ));
591 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
595 static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
599 static int yy_flex_strlen YY_PROTO(( yyconst char * ));
604 static int yyinput YY_PROTO(( void ));
606 static int input YY_PROTO(( void ));
615 static void yy_push_state YY_PROTO(( int new_state ));
618 static void yy_pop_state YY_PROTO(( void ));
621 static int yy_top_state YY_PROTO(( void ));
703 #define YY_DECL int yylex YY_PROTO(( void ))
1540 extern int isatty YY_PROTO(( int ));