Searched defs:YY_BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c143 #ifndef YY_BUF_SIZE
144 #define YY_BUF_SIZE 16384 macro
149 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
329 yy_create_buffer(yyin,YY_BUF_SIZE ); \
339 yy_create_buffer(yyin,YY_BUF_SIZE ); \
1300 yy_create_buffer(yyin,YY_BUF_SIZE );
3005 yy_create_buffer(yyin,YY_BUF_SIZE );
3057 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
3621 yy_switch_to_buffer(yy_create_buffer(yyin,YY_BUF_SIZE));

Completed in 49 milliseconds