Lines Matching refs:count2
359 int count2; in p_ere_exp() local
487 count2 = p_count(p); in p_ere_exp()
488 (void) REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
490 count2 = INFINITY; in p_ere_exp()
492 count2 = count; in p_ere_exp()
493 repeat(p, pos, count, count2); in p_ere_exp()
703 int count2; in p_simp_re() local
806 count2 = p_count(p); in p_simp_re()
807 (void) REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
809 count2 = INFINITY; in p_simp_re()
811 count2 = count; in p_simp_re()
812 repeat(p, pos, count, count2); in p_simp_re()