Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c497 long this_due; in check_due_timer() local
515 this_due = proftime_time_left(&timer->tr_due, &now); in check_due_timer()
516 if (this_due <= 1) in check_due_timer()
581 if (this_due < 1) in check_due_timer()
582 this_due = 1; in check_due_timer()
588 this_due = -1; in check_due_timer()
593 if (this_due > 0 && (next_due == -1 || next_due > this_due)) in check_due_timer()
594 next_due = this_due; in check_due_timer()
604 if (this_due <= 1) in check_due_timer()
619 else if (next_due == -1 || next_due > this_due) in check_due_timer()
[all …]
H A Dterminal.c1988 long this_due = proftime_time_left(&term->tl_timer_due, now); in term_check_timers() local
1990 if (this_due <= 1) in term_check_timers()
1995 else if (next_due == -1 || next_due > this_due) in term_check_timers()
1996 next_due = this_due; in term_check_timers()