Searched refs:yyrestart (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_disk_l.h | 100 #ifdef yyrestart 103 #define yyrestart xlu__disk_yyrestart macro 412 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 592 #undef yyrestart
|
A D | libxlu_cfg_l.h | 99 #ifdef yyrestart 102 #define yyrestart xlu__cfg_yyrestart macro 435 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 625 #undef yyrestart
|
A D | libxlu_cfg_l.c | 95 #ifdef yyrestart 98 #define yyrestart xlu__cfg_yyrestart macro 379 #define YY_NEW_FILE yyrestart( yyin , yyscanner ) 529 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 1457 yyrestart( yyin , yyscanner); in yy_get_next_buffer() 1597 yyrestart( yyin , yyscanner); in yyinput() 1642 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart() function
|
A D | libxlu_disk_l.c | 96 #ifdef yyrestart 99 #define yyrestart xlu__disk_yyrestart macro 356 #define YY_NEW_FILE yyrestart( yyin , yyscanner ) 487 void yyrestart ( FILE *input_file , yyscan_t yyscanner ); 2054 yyrestart( yyin , yyscanner); in yy_get_next_buffer() 2189 yyrestart( yyin , yyscanner); in yyinput() 2227 void yyrestart (FILE * input_file , yyscan_t yyscanner) in yyrestart() function
|
Completed in 13 milliseconds