Searched refs:yy_init_buffer (Results 1 – 7 of 7) sorted by relevance
/external/libpcap/ |
D | scanner.h | 77 #ifdef yy_init_buffer 80 #define yy_init_buffer pcap__init_buffer macro 610 #undef yy_init_buffer
|
D | scanner.c | 73 #ifdef yy_init_buffer 76 #define yy_init_buffer pcap__init_buffer macro 534 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 4838 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 4912 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 4941 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 54 #ifdef yy_init_buffer 57 # define yy_init_buffer pp_init_buffer macro 524 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner); 1802 yy_init_buffer(YY_CURRENT_BUFFER, input_file, yyscanner); in yyrestart() 1876 yy_init_buffer(b, file, yyscanner); in yy_create_buffer() 1905 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner) in yy_init_buffer() function
|
/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/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 361 static void yy_init_buffer(YY_BUFFER_STATE b, FILE *file, yyscan_t yyscanner); 2576 yy_init_buffer(YY_CURRENT_BUFFER, input_file, yyscanner); in yyrestart() 2650 yy_init_buffer(b, file, yyscanner); in yy_create_buffer() 2679 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
|