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

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c151 static time_t watch_period = 0; variable
186 watch_period = 0;
238 if (t - watch_period < interval) {
242 watch_period = t;
424 wp->who_time = watch_period;

Completed in 108 milliseconds