Home
last modified time | relevance | path

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

/freebsd/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)) in llvm_regexec()
/freebsd/contrib/nvi/regex/
H A Dregex.h96 #define REG_LARGE 01000 /* force large representation */ macro
H A Dregexec.c169 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in regexec()
/freebsd/include/
H A Dregex.h100 #define REG_LARGE 01000 /* force large representation */ macro
/freebsd/lib/libc/regex/
H A Dregexec.c223 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE)) in regexec()
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c381 o |= REG_LARGE; in options()
/freebsd/lib/libc/regex/grot/
H A Dmain.c346 o |= REG_LARGE; in options()