Lines Matching refs:count2
244 register int count2; local
357 count2 = p_count(p);
358 REQUIRE(count <= count2, REG_BADBR);
360 count2 = INFINITY;
362 count2 = count;
363 repeat(p, pos, count, count2);
447 register int count2; local
535 count2 = p_count(p);
536 REQUIRE(count <= count2, REG_BADBR);
538 count2 = INFINITY;
540 count2 = count;
541 repeat(p, pos, count, count2);