Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c498 long next_due = -1; in check_due_timer() local
506 return next_due; 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()
619 else if (next_due == -1 || next_due > this_due) in check_due_timer()
620 next_due = this_due; in check_due_timer()
625 next_due = term_check_timers(next_due, &now); in check_due_timer()
628 return current_id != last_timer_id ? 1 : next_due; in check_due_timer()
H A Dterminal.c1982 int next_due = next_due_arg; in term_check_timers() local
1995 else if (next_due == -1 || next_due > this_due) in term_check_timers()
1996 next_due = this_due; in term_check_timers()
2000 return next_due; in term_check_timers()