Searched refs:REG_NOSUB (Results 1 – 10 of 10) sorted by relevance
60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
280 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
4127 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled5575 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
28 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB|REG_ICASE)30 # define REGEX_MODE (REG_EXTENDED|REG_NOSUB)
43 #define REG_NOSUB (1<<5) macro
178 if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) { in regexec()
110 Matched with REG_NOSUB114 Matched with REG_NOSUB
3266 - rc = file_regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
1767 2003/03/10: [spec] support POSIX API option REG_NOSUB.
9650 REG_NOSUB9766 If the pattern was compiled with the REG_NOSUB flag, no data about any
Completed in 89 milliseconds