Searched refs:yy_scan_bytes (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_disk_l.h | 46 #ifdef yy_scan_bytes 49 #define yy_scan_bytes xlu__disk_yy_scan_bytes macro 422 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 565 #undef yy_scan_bytes
|
A D | libxlu_cfg_l.h | 45 #ifdef yy_scan_bytes 48 #define yy_scan_bytes xlu__cfg_yy_scan_bytes macro 445 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 598 #undef yy_scan_bytes
|
A D | libxlu_cfg_l.c | 41 #ifdef yy_scan_bytes 44 #define yy_scan_bytes xlu__cfg_yy_scan_bytes macro 544 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 1955 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 1965 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
A D | libxlu_disk_l.c | 42 #ifdef yy_scan_bytes 45 #define yy_scan_bytes xlu__disk_yy_scan_bytes macro 502 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2540 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2550 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
Completed in 14 milliseconds