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

123

/freebsd-10-stable/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];
422 check(char *str, regmatch_t sub, char *should)
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h63 } regmatch_t; typedef in typeref:struct:__anon4183
106 const RCHAR_T *, size_t, regmatch_t [], int));
H A Dregexec.c147 = regmatch_t [], int);
160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags)
/freebsd-10-stable/include/
H A Dregex.h61 } regmatch_t; typedef in typeref:struct:__anon5578
107 * XXX forth parameter should be `regmatch_t [__restrict]', but isn't because
112 regmatch_t * __restrict, int);
/freebsd-10-stable/usr.bin/sed/
H A Dextern.h39 extern regmatch_t *match;
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.h18 tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags);
H A Dfastmatch.h45 regmatch_t pmatch[], int eflags);
58 size_t nmatch, regmatch_t pmatch[], int eflags);
70 size_t nmatch, regmatch_t pmatch[], int eflags);
80 size_t nmatch, regmatch_t pmatch[], int eflags);
H A Dfastmatch.c130 size_t nmatch, regmatch_t pmatch[], int eflags)
144 regmatch_t pmatch[], int eflags)
151 size_t nmatch, regmatch_t pmatch[], int eflags)
165 size_t nmatch, regmatch_t pmatch[], int eflags)
/freebsd-10-stable/contrib/flex/
H A Dregex.c80 char *regmatch_dup (regmatch_t * m, const char *src)
102 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src)
119 int regmatch_len (regmatch_t * m)
130 /** Convert a regmatch_t object to an integer using the strtol() function.
137 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr,
167 bool regmatch_empty (regmatch_t * m)
H A Dflexdef.h1203 char *regmatch_dup (regmatch_t * m, const char *src);
1204 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src);
1205 int regmatch_len (regmatch_t * m);
1206 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr, int base);
1207 bool regmatch_empty (regmatch_t * m);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegularExpression.h17 typedef llvm_regmatch_t regmatch_t; typedef
81 regmatch_t invalid_match = { -1, -1 };
92 regmatch_t *
111 std::vector<regmatch_t> m_matches; ///< Where parenthesized subexpressions results are stored
186 /// matches \a match_count should indicate the number of regmatch_t
/freebsd-10-stable/usr.bin/m4/
H A Dgnum4.c200 static void do_subst(const char *, regex_t *, const char *, regmatch_t *);
201 static void do_regexpindex(const char *, regex_t *, regmatch_t *);
202 static void do_regexp(const char *, regex_t *, const char *, 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 *);
259 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm)
276 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
309 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
349 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
366 do_regexpindex(const char *string, regex_t *re, regmatch_t *p
[all...]
/freebsd-10-stable/gnu/lib/libregex/
H A Dregex.h46 regmatch_t __pmatch[__restrict_arr],
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h434 } regmatch_t;
549 regmatch_t __pmatch[__restrict_arr],
430 } regmatch_t; typedef in typeref:struct:__anon607
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h434 } regmatch_t;
549 regmatch_t __pmatch[__restrict_arr],
430 } regmatch_t; typedef in typeref:struct:__anon1248
/freebsd-10-stable/usr.bin/grep/
H A Dgrep.h143 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c273 regmatch_t matches[MAX_LINE_MATCHES];
274 regmatch_t pmatch;
437 printline(struct str *line, int sep, regmatch_t *matches, int m)
/freebsd-10-stable/bin/ed/
H A Dsub.c174 regmatch_t rm[SE_MAX];
226 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub)
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h431 } regmatch_t;
555 regmatch_t __pmatch[__restrict_arr],
427 } regmatch_t; typedef in typeref:struct:__anon1489
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h461 } regmatch_t;
574 regmatch_t __pmatch[__restrict_arr],
457 } regmatch_t; typedef in typeref:struct:__anon1730
H A Dregexec.c41 size_t nmatch, regmatch_t pmatch[],
52 static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
61 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
62 regmatch_t *prev_idx_match, int cur_node,
66 regmatch_t *regs,
71 size_t nmatch, regmatch_t *pmatch,
225 regmatch_t pmatch[];
268 regmatch_t pmatch[], int eflags)
415 regmatch_t *pmatch;
456 pmatch = re_malloc (regmatch_t, nreg
[all...]
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c35 regmatch_t subs[NS];
210 regmatch_t subs[NSUBS];
391 == char *check(char *str, regmatch_t sub, char *should);
394 check(char *str, regmatch_t sub, char *should)
/freebsd-10-stable/bin/pax/
H A Dpat_rep.c77 static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
867 regmatch_t pm[MAXSUBEXP];
1072 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest,
1078 regmatch_t *pmpt;
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c160 regmatch_t match[1];
306 regmatch_t match[1];

Completed in 174 milliseconds

123