Home
last modified time | relevance | path

Searched refs:REG_NOSPEC (Results 1 – 16 of 16) sorted by relevance

/freebsd/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)) in llvm_regcomp()
361 else if (cflags&REG_NOSPEC) in llvm_regcomp()
/freebsd/contrib/nvi/regex/
H A Dregex.h67 #define REG_NOSPEC 0020 macro
H A DWHATSNEW43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
H A Dregcomp.c194 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
256 else if (cflags&REG_NOSPEC) in regcomp()
/freebsd/include/
H A Dregex.h68 #define REG_NOSPEC 0020 macro
/freebsd/usr.bin/grep/
H A Dgrep.h48 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
H A Dgrep.c663 #if defined(REG_NOSPEC)
664 cflags |= REG_NOSPEC;
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME24 m ("mundane") REG_NOSPEC
H A Dt_regex_att.c508 flags = REG_NOSPEC; in att_test()
H A Dmain.c360 o |= REG_NOSPEC; in options()
/freebsd/usr.bin/ctags/
H A Dctags.c186 REG_NOSPEC)) in main()
/freebsd/lib/libc/regex/grot/
H A Dmain.c328 o |= REG_NOSPEC; in options()
H A Dtests24 # m ("mundane") REG_NOSPEC
/freebsd/lib/libc/regex/
H A DWHATSNEW42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
H A Dregcomp.c220 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp_internal()
307 if (cflags & REG_NOSPEC) in regcomp_internal()