Searched refs:REG_NOSPEC (Results 1 – 12 of 12) sorted by relevance
61 #define REG_NOSPEC 0020 macro
306 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()360 else if (cflags®_NOSPEC) in llvm_regcomp()
179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()233 else if (cflags®_NOSPEC) in llvm_regcomp()
68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
295 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
5432 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
141 REG_NOSPEC.
684 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
9745 REG_NOSPEC9750 only other options that are allowed with REG_NOSPEC are REG_ICASE,9751 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of