Lines Matching refs:count2
399 int count2; in p_ere_exp() local
590 count2 = p_count(p); in p_ere_exp()
591 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
593 count2 = INFINITY; in p_ere_exp()
595 count2 = count; in p_ere_exp()
596 repeat(p, pos, count, count2); in p_ere_exp()
818 int count2; in p_simp_re() local
964 count2 = p_count(p); in p_simp_re()
965 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
967 count2 = INFINITY; in p_simp_re()
969 count2 = count; in p_simp_re()
970 repeat(p, pos, count, count2); in p_simp_re()