Lines Matching refs:YY_BUF_SIZE
144 #ifndef YY_BUF_SIZE
147 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
150 #define YY_BUF_SIZE 32768
152 #define YY_BUF_SIZE 16384
158 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
326 yy_create_buffer(yyin,YY_BUF_SIZE ); \
336 yy_create_buffer(yyin,YY_BUF_SIZE ); \
876 yy_create_buffer(yyin,YY_BUF_SIZE );
1655 yy_create_buffer(yyin,YY_BUF_SIZE );
1707 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
2210 yypush_buffer_state(yy_create_buffer(yyin,YY_BUF_SIZE));