Home
last modified time | relevance | path

Searched refs:max_repetitions (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/teken/
H A Dteken_subr.h1338 unsigned int max_repetitions; in teken_subr_repeat_last_graphic_char() local
1340 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()