Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:yy_buf_size

98 #define YY_BUF_SIZE 16384
155 yy_size_t yy_buf_size;
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
1518 yy_create_buffer( yyin, YY_BUF_SIZE );
2937 yy_current_buffer->yy_buf_size - number_to_move - 1;
2954 int new_size = b->yy_buf_size * 2;
2957 b->yy_buf_size += b->yy_buf_size / 8;
2959 b->yy_buf_size *= 2;
2964 b->yy_buf_size + 2 );
2976 num_to_read = yy_current_buffer->yy_buf_size -
3105 yy_current_buffer->yy_buf_size + 2];
3115 yy_n_chars = yy_current_buffer->yy_buf_size;
3213 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
3277 b->yy_buf_size = size;
3282 b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
3398 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
3402 b->yy_n_chars = b->yy_buf_size;