Searched refs:yy_create_buffer (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | FlexLexer.h | 64 yy_create_buffer( istream* s, int size ) = 0; 112 struct yy_buffer_state* yy_create_buffer( istream* s, int size );
|
D | initscan.c | 233 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); 247 #define yy_new_buffer yy_create_buffer 252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 1518 yy_create_buffer( yyin, YY_BUF_SIZE ); 3213 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); 3264 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) in yy_create_buffer() function 3266 YY_BUFFER_STATE yy_create_buffer( file, size ) in yy_create_buffer()
|
D | flex.skl | 246 YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size )); 261 #define yy_new_buffer yy_create_buffer 266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \ 484 yy_create_buffer( yyin, YY_BUF_SIZE ); 689 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) ); 1062 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); 1122 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) 1124 YY_BUFFER_STATE yy_create_buffer( file, size ) 1129 YY_BUFFER_STATE yyFlexLexer::yy_create_buffer( istream* file, int size ) [all …]
|
D | NEWS | 497 to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT 955 - yy_new_buffer() has been added as an alias for yy_create_buffer()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 304 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); 324 #define yy_new_buffer yy_create_buffer 331 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 341 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ 1034 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); 2119 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); in yyrestart() 2177 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) in yy_create_buffer() function
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Borland-2.4 | 142 "#define yy_new_buffer yy_create_buffer", 191 #define yy_new_buffer yy_create_buffer
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 8 #define yy_create_buffer i386__create_buffer macro
|
/external/elfutils/src/ |
D | ldlex.c | 9 #define yy_create_buffer ld_create_buffer macro
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1278 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) 1289 `FILE' pointer in the call to `yy_create_buffer' is only used as the 1292 `yy_create_buffer'. You select a particular buffer to scan from using: 1314 `yy_new_buffer()' is an alias for `yy_create_buffer()', provided for 1358 yy_create_buffer( yyin, YY_BUF_SIZE ) ); 1901 yy_create_buffer 2374 `yy_switch_to_buffer(), yy_create_buffer()' (though the first argument
|
D | flex.texi | 1520 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) 1535 call to @code{yy_create_buffer} is only used as the value of @code{yyin} 1538 @code{yy_create_buffer}. You select a particular buffer to scan 1569 @samp{yy_new_buffer()} is an alias for @samp{yy_create_buffer()}, 1615 yy_create_buffer( yyin, YY_BUF_SIZE ) ); 2257 yy_create_buffer 2808 @samp{yy_switch_to_buffer(), yy_create_buffer()} (though the
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 1509 YY_BUFFER_STATE yy_create_buffer( FILE *file, int size ) 1535 the FILE pointer in the call to yy_create_buffer is only 1538 a nil FILE pointer to yy_create_buffer. You select a partic- 1563 yy_new_buffer() is an alias for yy_create_buffer(), provided 1621 yy_create_buffer( yyin, YY_BUF_SIZE ) ); 2325 yy_create_buffer 2941 yy_switch_to_buffer(), yy_create_buffer() (though the first
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 234 (yy_create_buffer):
|