Home | History | Annotate | Download | only in Support

Lines Matching defs:repeat

94 static void repeat(struct parse *, sopno, int, int);
460 repeat(p, pos, count, count2);
631 repeat(p, pos, count, count2);
980 - repeat - generate code for a bounded repetition, recursively if needed
983 repeat(struct parse *p,
1009 repeat(p, start+1, 1, to);
1029 repeat(p, copy, 1, to-1);
1037 repeat(p, copy, from-1, to-1);
1041 repeat(p, copy, from-1, to);