Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c389 wp->w_popup_timer = create_timer(time, 0); in popup_add_timeout()
390 wp->w_popup_timer->tr_callback = get_callback(&tv); in popup_add_timeout()
2126 if (type == TYPE_NOTIFICATION && wp->w_popup_timer == NULL) in popup_create()
3138 dict_add_number(dict, "time", wp->w_popup_timer != NULL in f_popup_getoptions()
3139 ? (long)wp->w_popup_timer->tr_interval : 0L); in f_popup_getoptions()
H A Dstructs.h3556 timer_T *w_popup_timer; // timer for closing popup window member
H A Dwindow.c5220 if (win->w_popup_timer != NULL) in win_free_popup()
5221 stop_timer(win->w_popup_timer); in win_free_popup()