Lines Matching defs:count2
447 int count2;
661 count2 = p_count(p);
662 (void)REQUIRE(count <= count2, REG_BADBR);
664 count2 = INFINITY;
666 count2 = count;
667 repeat(p, pos, count, count2);
889 int count2;
1056 count2 = p_count(p);
1057 (void)REQUIRE(count <= count2, REG_BADBR);
1059 count2 = INFINITY;
1061 count2 = count;
1062 repeat(p, pos, count, count2);