Lines Matching refs:count2
305 int count2; in p_ere_exp() local
418 count2 = p_count(p); in p_ere_exp()
419 REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
421 count2 = INFINITY; in p_ere_exp()
423 count2 = count; in p_ere_exp()
424 repeat(p, pos, count, count2); in p_ere_exp()
501 int count2; in p_simp_re() local
589 count2 = p_count(p); in p_simp_re()
590 REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
592 count2 = INFINITY; in p_simp_re()
594 count2 = count; in p_simp_re()
595 repeat(p, pos, count, count2); in p_simp_re()