Searched refs:max_repetitions (Results 1 – 1 of 1) sorted by relevance
1338 unsigned int max_repetitions; in teken_subr_repeat_last_graphic_char() local1340 max_repetitions = t->t_winsize.tp_row * t->t_winsize.tp_col; in teken_subr_repeat_last_graphic_char()1341 if (rpts > max_repetitions) in teken_subr_repeat_last_graphic_char()1342 rpts = max_repetitions; in teken_subr_repeat_last_graphic_char()