Searched refs:yy_init_buffer (Results 1 – 6 of 6) sorted by relevance
/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/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 348 static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner ); 2578 yy_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner); in yyrestart() 2652 yy_init_buffer(b,file ,yyscanner); in yy_create_buffer() 2681 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
/external/bison/src/ |
D | scan-skel.c | 16 #define yy_init_buffer skel__init_buffer macro
|
D | scan-gram.c | 16 #define yy_init_buffer gram__init_buffer macro
|
D | scan-code.c | 16 #define yy_init_buffer code__init_buffer macro
|
/external/libpcap/ |
D | scanner.c | 15 #define yy_init_buffer pcap__init_buffer macro
|