reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/regengine.inc
   95 static states step(struct re_guts *, sopno, sopno, states, int, states);
  698 	st = step(m->g, startst, stopst, st, NOTHING, st);
  724 				st = step(m->g, startst, stopst, st, flagch, st);
  738 			st = step(m->g, startst, stopst, st, flagch, st);
  750 		st = step(m->g, startst, stopst, tmp, c, st);
  785 	st = step(m->g, startst, stopst, st, NOTHING, st);
  807 				st = step(m->g, startst, stopst, st, flagch, st);
  821 			st = step(m->g, startst, stopst, st, flagch, st);
  835 		st = step(m->g, startst, stopst, tmp, c, st);
  849 step(struct re_guts *g,