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