Searched refs:t_last (Results 1 – 3 of 3) sorted by relevance
159 teken_char_t t_last; member
801 t->t_last = c; in teken_subr_do_putchar()1343 for (; t->t_last != 0 && rpts > 0; rpts--) in teken_subr_repeat_last_graphic_char()1344 teken_subr_regular_character(t, t->t_last); in teken_subr_repeat_last_graphic_char()
2096 static struct bintime t_last; in cpu_tick_calibrate() local2102 t_last.sec = 0; in cpu_tick_calibrate()2112 if (t_last.sec != 0) { in cpu_tick_calibrate()2115 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()2135 t_last = t_this; in cpu_tick_calibrate()