Lines Matching refs:count2
302 int count2; in p_ere_exp() local
415 count2 = p_count(p); in p_ere_exp()
416 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
418 count2 = INFINITY; in p_ere_exp()
420 count2 = count; in p_ere_exp()
421 repeat(p, pos, count, count2); in p_ere_exp()
498 int count2; in p_simp_re() local
586 count2 = p_count(p); in p_simp_re()
587 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
589 count2 = INFINITY; in p_simp_re()
591 count2 = count; in p_simp_re()
592 repeat(p, pos, count, count2); in p_simp_re()