Lines Matching defs:YY_PROTO

64 #define YY_PROTO(proto) proto
66 #define YY_PROTO(proto) ()
232 void yyrestart YY_PROTO(( FILE *input_file ));
234 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
235 void yy_load_buffer_state YY_PROTO(( void ));
236 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
237 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
238 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
239 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
242 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
243 YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
244 YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
246 static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
247 static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t ));
248 static void yy_flex_free YY_PROTO(( void * ));
277 static yy_state_type yy_get_previous_state YY_PROTO(( void ));
278 static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
279 static int yy_get_next_buffer YY_PROTO(( void ));
280 static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
1530 extern "C" int yywrap YY_PROTO(( void ));
1532 extern int yywrap YY_PROTO(( void ));
1537 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1541 static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
1545 static int yy_flex_strlen YY_PROTO(( yyconst char * ));
1550 static int yyinput YY_PROTO(( void ));
1552 static int input YY_PROTO(( void ));
1561 static void yy_push_state YY_PROTO(( int new_state ));
1564 static void yy_pop_state YY_PROTO(( void ));
1567 static int yy_top_state YY_PROTO(( void ));
1649 #define YY_DECL int yylex YY_PROTO(( void ))