Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Dregcomp.ih38 static int isinsets(register struct re_guts *g, int c);
39 static int samesets(register struct re_guts *g, int c1, int c2);
40 static void categorize(struct parse *p, register struct re_guts *g);
46 static void stripsnug(register struct parse *p, register struct re_guts *g);
47 static void findmust(register struct parse *p, register struct re_guts *g);
48 static sopno pluscount(register struct parse *p, register struct re_guts *g);
H A Ddebug.ih8 static void s_print(register struct re_guts *g, FILE *d);
H A Dregfree.c17 register struct re_guts *g;
H A Dengine.ih7 static int matcher(register struct re_guts *g, unsigned char *string, size_t nmatch, regmatch_t pma…
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch…
H A Dregex.h24 struct re_guts *re_g; /* none of your business :-) */
H A Ddebug.c22 register struct re_guts *g = r->re_g;
92 register struct re_guts *g; in s_print()
H A Dregcomp.c29 struct re_guts *g;
94 register struct re_guts *g;
116 g = (struct re_guts *)malloc(sizeof(struct re_guts) +
1271 register struct re_guts *g; in isinsets()
1291 register struct re_guts *g; in samesets()
1314 register struct re_guts *g;
1477 register struct re_guts *g;
1500 register struct re_guts *g;
1586 register struct re_guts *g;
H A Dregex2.h109 struct re_guts { struct
H A Dregexec.c120 register struct re_guts *g = preg->re_g;
H A Dengine.c33 struct re_guts *g;
67 register struct re_guts *g; in matcher()
813 register struct re_guts *g; in step()
941 register struct re_guts *g = m->g;

Completed in 25 milliseconds