Searched refs:yy_init_buffer (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_disk_l.h | 52 #ifdef yy_init_buffer 55 #define yy_init_buffer xlu__disk_yy_init_buffer macro 568 #undef yy_init_buffer
|
A D | libxlu_cfg_l.h | 51 #ifdef yy_init_buffer 54 #define yy_init_buffer xlu__cfg_yy_init_buffer macro 601 #undef yy_init_buffer
|
A D | libxlu_cfg_l.c | 47 #ifdef yy_init_buffer 50 #define yy_init_buffer xlu__cfg_yy_init_buffer macro 539 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 1652 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 1726 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 1755 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
A D | libxlu_disk_l.c | 48 #ifdef yy_init_buffer 51 #define yy_init_buffer xlu__disk_yy_init_buffer macro 497 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2237 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2311 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2340 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
Completed in 22 milliseconds