Searched refs:do_repeat (Results 1 – 6 of 6) sorted by relevance
135 extern void do_repeat (int,const char *,const char *);
3058 do_repeat (count, "REPT", "ENDR"); in s_rept()3065 do_repeat (int count, const char *start, const char *end) in do_repeat() function
357 (do_repeat): Likewise.
1025 (do_repeat): Use sb_build to allocate sufficient space
7436 * read.c (s_rept): Call do_repeat, which abstracts the repeat7438 (do_repeat): New. Abstract repeat logic so that a "break" can be
2057 do_repeat (count, "LOOP", "ENDLOOP"); in tic54x_loop()