Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1108 time_t cl, nl, sched_dif; in setalarm() local
1144 sched_dif = nl > cl ? nl - cl : 0; in setalarm()
1145 if ((alrm_time == 0) || ((unsigned) sched_dif < alrm_time)) { in setalarm()
1146 alrm_time = ((unsigned) sched_dif) + 1; in setalarm()