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

Lines Matching refs:yy_buf_size

102 #define YY_BUF_SIZE 16384
165 yy_size_t yy_buf_size;
266 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
273 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
484 yy_create_buffer( yyin, YY_BUF_SIZE );
672 yy_state_buf = new yy_state_type[YY_BUF_SIZE + 2];
689 yy_switch_to_buffer( yy_create_buffer( new_in, YY_BUF_SIZE ) );
791 yy_current_buffer->yy_buf_size - number_to_move - 1;
808 int new_size = b->yy_buf_size * 2;
811 b->yy_buf_size += b->yy_buf_size / 8;
813 b->yy_buf_size *= 2;
818 b->yy_buf_size + 2 );
830 num_to_read = yy_current_buffer->yy_buf_size -
943 yy_current_buffer->yy_buf_size + 2];
953 yy_n_chars = yy_current_buffer->yy_buf_size;
1062 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
1138 b->yy_buf_size = size;
1143 b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
1278 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1282 b->yy_n_chars = b->yy_buf_size;