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

/freebsd-13-stable/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-13-stable/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-13-stable/include/
H A Dregex.h71 #define REG_NOSPEC 0020 macro
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.h49 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
H A Dgrep.c658 * define either REG_NOSPEC or REG_LITERAL. Set the appropriate flag
661 * the same interpretation as REG_NOSPEC and REG_LITERAL should be
665 #if defined(REG_NOSPEC)
666 cflags |= REG_NOSPEC;
/freebsd-13-stable/usr.bin/ctags/
H A Dctags.c183 REG_NOSPEC))
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c508 flags = REG_NOSPEC;
H A Dmain.c360 o |= REG_NOSPEC;
/freebsd-13-stable/lib/libc/regex/grot/
H A Dmain.c331 o |= REG_NOSPEC;
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c228 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
315 if (cflags & REG_NOSPEC)
361 = #define REG_NOSPEC 0020

Completed in 137 milliseconds