Searched refs:count2 (Results 1 – 1 of 1) sorted by relevance
347 int count2; in p_ere_exp() local460 count2 = p_count(p); in p_ere_exp()461 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()463 count2 = REGEX_INFINITY; in p_ere_exp()465 count2 = count; in p_ere_exp()466 repeat(p, pos, count, count2); in p_ere_exp()547 int count2; in p_simp_re() local635 count2 = p_count(p); in p_simp_re()636 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()638 count2 = REGEX_INFINITY; in p_simp_re()[all …]