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

/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregex.h29 #define REG_NOSPEC 0020 macro
H A Dmain.c339 o |= REG_NOSPEC;
H A Dregcomp.c81 = #define REG_NOSPEC 0020
103 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
157 else if (cflags&REG_NOSPEC)
/macosx-10.10.1/llvmCore-3425.0.34/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)
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h64 #if !defined(REG_NOSPEC) && !defined(REG_LITERAL)
146 /* REG_NOSPEC and REG_LITERAL mean the same thing. */
147 #if defined(REG_LITERAL) && !defined(REG_NOSPEC)
148 #define REG_NOSPEC REG_LITERAL macro
149 #elif defined(REG_NOSPEC) && !defined(REG_LITERAL)
150 #define REG_LITERAL REG_NOSPEC
151 #endif /* defined(REG_NOSPEC) */
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dregex.h130 #define REG_NOSPEC 0020 /* Compile turning off all special characters */ macro
134 #define REG_LITERAL REG_NOSPEC
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregex.h211 #define REG_NOSPEC REG_QUOTE /* historical synonym */ macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregex.h220 #define REG_NOSPEC REG_QUOTE /* historical synonym */ macro

Completed in 158 milliseconds