Searched refs:REG_NOSPEC (Results 1 – 14 of 14) sorted by relevance
61 #define REG_NOSPEC 0020 macro
179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()233 else if (cflags®_NOSPEC) in llvm_regcomp()
306 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()360 else if (cflags®_NOSPEC) in llvm_regcomp()
171 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()225 else if (cflags®_NOSPEC) in llvm_regcomp()
66 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
246 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in regcomp()
5326 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
93 REG_NOSPEC.
528 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
9452 REG_NOSPEC9457 only other options that are allowed with REG_NOSPEC are REG_ICASE,9458 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of