Lines Matching defs:YY_BUF_SIZE
205 #ifndef YY_BUF_SIZE
206 #define YY_BUF_SIZE 16384
211 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
272 yy_size_t yy_buf_size;
408 code__create_buffer(code_in,YY_BUF_SIZE ); \
418 code__create_buffer(code_in,YY_BUF_SIZE ); \
1047 code__create_buffer(code_in,YY_BUF_SIZE );
1600 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1613 yy_size_t new_size = b->yy_buf_size * 2;
1616 b->yy_buf_size += b->yy_buf_size / 8;
1618 b->yy_buf_size *= 2;
1622 code_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1634 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1668 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1856 code__create_buffer(code_in,YY_BUF_SIZE );
1916 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1932 b->yy_buf_size = size;
1937 b->yy_ch_buf = (char *) code_alloc(b->yy_buf_size + 2 );
2176 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2180 b->yy_n_chars = b->yy_buf_size;