regmatch_t        296 ereg/ereg.c    	regmatch_t *subs;
regmatch_t        339 ereg/ereg.c    	subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1);
regmatch_t        406 ereg/ereg.c    	regmatch_t *subs;
regmatch_t        433 ereg/ereg.c    	subs = (regmatch_t *)ecalloc(sizeof(regmatch_t),re.re_nsub+1);
regmatch_t        633 ereg/ereg.c    	regmatch_t subs[1];
regmatch_t         35 ereg/regex/engine.c 	regmatch_t *pmatch;	/* [nsub+1] (0 element unused) */
regmatch_t         70 ereg/regex/engine.c regmatch_t pmatch[];
regmatch_t        146 ereg/regex/engine.c 			m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
regmatch_t        147 ereg/regex/engine.c 							sizeof(regmatch_t));
regmatch_t         33 ereg/regex/main.c 	regmatch_t subs[NS];
regmatch_t        214 ereg/regex/main.c 	regmatch_t subs[NSUBS];
regmatch_t        408 ereg/regex/main.c regmatch_t sub;
regmatch_t         68 ereg/regex/regex.h API_EXPORT(int) regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
regmatch_t        117 ereg/regex/regexec.c regmatch_t pmatch[];
regmatch_t        155 mbstring/oniguruma/onigposix.h ONIG_EXTERN int    regexec P_((regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options));
regmatch_t        167 mbstring/oniguruma/regposix.c 	regmatch_t pmatch[], int posix_options)
regmatch_t        171 mbstring/oniguruma/regposix.c   regmatch_t* pm;
regmatch_t        179 mbstring/oniguruma/regposix.c     pm = (regmatch_t* )NULL;
regmatch_t        183 mbstring/oniguruma/regposix.c     pm = (regmatch_t* )xmalloc(sizeof(regmatch_t)
regmatch_t        200 mbstring/oniguruma/regposix.c       xmemcpy(pmatch, pm, sizeof(regmatch_t) * nmatch);
regmatch_t        307 pcre/pcrelib/pcreposix.c   regmatch_t pmatch[], int eflags)
regmatch_t        138 pcre/pcrelib/pcreposix.h                      regmatch_t *, int);
regmatch_t       5179 pgsql/pgsql.c  	regmatch_t *subs;
regmatch_t       5193 pgsql/pgsql.c  	subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1);