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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c153 static time_t watch_period = 0; variable
188 watch_period = 0;
247 time_t tdiff = t - watch_period;
248 if (!watch_period || ((tdiff > 0) && (tdiff > (interval - 90)))) {
254 if (t - watch_period < interval) {
258 watch_period = t;
443 wp->who_time = watch_period;

Completed in 45 milliseconds