Searched refs:yy_init_buffer (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | FlexLexer.h | 128 void yy_init_buffer( struct yy_buffer_state* b, istream* s );
|
D | initscan.c | 235 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 3215 yy_init_buffer( yy_current_buffer, input_file ); 3288 yy_init_buffer( b, file ); 3321 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) in yy_init_buffer() function 3323 void yy_init_buffer( b, file ) in yy_init_buffer()
|
D | flex.skl | 248 void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file )); 1064 yy_init_buffer( yy_current_buffer, input_file ); 1149 yy_init_buffer( b, file ); 1187 void yy_init_buffer( YY_BUFFER_STATE b, FILE *file ) 1189 void yy_init_buffer( b, file ) 1196 void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, istream* file )
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 368 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); 1438 yy_init_buffer(YY_CURRENT_BUFFER,input_file ); in yyrestart() 1522 yy_init_buffer(b,file ); in yy_create_buffer() 1555 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) in yy_init_buffer() function
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 312 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner ); 2122 yy_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner); in yyrestart() 2196 yy_init_buffer(b,file ,yyscanner); in yy_create_buffer() 2225 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 11 #define yy_init_buffer i386__init_buffer macro
|
/external/bison/src/ |
D | scan-skel.c | 16 #define yy_init_buffer skel__init_buffer macro
|
D | scan-code.c | 16 #define yy_init_buffer code__init_buffer macro
|
D | scan-gram.c | 16 #define yy_init_buffer gram__init_buffer macro
|
/external/elfutils/src/ |
D | ldlex.c | 12 #define yy_init_buffer ld_init_buffer macro
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 236 (yy_init_buffer):
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 2328 yy_init_buffer
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1904 yy_init_buffer
|
D | flex.texi | 2260 yy_init_buffer
|