Lines Matching refs:count2
394 int count2; in p_ere_exp() local
600 count2 = p_count(p); in p_ere_exp()
601 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
603 count2 = INFINITY; in p_ere_exp()
605 count2 = count; in p_ere_exp()
606 repeat(p, pos, count, count2); in p_ere_exp()
828 int count2; in p_simp_re() local
977 count2 = p_count(p); in p_simp_re()
978 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
980 count2 = INFINITY; in p_simp_re()
982 count2 = count; in p_simp_re()
983 repeat(p, pos, count, count2); in p_simp_re()