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

/freebsd-current/contrib/nvi/regex/
H A Dregex.h67 #define REG_NOSPEC 0020 macro
H A Dregcomp.c194 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
256 else if (cflags&REG_NOSPEC)
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h61 #define REG_NOSPEC 0020 macro
H A Dregcomp.c307 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
361 else if (cflags&REG_NOSPEC)
/freebsd-current/include/
H A Dregex.h68 #define REG_NOSPEC 0020 macro
/freebsd-current/usr.bin/grep/
H A Dgrep.h48 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
H A Dgrep.c656 * define either REG_NOSPEC or REG_LITERAL. Set the appropriate flag
659 * the same interpretation as REG_NOSPEC and REG_LITERAL should be
663 #if defined(REG_NOSPEC)
664 cflags |= REG_NOSPEC;
/freebsd-current/usr.bin/ctags/
H A Dctags.c186 REG_NOSPEC))
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c508 flags = REG_NOSPEC;
H A Dmain.c360 o |= REG_NOSPEC;
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c328 o |= REG_NOSPEC;
/freebsd-current/lib/libc/regex/
H A Dregcomp.c220 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
307 if (cflags & REG_NOSPEC)
353 = #define REG_NOSPEC 0020

Completed in 283 milliseconds