Searched refs:regmatch_t (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h38 char *check(char *, regmatch_t, char *);
H A Dmain.c63 regmatch_t subs[NS];
236 regmatch_t subs[NSUBS];
425 check(char *str, regmatch_t sub, char *should)
H A Dt_regex_att.c357 checkmatches(const char *matches, size_t nm, const regmatch_t *pm,
401 regmatch_t *pm;
/freebsd-current/contrib/nvi/regex/
H A Dregex.h59 } regmatch_t; typedef in typeref:struct:__anon2
112 const RCHAR_T *, size_t, regmatch_t [], int);
H A Dregexec.c139 = regmatch_t [], int);
153 regmatch_t *pmatch, int eflags)
H A Dengine.c72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
91 static int matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags);
133 regmatch_t pmatch[], int eflags)
208 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
209 sizeof(regmatch_t));
/freebsd-current/usr.bin/sed/
H A Dextern.h38 extern regmatch_t *match;
/freebsd-current/contrib/flex/src/
H A Dregex.c76 char *regmatch_dup (regmatch_t * m, const char *src)
98 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src)
114 int regmatch_len (regmatch_t * m)
125 /** Convert a regmatch_t object to an integer using the strtol() function.
132 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr,
162 bool regmatch_empty (regmatch_t * m)
H A Dflexdef.h1139 char *regmatch_dup (regmatch_t * m, const char *src);
1140 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src);
1141 int regmatch_len (regmatch_t * m);
1142 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr, int base);
1143 bool regmatch_empty (regmatch_t * m);
H A Dfilter.c354 regmatch_t m[10];
/freebsd-current/include/
H A Dregex.h60 } regmatch_t; typedef in typeref:struct:__anon60
107 * XXX forth parameter should be `regmatch_t [__restrict]', but isn't because
112 regmatch_t * __restrict, int);
/freebsd-current/usr.bin/m4/
H A Dgnum4.c199 regmatch_t *);
200 static void do_regexpindex(const char *, regex_t *, const char *, regmatch_t *);
202 regmatch_t *);
203 static void add_sub(int, const char *, regex_t *, regmatch_t *);
204 static void add_replace(const char *, regex_t *, const char *, regmatch_t *);
280 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm)
297 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
331 const char *replace, regmatch_t *pm)
372 const char *replace, regmatch_t *pm)
390 regmatch_t *p
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Dregex.cpp95 utils::auto_array< ::regmatch_t > _matches;
112 _matches(new ::regmatch_t[_nmatches])
183 const ::regmatch_t* match = &_pimpl->_matches[index];
/freebsd-current/usr.bin/grep/
H A Dgrep.h104 regmatch_t matches[MAX_MATCHES]; /* Matches made */
H A Dutil.c72 size_t nmatch, regmatch_t pmatch[]);
416 regmatch_t pmatch[])
479 regmatch_t pmatch, lastmatch, chkmatch;
749 regmatch_t match;
/freebsd-current/bin/pax/
H A Dpat_rep.c64 static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
838 regmatch_t pm[MAXSUBEXP];
977 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest,
983 regmatch_t *pmpt;
/freebsd-current/bin/ed/
H A Dsub.c172 regmatch_t rm[SE_MAX];
224 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub)
H A Ded.h179 int apply_subst_template(const char *, regmatch_t *, int, int);
/freebsd-current/usr.sbin/iovctl/
H A Dvalidate.c76 parse_vf_num(const char *key, regmatch_t *matches)
225 regmatch_t matches[2];
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c32 regmatch_t subs[NS];
207 regmatch_t subs[NSUBS];
388 == char *check(char *str, regmatch_t sub, char *should);
391 check(char *str, regmatch_t sub, char *should)
/freebsd-current/contrib/nvi/common/
H A Dsearch.c150 regmatch_t match[1];
291 regmatch_t match[1];
/freebsd-current/contrib/nvi/ex/
H A Dex_global.c70 regmatch_t match[1];
/freebsd-current/lib/libc/regex/
H A Dregexec.c188 = regmatch_t [], int);
204 regmatch_t pmatch[__restrict],
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c221 regmatch_t matches[10];
/freebsd-current/usr.bin/split/
H A Dsplit.c292 regmatch_t pmatch;

Completed in 465 milliseconds

123