Lines Matching refs:count2
342 int count2; in p_ere_exp() local
455 count2 = p_count(p); in p_ere_exp()
456 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
458 count2 = INFINITY; in p_ere_exp()
460 count2 = count; in p_ere_exp()
461 repeat(p, pos, count, count2, 0); in p_ere_exp()
547 int count2; in p_simp_re() local
642 count2 = p_count(p); in p_simp_re()
643 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
645 count2 = INFINITY; in p_simp_re()
647 count2 = count; in p_simp_re()
648 repeat(p, pos, count, count2, reclimit); in p_simp_re()