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

/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dregex.h57 const RCHAR_T *re_endp; /* end pointer for REG_PEND */
73 #define REG_PEND 0040 macro
H A Dregcomp.c189 = #define REG_PEND 0040
210 if (cflags&REG_PEND) {
/netbsd-6-1-5-RELEASE/include/
H A Dregex.h86 const char *re_endp; /* end pointer for REG_PEND */
102 #define REG_PEND 0040 macro
/netbsd-6-1-5-RELEASE/tests/lib/libc/regex/
H A Dmain.c250 re.re_endp = (opts&REG_PEND) ? f0copy + strlen(f0copy) : NULL;
363 o |= REG_PEND;
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dregcomp.c230 = #define REG_PEND 0040
257 if (cflags&REG_PEND) {

Completed in 76 milliseconds