Home | History | Annotate | Download | only in src

Lines Matching refs: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 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
418 skel__create_buffer(skel_in,YY_BUF_SIZE ); \
940 skel__create_buffer(skel_in,YY_BUF_SIZE );
1387 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1400 yy_size_t new_size = b->yy_buf_size * 2;
1403 b->yy_buf_size += b->yy_buf_size / 8;
1405 b->yy_buf_size *= 2;
1409 skel_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1421 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1455 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1643 skel__create_buffer(skel_in,YY_BUF_SIZE );
1703 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1719 b->yy_buf_size = size;
1724 b->yy_ch_buf = (char *) skel_alloc(b->yy_buf_size + 2 );
1963 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1967 b->yy_n_chars = b->yy_buf_size;