Searched refs:REG_NOSPEC (Results 1 – 19 of 19) sorted by relevance
61 #define REG_NOSPEC 0020 macro
307 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()361 else if (cflags®_NOSPEC) in llvm_regcomp()
179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()233 else if (cflags®_NOSPEC) in llvm_regcomp()
28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
310 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
5519 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
38 using boost::REG_NOSPEC;
108 if(f & REG_NOSPEC) in regcompA()
118 if(f & REG_NOSPEC) in regcompW()
101 REG_NOSPEC = 0020, enumerator
85 [[REG_NOSPEC][All characters are ordinary, the expression is a literal string. ]]
226 REG_NOSPEC.
1270 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
10004 REG_NOSPEC10009 only other options that are allowed with REG_NOSPEC are REG_ICASE,10010 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of