Home | History | Annotate | Download | only in regex

Lines Matching defs:count2

362 	int count2;
475 count2 = p_count(p);
476 (void)REQUIRE(count <= count2, REG_BADBR);
478 count2 = INFINITY;
480 count2 = count;
481 repeat(p, pos, count, count2, 0);
571 int count2;
666 count2 = p_count(p);
667 (void)REQUIRE(count <= count2, REG_BADBR);
669 count2 = INFINITY;
671 count2 = count;
672 repeat(p, pos, count, count2, reclimit);