Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtc.who.c153 static time_t watch_period = 0; variable
188 watch_period = 0; in resetwatch()
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;