Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c313 wait_time = p_ut; in inchar_loop()
H A Dos_amiga.c178 if (WaitForChar(raw_in, p_ut * 1000L) == 0) in mch_inchar()
H A Doption.h1038 EXTERN long p_ut; // 'updatetime' variable
H A Doption.c3822 if (p_ut < 0) in set_num_option()
3825 p_ut = 2000; in set_num_option()
H A Doptiondefs.h2760 (char_u *)&p_ut, PV_NONE,
H A Dos_win32.c1879 if (!WaitForChar(p_ut, FALSE)) in mch_inchar()