Searched refs:rpts (Results 1 – 1 of 1) sorted by relevance
1336 teken_subr_repeat_last_graphic_char(teken_t *t, unsigned int rpts) in teken_subr_repeat_last_graphic_char() argument1341 if (rpts > max_repetitions) in teken_subr_repeat_last_graphic_char()1342 rpts = max_repetitions; in teken_subr_repeat_last_graphic_char()1343 for (; t->t_last != 0 && rpts > 0; rpts--) in teken_subr_repeat_last_graphic_char()