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

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

Completed in 180 milliseconds