Searched refs:YY_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_disk_l.h | 339 #ifndef YY_BUF_SIZE 345 #define YY_BUF_SIZE 32768 macro 347 #define YY_BUF_SIZE 16384 macro
|
A D | libxlu_cfg_l.h | 362 #ifndef YY_BUF_SIZE 368 #define YY_BUF_SIZE 32768 macro 370 #define YY_BUF_SIZE 16384 macro
|
A D | libxlu_cfg_l.c | 383 #ifndef YY_BUF_SIZE 389 #define YY_BUF_SIZE 32768 macro 391 #define YY_BUF_SIZE 16384 macro 397 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 556 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 565 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 1017 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); 1649 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
|
A D | libxlu_disk_l.c | 360 #ifndef YY_BUF_SIZE 366 #define YY_BUF_SIZE 32768 macro 368 #define YY_BUF_SIZE 16384 macro 374 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) 514 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 523 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); \ 1473 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); 2234 yy_create_buffer( yyin, YY_BUF_SIZE , yyscanner); in yyrestart()
|
Completed in 18 milliseconds