Home | History | Annotate | Download | only in src

Lines Matching full:num_to_read

1599 			yy_size_t num_to_read =
1602 while ( num_to_read <= 0 )
1634 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1639 if ( num_to_read > YY_READ_BUF_SIZE )
1640 num_to_read = YY_READ_BUF_SIZE;
1644 (yy_n_chars), num_to_read );