Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken_subr.h1336 teken_subr_repeat_last_graphic_char(teken_t *t, unsigned int rpts) in teken_subr_repeat_last_graphic_char() argument
1341 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()