Lines Matching refs:tnew
351 tnew; /* time of this record */ in update() local
355 tnew = wb.ut_xtime; in update()
358 cftime(time_buf, DATE_FMT, &tnew); in update()
360 if (told > tnew) { in update()
363 cftime(time_buf, DATE_FMT, &tnew); in update()
366 tp->ttime = tnew; in update()
369 tp->ttime = tnew; in update()
379 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
386 tp->ttotal += tnew-told; in update()
402 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
408 tp->ttotal += tnew-told; in update()