Lines Matching refs:count2
401 int count2; in p_ere_exp() local
518 count2 = p_count(p); in p_ere_exp()
519 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
521 count2 = INFINITY; in p_ere_exp()
523 count2 = count; in p_ere_exp()
524 repeat(p, pos, count, count2, 0); in p_ere_exp()
622 int count2; in p_simp_re() local
713 count2 = p_count(p); in p_simp_re()
714 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
716 count2 = INFINITY; in p_simp_re()
718 count2 = count; in p_simp_re()
719 repeat(p, pos, count, count2, 0); in p_simp_re()