Searched refs:yy_init_buffer (Results 1 – 4 of 4) sorted by relevance
| /tools/libs/util/ |
| A D | libxlu_disk_l.h | 55 #ifdef yy_init_buffer 58 #define yy_init_buffer xlu__disk_yy_init_buffer macro 571 #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 | 51 #ifdef yy_init_buffer 54 #define yy_init_buffer xlu__disk_yy_init_buffer macro 500 static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file , yyscan_t yyscanner ); 2321 yy_init_buffer( YY_CURRENT_BUFFER, input_file , yyscanner); in yyrestart() 2395 yy_init_buffer( b, file , yyscanner); in yy_create_buffer() 2424 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) in yy_init_buffer() function
|
Completed in 31 milliseconds