Home | History | Annotate | Download | only in sksl

Lines Matching refs:num_to_read

1240 			int num_to_read =
1243 while ( num_to_read <= 0 )
1275 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1280 if ( num_to_read > YY_READ_BUF_SIZE )
1281 num_to_read = YY_READ_BUF_SIZE;
1285 yyg->yy_n_chars, num_to_read );