Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c62 static PtWidget_t *gui_ph_timer_timeout; // used in gui_mch_wait_for_chars variable
1225 gui_ph_timer_timeout = PtCreateWidget(PtTimer, gui.vimWindow, 0, NULL); in gui_mch_init()
1226 if (gui_ph_timer_timeout == NULL) in gui_mch_init()
1231 PtAddCallback(gui_ph_timer_timeout, Pt_CB_TIMER_ACTIVATE, in gui_mch_init()
1360 PtSetResource(gui_ph_timer_timeout, Pt_ARG_TIMER_INITIAL, in gui_mch_wait_for_chars()
1368 PtSetResource(gui_ph_timer_timeout, Pt_ARG_TIMER_INITIAL, 0, 0); in gui_mch_wait_for_chars()