REG_EXTENDED      140 ext/mbstring/oniguruma/regposix.c   if ((posix_options & REG_EXTENDED) == 0)
REG_EXTENDED     4590 ext/pgsql/pgsql.c 	int regopt = REG_EXTENDED;
REG_EXTENDED      213 ext/standard/reg.c 		err = regcomp(&re, Z_STRVAL_PP(regex), REG_EXTENDED | copts);
REG_EXTENDED      316 ext/standard/reg.c 		copts |= REG_EXTENDED;
REG_EXTENDED      549 ext/standard/reg.c 	err = regcomp(&re, Z_STRVAL_PP(spliton), REG_EXTENDED | copts);
REG_EXTENDED       15 regex/main.c   int copts = REG_EXTENDED;
REG_EXTENDED      164 regex/main.c   					options('c', f[1]) &~ REG_EXTENDED);
REG_EXTENDED      221 regex/main.c   	char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE";
REG_EXTENDED      327 regex/main.c   				o &= ~REG_EXTENDED;
REG_EXTENDED      339 regex/main.c   				o &= ~REG_EXTENDED;
REG_EXTENDED      105 regex/regcomp.c 	if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
REG_EXTENDED      157 regex/regcomp.c 	if (cflags&REG_EXTENDED)