Lines Matching refs:told
350 time_t told, /* last time for tbuf record */ in update() local
354 told = tp->ttime; in update()
356 cftime(time_buf, DATE_FMT, &told); in update()
360 if (told > tnew) { in update()
361 cftime(time_buf, DATE_FMT, &told); in update()
378 cb.ct_start = told; in update()
379 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
386 tp->ttotal += tnew-told; in update()
401 cb.ct_start = told; in update()
402 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told), in update()
408 tp->ttotal += tnew-told; in update()