Lines Matching defs:repeat
162 static void repeat(struct parse *p, sopno start, int from, int to);
667 repeat(p, pos, count, count2);
1062 repeat(p, pos, count, count2);
1571 - repeat - generate code for a bounded repetition, recursively if needed
1572 == static void repeat(struct parse *p, sopno start, int from, int to);
1575 repeat(struct parse *p,
1603 repeat(p, start+1, 1, to);
1623 repeat(p, copy, 1, to-1);
1631 repeat(p, copy, from-1, to-1);
1635 repeat(p, copy, from-1, to);