Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtime.c513 if (timer->tr_id == -1 || timer->tr_firing || timer->tr_paused) in check_due_timer()
549 timer->tr_firing = TRUE; in check_due_timer()
551 timer->tr_firing = FALSE; in check_due_timer()
655 if (timer->tr_firing) in stop_timer()
H A Dstructs.h2521 char tr_firing; // when TRUE callback is being called member