Searched refs:REG_NOSUB (Results 1 – 13 of 13) sorted by relevance
60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
268 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
3004 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled4452 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
37 #define REG_NOSUB 0004 macro
103 if (!(copts®_NOSUB)) {277 } else if (opts®_NOSUB) {333 o |= REG_NOSUB;
25 # s REG_NOSUB (not really testable)
84 if (g->cflags®_NOSUB)
43 #define REG_NOSUB (1<<5) macro
178 if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) { in regexec()
1450 2003/03/10: [spec] support POSIX API option REG_NOSUB.
314 copts |= REG_NOSUB; in php_ereg()
2826 - rc = regcomp(&rx, "%[-0-9\\.]*s", REG_EXTENDED|REG_NOSUB);
9062 REG_NOSUB9178 If the pattern was compiled with the REG_NOSUB flag, no data about any
Completed in 87 milliseconds