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()
2088 static struct bintime t_last; in cpu_tick_calibrate() local2094 t_last.sec = 0; in cpu_tick_calibrate()2104 if (t_last.sec != 0) { in cpu_tick_calibrate()2107 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()2127 t_last = t_this; in cpu_tick_calibrate()