Home | History | Annotate | Download | only in Support

Lines Matching defs:repeat

86 static void repeat(struct parse *, sopno, int, int);
424 repeat(p, pos, count, count2);
595 repeat(p, pos, count, count2);
944 - repeat - generate code for a bounded repetition, recursively if needed
947 repeat(struct parse *p,
973 repeat(p, start+1, 1, to);
993 repeat(p, copy, 1, to-1);
1001 repeat(p, copy, from-1, to-1);
1005 repeat(p, copy, from-1, to);