Searched refs:who_time (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c146 time_t who_time; member in struct:who
315 if (utmp.ut_time < wp->who_time)
319 wp->who_time = utmp.ut_time;
325 wp->who_time = utmp.ut_time;
330 wp->who_time = utmp.ut_time;
346 wp->who_time = utmp.ut_time;
367 wpnew->who_time = utmp.ut_time;
424 wp->who_time = watch_period;
504 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);

Completed in 57 milliseconds