REG_NOSUB         178 ext/mbstring/oniguruma/regposix.c   if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) {
REG_NOSUB         229 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0)   options |= PCRE_NO_AUTO_CAPTURE;
REG_NOSUB         218 ext/standard/browscap.c 	if (regcomp(&r, Z_STRVAL_PP(browser_regex), REG_NOSUB)!=0) {
REG_NOSUB         209 ext/standard/reg.c 		copts |= REG_NOSUB;
REG_NOSUB          84 regex/engine.c 	if (g->cflags&REG_NOSUB)
REG_NOSUB         103 regex/main.c   	if (!(copts&REG_NOSUB)) {
REG_NOSUB         277 regex/main.c   	} else if (opts&REG_NOSUB) {
REG_NOSUB         333 regex/main.c   				o |= REG_NOSUB;