Searched refs:DUPMAX (Results 1 – 2 of 2) sorted by relevance
75 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro76 #define INFINITY (DUPMAX + 1)
742 while (MORE() && isdigit((unsigned char)PEEK()) && count <= DUPMAX) { in p_count()747 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()