Symbol: re_guts
include/regex.h
88
struct re_guts *re_g; /* none of your business :-) */
lib/libc/regex/engine.c
1035
step(struct re_guts *g,
lib/libc/regex/engine.c
113
static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
lib/libc/regex/engine.c
117
static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, int sflags);
lib/libc/regex/engine.c
1181
struct re_guts *g = m->g;
lib/libc/regex/engine.c
200
matcher(struct re_guts *g,
lib/libc/regex/engine.c
91
struct re_guts *g;
lib/libc/regex/regcomp.c
114
struct re_guts *g;
lib/libc/regex/regcomp.c
175
static void stripsnug(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
176
static void findmust(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
178
static void computejumps(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
179
static void computematchjumps(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
180
static sopno pluscount(struct parse *p, struct re_guts *g);
lib/libc/regex/regcomp.c
1978
stripsnug(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
2003
findmust(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
2275
computejumps(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
2322
computematchjumps(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
2400
pluscount(struct parse *p, struct re_guts *g)
lib/libc/regex/regcomp.c
274
struct re_guts *g;
lib/libc/regex/regexec.c
232
struct re_guts *g = preg->re_g;
lib/libc/regex/regfree.c
72
struct re_guts *g;
tests/lib/libc/regex/debug.c
52
static void s_print(struct re_guts *, FILE *);
tests/lib/libc/regex/debug.c
63
struct re_guts *g = r->re_g;
tests/lib/libc/regex/debug.c
91
s_print(struct re_guts *g, FILE *d)