Searched refs:REG_LARGE (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h96 #define REG_LARGE 01000 /* force large representation */ macro
H A Dregexec.c144 = #define REG_LARGE 01000 // force large representation
169 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h90 #define REG_LARGE 01000 /* force large representation */ macro
H A Dregexec.c158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
/freebsd-13-stable/include/
H A Dregex.h103 #define REG_LARGE 01000 /* force large representation */ macro
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c201 = #define REG_LARGE 01000 // force large representation
231 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))
/freebsd-13-stable/lib/libc/regex/grot/
H A Dmain.c349 o |= REG_LARGE;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c381 o |= REG_LARGE;

Completed in 66 milliseconds