Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_beval.c416 beval->timerID = g_timeout_add((guint)p_bdlay, in pointer_event()
615 (long_u)p_bdlay, timerRoutine, beval); in pointerEvent()
H A Doption.h462 EXTERN long p_bdlay; // 'balloondelay' variable
H A Dmouse.c290 profile_setlimit(p_bdlay, &bevalexpr_due); in do_mouse()
H A Dgui_w32.c8606 && (dwTime - LastActivity) >= (DWORD)p_bdlay in BevalTimerProc()
8639 BevalTimerId = SetTimer(s_textArea, 0, (UINT)(p_bdlay / 2), BevalTimerProc); in gui_mch_enable_beval_area()
H A Doptiondefs.h450 (char_u *)&p_bdlay, PV_NONE,