Searched refs:REG_NOSUB (Results 1 – 11 of 11) sorted by relevance
59 #define REG_NOSUB 0004 macro
146 if (g->cflags®_NOSUB)
60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
3926 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB; in main()
3598 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled5046 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
110 Matched with REG_NOSUB114 Matched with REG_NOSUB
289 ret = regcomp(&ereg, reg, REG_ICASE|REG_NOSUB); in find_event()298 ret = regcomp(&sreg, reg, REG_ICASE|REG_NOSUB); in find_event()519 ret = regcomp(&op->str.reg, str, REG_ICASE|REG_NOSUB); in add_right()
258 REG_EXTENDED | REG_NOSUB); in compile_regex()
575 /N REG_NOSUB
9579 REG_NOSUB9695 If the pattern was compiled with the REG_NOSUB flag, no data about any