Home | History | Annotate | Download | only in src

Lines Matching refs:yy_buf_size

116 #define YY_BUF_SIZE 16384
173 yy_size_t yy_buf_size;
270 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
277 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
979 static yy_state_type yy_state_buf[YY_BUF_SIZE + 2], *yy_state_ptr;
1243 yy_create_buffer( yyin, YY_BUF_SIZE );
1814 yy_current_buffer->yy_buf_size - number_to_move - 1;
1831 int new_size = b->yy_buf_size * 2;
1834 b->yy_buf_size += b->yy_buf_size / 8;
1836 b->yy_buf_size *= 2;
1841 b->yy_buf_size + 2 );
1853 num_to_read = yy_current_buffer->yy_buf_size -
1976 yy_current_buffer->yy_buf_size + 2];
1986 yy_n_chars = yy_current_buffer->yy_buf_size;
2089 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
2153 b->yy_buf_size = size;
2158 b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
2269 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
2273 b->yy_n_chars = b->yy_buf_size;