Searched refs:YY_PROTO (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/ |
D | ldlex.c | 79 #define YY_PROTO(proto) proto macro 81 #define YY_PROTO(proto) () macro 247 void yyrestart YY_PROTO(( FILE *input_file )); 249 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); 250 void yy_load_buffer_state YY_PROTO(( void )); 251 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); 252 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); 253 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 254 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); 257 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Borland-2.4 | 128 "static void yy_push_state YY_PROTO(( int new_state ));", 129 "static void yy_pop_state YY_PROTO(( void ));", 130 "static int yy_top_state YY_PROTO(( void ));", 134 "static void *yy_flex_alloc YY_PROTO(( unsigned int ));", 135 "static void *yy_flex_realloc YY_PROTO(( void *, unsigned int ));", 137 + "static void *yy_flex_alloc YY_PROTO(( size_t ));", 138 + "static void *yy_flex_realloc YY_PROTO(( void *, size_t ));", 140 "static void yy_flex_free YY_PROTO(( void * ));", 178 static void yy_push_state YY_PROTO(( int new_state )); 179 static void yy_pop_state YY_PROTO(( void )); [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | initscan.c | 61 #define YY_PROTO(proto) proto macro 63 #define YY_PROTO(proto) () macro 229 void yyrestart YY_PROTO(( FILE *input_file )); 231 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); 232 void yy_load_buffer_state YY_PROTO(( void )); 233 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); 234 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); 235 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 236 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); 239 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); [all …]
|
D | flex.skl | 65 #define YY_PROTO(proto) proto 67 #define YY_PROTO(proto) () 242 void yyrestart YY_PROTO(( FILE *input_file )); 244 void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer )); 245 void yy_load_buffer_state YY_PROTO(( void )); 246 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); 247 void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b )); 248 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 249 void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b )); 252 YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size )); [all …]
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 61 #define YY_PROTO(proto) proto macro 63 #define YY_PROTO(proto) () macro 150 #define YY_DECL int yylex YY_PROTO(( void )) 1262 static yy_ste_type yy_get_previous_state YY_PROTO(( void )); 1263 static yy_ste_type yy_try_NUL_trans YY_PROTO(( yy_ste_type current_state )); 1264 static int yy_get_next_buffer YY_PROTO(( void )); 1265 static void yyunput YY_PROTO(( YY_CHAR c, YY_CHAR *buf_ptr )); 1266 void yyrestrt YY_PROTO(( FILE *input_file )); 1267 void yyswtobf YY_PROTO(( YY_BUFFER_STATE new_buffer )); 1268 void yyldbfst YY_PROTO(( void )); [all …]
|