Searched refs:REG_NOSPEC (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h61 #define REG_NOSPEC 0020 macro
H A Dregcomp.c171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
225 else if (cflags&REG_NOSPEC)
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h71 #define REG_NOSPEC 0020 macro
H A Dregcomp.c188 = #define REG_NOSPEC 0020
207 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
269 else if (cflags&REG_NOSPEC)
/freebsd-10-stable/include/
H A Dregex.h69 #define REG_NOSPEC 0020 macro
/freebsd-10-stable/usr.bin/ctags/
H A Dctags.c181 REG_NOSPEC))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c508 flags = REG_NOSPEC;
H A Dmain.c360 o |= REG_NOSPEC;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c331 o |= REG_NOSPEC;
/freebsd-10-stable/lib/libc/regex/
H A Dregcomp.c180 = #define REG_NOSPEC 0020
202 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
269 else if (cflags&REG_NOSPEC)

Completed in 118 milliseconds