Searched refs:REG_PEND (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/nvi/regex/
H A Dregex.h52 const RCHAR_T *re_endp; /* end pointer for REG_PEND */
68 #define REG_PEND 0040 macro
H A Dregcomp.c197 if (cflags&REG_PEND) {
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h51 const char *re_endp; /* end pointer for REG_PEND */
62 #define REG_PEND 0040 macro
H A DRegex.cpp36 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
H A Dregcomp.c310 if (cflags&REG_PEND) {
/freebsd-current/include/
H A Dregex.h53 const char *re_endp; /* end pointer for REG_PEND */
69 #define REG_PEND 0040 macro
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c250 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
363 o |= REG_PEND;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c219 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
331 o |= REG_PEND;
/freebsd-current/lib/libc/regex/
H A Dregcomp.c223 if (cflags&REG_PEND) {
354 = #define REG_PEND 0040

Completed in 231 milliseconds