Home | History | Annotate | Download | only in src

Lines Matching full:num_to_read

2635 			yy_size_t num_to_read =
2638 while ( num_to_read <= 0 )
2670 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
2675 if ( num_to_read > YY_READ_BUF_SIZE )
2676 num_to_read = YY_READ_BUF_SIZE;
2680 (yy_n_chars), num_to_read );