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

Lines Matching refs:num_to_read

790 		int num_to_read =
793 while ( num_to_read <= 0 )
830 num_to_read = yy_current_buffer->yy_buf_size -
835 if ( num_to_read > YY_READ_BUF_SIZE )
836 num_to_read = YY_READ_BUF_SIZE;
840 yy_n_chars, num_to_read );