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

123

/freebsd-9.3-release/usr.bin/sed/
H A Dextern.h39 extern regmatch_t *match;
/freebsd-9.3-release/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-9.3-release/include/
H A Dregex.h61 } regmatch_t; typedef in typeref:struct:__anon4964
107 * XXX forth parameter should be `regmatch_t [__restrict]', but isn't because
112 regmatch_t * __restrict, int);
/freebsd-9.3-release/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-9.3-release/gnu/lib/libregex/
H A Dregex.h41 regmatch_t __pmatch[], int __eflags));
H A Dregexec.c42 size_t nmatch, regmatch_t pmatch[],
53 static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
68 static void update_regs (re_dfa_t *dfa, regmatch_t *pmatch,
69 regmatch_t *prev_idx_match, int cur_node,
72 int nregs, regmatch_t *regs,
77 regmatch_t *regs,
80 regmatch_t *regs, re_node_set *eps_via_nodes) internal_function;
83 size_t nmatch, regmatch_t *pmatch,
218 regmatch_t pmatch[];
257 regmatch_t pmatc
[all...]
/freebsd-9.3-release/usr.bin/grep/
H A Dqueue.c95 printline(&item->data, '-', (regmatch_t *)NULL, 0);
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-9.3-release/contrib/binutils/include/
H A Dxregex2.h434 } regmatch_t;
549 regmatch_t __pmatch[__restrict_arr],
430 } regmatch_t; typedef in typeref:struct:__anon729
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h403 } regmatch_t;
524 regmatch_t pmatch[], int eflags));
399 } regmatch_t; typedef in typeref:struct:__anon900
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex2.h434 } regmatch_t;
549 regmatch_t __pmatch[__restrict_arr],
430 } regmatch_t; typedef in typeref:struct:__anon1266
/freebsd-9.3-release/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)
H A Ded.h193 int apply_subst_template(const char *, regmatch_t *, int, int);
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex2.h431 } regmatch_t;
555 regmatch_t __pmatch[__restrict_arr],
427 } regmatch_t; typedef in typeref:struct:__anon1507
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h455 } regmatch_t;
577 regmatch_t __pmatch[__restrict_arr],
451 } regmatch_t; typedef in typeref:struct:__anon4907
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c35 regmatch_t subs[NS];
216 regmatch_t subs[NSUBS];
405 == char *check(char *str, regmatch_t sub, char *should);
410 regmatch_t sub;
/freebsd-9.3-release/bin/pax/
H A Dpat_rep.c79 static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
869 regmatch_t pm[MAXSUBEXP];
1074 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest,
1080 regmatch_t *pmpt;
/freebsd-9.3-release/contrib/nvi/common/
H A Dsearch.c156 regmatch_t match[1];
300 regmatch_t match[1];
/freebsd-9.3-release/contrib/file/src/
H A Dfuncs.c436 regmatch_t rm;
468 regmatch_t* pmatch, int eflags)
/freebsd-9.3-release/contrib/less/
H A Dpattern.c306 regmatch_t rm;
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dsubst.c189 regmatch_t matches[10];
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_global.c80 regmatch_t match[1];

Completed in 141 milliseconds

123