Home
last modified time | relevance | path

Searched refs:re_guts (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c200 struct re_guts *g;
232 static int isinsets(struct re_guts *, int);
233 static int samesets(struct re_guts *, int, int);
296 struct re_guts *g; in llvm_regcomp()
318 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in llvm_regcomp()
1389 isinsets(struct re_guts *g, int c) in isinsets()
1406 samesets(struct re_guts *g, int c1, int c2) in samesets()
1424 categorize(struct parse *p, struct re_guts *g) in categorize()
1571 stripsnug(struct parse *p, struct re_guts *g) in stripsnug()
1597 findmust(struct parse *p, struct re_guts *g) in findmust()
[all …]
H A Dregfree.c52 struct re_guts *g; in llvm_regfree()
H A Dregex_impl.h52 struct re_guts *re_g; /* none of your business :-) */
H A Dregex2.h132 struct re_guts { struct
H A Dregexec.c144 struct re_guts *g = preg->re_g; in llvm_regexec()
H A Dregengine.inc72 struct re_guts *g;
87 static int matcher(struct re_guts *, const char *, size_t,
95 static states step(struct re_guts *, sopno, sopno, states, int, states);
131 matcher(struct re_guts *g, const char *string, size_t nmatch,
849 step(struct re_guts *g,
968 struct re_guts *g = m->g;
/netbsd/external/bsd/nvi/dist/regex/
H A Dregcomp.c77 struct re_guts *g;
121 static int isinsets __P((struct re_guts *g, int c));
122 static int samesets __P((struct re_guts *g, int c1, int c2));
200 struct re_guts *g; in regcomp()
222 g = (struct re_guts *)malloc(sizeof(struct re_guts) + in regcomp()
1379 isinsets(struct re_guts *g, int c) in isinsets()
1397 samesets(struct re_guts *g, int c1, int c2) in samesets()
1417 categorize(struct parse *p, struct re_guts *g) in categorize()
1590 stripsnug(struct parse *p, struct re_guts *g) in stripsnug()
1618 findmust(struct parse *p, struct re_guts *g) in findmust()
[all …]
H A Dregfree.c65 struct re_guts *g; in regfree()
H A Dregex.h57 struct re_guts *re_g; /* none of your business :-) */
H A Dengine.c73 struct re_guts *g;
94 static int matcher __P((struct re_guts *g, RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int…
99 static states step __P((struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T c…
138 struct re_guts *g; in matcher()
890 struct re_guts *g; in step()
1024 struct re_guts *g = m->g;
H A Dregex2.h137 struct re_guts { struct
H A Dregexec.c166 struct re_guts *g = preg->re_g; in regexec()
/netbsd/tests/lib/libc/regex/
H A Ddebug.c52 static void s_print(struct re_guts *, FILE *);
63 struct re_guts *g = r->re_g; in regprint()
91 s_print(struct re_guts *g, FILE *d) in s_print()
/netbsd/lib/libc/regex/
H A Dregcomp.c114 struct re_guts *g;
175 static void stripsnug(struct parse *p, struct re_guts *g);
176 static void findmust(struct parse *p, struct re_guts *g);
178 static void computejumps(struct parse *p, struct re_guts *g);
180 static sopno pluscount(struct parse *p, struct re_guts *g);
274 struct re_guts *g; in regcomp_internal()
1979 stripsnug(struct parse *p, struct re_guts *g)
2004 findmust(struct parse *p, struct re_guts *g)
2276 computejumps(struct parse *p, struct re_guts *g)
2323 computematchjumps(struct parse *p, struct re_guts *g)
[all …]
H A Dregfree.c72 struct re_guts *g; in __weak_alias()
H A Dengine.c91 struct re_guts *g;
113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int e…
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i…
200 matcher(struct re_guts *g, in matcher()
1035 step(struct re_guts *g, in step()
1181 struct re_guts *g = m->g; in print()
H A Dregex2.h177 struct re_guts { struct
H A Dregexec.c232 struct re_guts *g = preg->re_g; in regexec()
/netbsd/include/
H A Dregex.h87 struct re_guts *re_g; /* none of your business :-) */