Home | History | Annotate | Download | only in src

Lines Matching full:num_to_read

1386 			yy_size_t num_to_read =
1389 while ( num_to_read <= 0 )
1421 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1426 if ( num_to_read > YY_READ_BUF_SIZE )
1427 num_to_read = YY_READ_BUF_SIZE;
1431 (yy_n_chars), num_to_read );