Searched refs:yy_init_buffer (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 89 #ifdef yy_init_buffer 92 #define yy_init_buffer pp_init_buffer macro 666 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2156 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2232 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2263 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 451 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2797 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2873 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2904 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 12 #define yy_init_buffer ematch__init_buffer macro
|