Home
last modified time | relevance | path

Searched refs:REG_PEND (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h62 #define REG_PEND 0040 macro
H A DRegex.cpp36 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND); in Regex()
H A Dregcomp.c310 if (cflags&REG_PEND) { in llvm_regcomp()
/freebsd/contrib/nvi/regex/
H A Dregex.h68 #define REG_PEND 0040 macro
H A DWHATSNEW43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
H A Dregcomp.c197 if (cflags&REG_PEND) { in regcomp()
/freebsd/include/
H A Dregex.h69 #define REG_PEND 0040 macro
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c250 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL; in try()
363 o |= REG_PEND; in options()
H A DREADME30 p REG_PEND
/freebsd/lib/libc/regex/grot/
H A Dmain.c219 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL; in try()
331 o |= REG_PEND; in options()
H A Dtests30 # p REG_PEND
/freebsd/lib/libc/regex/
H A DWHATSNEW42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
H A Dregcomp.c223 if (cflags&REG_PEND) { in regcomp_internal()