Lines Matching refs:count2
402 int count2; in p_ere_exp() local
593 count2 = p_count(p); in p_ere_exp()
594 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
596 count2 = INFINITY; in p_ere_exp()
598 count2 = count; in p_ere_exp()
599 repeat(p, pos, count, count2); in p_ere_exp()
821 int count2; in p_simp_re() local
967 count2 = p_count(p); in p_simp_re()
968 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
970 count2 = INFINITY; in p_simp_re()
972 count2 = count; in p_simp_re()
973 repeat(p, pos, count, count2); in p_simp_re()