Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 11 of 11) sorted by relevance

/original-bsd/contrib/ed/
H A Dextern.h78 char *re_replace __P((char *, size_t, regmatch_t [], char *));
80 char *, size_t, regmatch_t [], int, int, size_t, int));
82 char *re_replace __P((char *, size_t, regmatch_t [], char *, size_t));
84 char *, size_t, regmatch_t [], int, int, size_t *, int));
H A Dre.c45 regmatch_t reprematch[];
114 regmatch_t repmatch[];
H A Ded.h91 extern regmatch_t RE_match[];
H A Dmain.c73 regmatch_t RE_match[RE_SEC];
/original-bsd/include/
H A Dregex.h32 } regmatch_t; typedef
76 const char *, size_t, regmatch_t [], int));
/original-bsd/usr.bin/sed/
H A Dextern.h16 extern regmatch_t *match;
H A Dprocess.c57 regmatch_t *match;
H A Dcompile.c110 match = xmalloc((maxnsub + 1) * sizeof(regmatch_t)); in compile()
/original-bsd/bin/pax/
H A Dpat_rep.c55 static int resub __P((regex_t *, regmatch_t *, char *, char *, char *));
891 regmatch_t pm[MAXSUBEXP];
1105 resub(regex_t *rp, register regmatch_t *pm, char *src, char *dest, in resub()
1111 register regmatch_t *pm;
1120 register regmatch_t *pmpt;
/original-bsd/lib/libc/regex/
H A Dregexec.c134 regmatch_t pmatch[];
H A Dengine.c48 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
67 static int matcher __P((struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], int ef…
117 regmatch_t pmatch[];
193 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
194 sizeof(regmatch_t));