Searched refs:do_repeat (Results 1 – 3 of 3) sorted by relevance
128 extern void do_repeat (int,const char *,const char *);
2908 do_repeat (count, "REPT", "ENDR"); in s_rept()2915 do_repeat (int count, const char *start, const char *end) in do_repeat() function
7446 * read.c (s_rept): Call do_repeat, which abstracts the repeat7448 (do_repeat): New. Abstract repeat logic so that a "break" can be