Searched refs:DUPMAX (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nvi/dist/regex/
H A Dutils.h42 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro
43 #define INFINITY (DUPMAX + 1)
H A Dregcomp.c695 while (MORE() && ISDIGIT((UCHAR_T)PEEK()) && count <= DUPMAX) {
700 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/netbsd-current/lib/libc/regex/
H A Dutils.h65 #define DUPMAX _POSIX2_RE_DUP_MAX /* xxx is this right? */ macro
66 #define INFINITY (DUPMAX + 1)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c277 #define DUPMAX _POSIX2_RE_DUP_MAX macro
279 #define DUPMAX 255 macro
281 #define INFINITY (DUPMAX + 1)
781 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) {
786 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);

Completed in 97 milliseconds