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

Declarations

lib/Support/regcomp.c
  222 static void repeat(struct parse *, sopno, int, int);

References

lib/Support/regcomp.c
  588 		repeat(p, pos, count, count2);
  759 		repeat(p, pos, count, count2);
 1137 		repeat(p, start+1, 1, to);
 1157 		repeat(p, copy, 1, to-1);
 1165 		repeat(p, copy, from-1, to-1);
 1169 		repeat(p, copy, from-1, to);