Searched refs:yy_scan_bytes (Results 1 – 4 of 4) sorted by relevance
| /xen/tools/libs/util/ |
| A D | libxlu_disk_l.h | 49 #ifdef yy_scan_bytes 52 #define yy_scan_bytes xlu__disk_yy_scan_bytes macro 425 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 568 #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 | 45 #ifdef yy_scan_bytes 48 #define yy_scan_bytes xlu__disk_yy_scan_bytes macro 505 YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len , yyscan_t yyscanner ); 2624 return yy_scan_bytes( yystr, (int) strlen(yystr) , yyscanner); in yy_scan_string() 2634 YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len , yyscan_t yyscanner) in yy_scan_bytes() function
|
Completed in 19 milliseconds