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))
325 yy_create_buffer(yyin,YY_BUF_SIZE ); \
335 yy_create_buffer(yyin,YY_BUF_SIZE ); \
879 yy_create_buffer(yyin,YY_BUF_SIZE );
1626 yy_create_buffer(yyin,YY_BUF_SIZE );
1678 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
2181 yypush_buffer_state(yy_create_buffer(yyin,YY_BUF_SIZE));