Searched refs:REG_NOSPEC (Results 1 – 20 of 20) sorted by relevance
29 #define REG_NOSPEC 0020 macro
339 o |= REG_NOSPEC;
57 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
103 if ((cflags®_EXTENDED) && (cflags®_NOSPEC))157 else if (cflags®_NOSPEC)
24 # m ("mundane") REG_NOSPEC
61 #define REG_NOSPEC 0020 macro
179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()233 else if (cflags®_NOSPEC) in llvm_regcomp()
307 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp()361 else if (cflags®_NOSPEC) in llvm_regcomp()
68 #define REG_NOSPEC 0x1000 /* Maps to PCRE2_LITERAL */ macro
296 if ((cflags & REG_NOSPEC) != 0) options |= PCRE2_LITERAL; in pcre2_regcomp()
5562 if ((pat_patctl.options & PCRE2_LITERAL) != 0) cflags |= REG_NOSPEC; in process_pattern()
503 pub const REG_NOSPEC: ::c_int = 0o0020; constant
281 REG_NOSPEC.
1488 41. Implement PCRE2_LITERAL and use it to support REG_NOSPEC.
2341 pub const REG_NOSPEC: ::c_int = 0x10; constant
1629 pub const REG_NOSPEC: ::c_int = 16; constant
10079 REG_NOSPEC10084 only other options that are allowed with REG_NOSPEC are REG_ICASE,10085 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of