REG_NOSUB         314 ereg/ereg.c    		copts |= REG_NOSUB;
REG_NOSUB          84 ereg/regex/engine.c 	if (g->cflags&REG_NOSUB)
REG_NOSUB         103 ereg/regex/main.c 	if (!(copts&REG_NOSUB)) {
REG_NOSUB         277 ereg/regex/main.c 	} else if (opts&REG_NOSUB) {
REG_NOSUB         333 ereg/regex/main.c 				o |= REG_NOSUB;
REG_NOSUB         178 mbstring/oniguruma/regposix.c   if (nmatch == 0 || (reg->comp_options & REG_NOSUB) != 0) {
REG_NOSUB         264 pcre/pcrelib/pcreposix.c if ((cflags & REG_NOSUB) != 0)    options |= PCRE_NO_AUTO_CAPTURE;