OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DUPMAX
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nvi/dist/regex/
utils.h
42
#define
DUPMAX
_POSIX2_RE_DUP_MAX /* xxx is this right? */
43
#define INFINITY (
DUPMAX
+ 1)
regcomp.c
695
while (MORE() && ISDIGIT((UCHAR_T)PEEK()) && count <=
DUPMAX
) {
700
(void)REQUIRE(ndigits > 0 && count <=
DUPMAX
, REG_BADBR);
/src/lib/libc/regex/
utils.h
65
#define
DUPMAX
_POSIX2_RE_DUP_MAX /* xxx is this right? */
66
#define INFINITY (
DUPMAX
+ 1)
/src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c
277
#define
DUPMAX
_POSIX2_RE_DUP_MAX
279
#define
DUPMAX
255
281
#define INFINITY (
DUPMAX
+ 1)
781
while (MORE() && isdigit((uch)PEEK()) && count <=
DUPMAX
) {
786
REQUIRE(ndigits > 0 && count <=
DUPMAX
, REG_BADBR);
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026