Home
last modified time | relevance | path

Searched refs:ui_delay (Results 1 – 25 of 28) sorted by relevance

12

/vim-8.2.3635/src/proto/
H A Dui.pro8 void ui_delay(long msec_arg, int ignoreinput);
/vim-8.2.3635/runtime/doc/
H A Dtesting.txt203 ui_delay time in msec to use in ui_delay(); overrules a
/vim-8.2.3635/src/
H A Dui.c534 ui_delay(long msec_arg, int ignoreinput) in ui_delay() function
H A Dchange.c61 ui_delay(1002L, TRUE); // give the user time to think about it in change_warning()
121 ui_delay(2002L, TRUE); in changed()
H A Dif_xcmdsrv.c610 ui_delay((long)UI_MSEC_DELAY, TRUE); in ServerWait()
H A Dtag.c740 ui_delay(1007L, TRUE); in do_tag()
3603 ui_delay(1010L, TRUE); in jumpto_tag()
H A Dsearch.c2865 ui_delay(p_mat * 100L + 8, TRUE); in showmatch()
2867 ui_delay(p_mat * 100L + 9, FALSE); in showmatch()
H A Dclipboard.c1774 ui_delay(1L, TRUE); in clip_x11_request_selection()
H A Dterminal.c1651 ui_delay(10L, TRUE); in term_try_stop_job()
6436 ui_delay(10L, FALSE); in f_term_wait()
6454 ui_delay(wait, TRUE); in f_term_wait()
H A Dterm.c1818 ui_delay(2007L, TRUE); in report_default_term()
2920 ui_delay(10L, FALSE); in term_get_winpos()
H A Dbufwrite.c1249 ui_delay(50L, TRUE); // wait 50 msec in buf_write()
H A Dmain.c2717 ui_delay(2005L, TRUE); in check_tty()
H A Dgui_photon.c2315 ui_delay((long) msec, TRUE); in gui_mch_flash()
H A Dgui_x11.c2521 ui_delay((long)msec, TRUE); // wait for a few msec in gui_mch_flash()
H A Dnormal.c1200 ui_delay(1003L, TRUE); // wait at least one second in normal_cmd()
1201 ui_delay(3003L, FALSE); // wait up to three seconds in normal_cmd()
H A Dinsexpand.c323 ui_delay(2004L, FALSE); in has_compl_option()
H A Dscreen.c2531 ui_delay(1006L, TRUE); in check_for_delay()
H A Dhighlight.c3983 ui_delay(cnt == 99 ? 40L : (long)cnt * 50L, FALSE); in highlight_list_two()
H A Dfileio.c4277 ui_delay(1004L, TRUE); in buf_check_timestamp()
H A Dgui.c281 ui_delay(301L, TRUE); in gui_do_fork()
H A Dbuffer.c2175 ui_delay(3001L, TRUE); // make sure it is noticed in buflist_new()
H A Dgui_gtk_x11.c6030 ui_delay((long)msec, TRUE); // wait so many msec in gui_mch_flash()
/vim-8.2.3635/src/testdir/
H A Dtest_edit.vim1654 call test_override('ui_delay', 50)
1664 call test_override('ui_delay', 0)
H A Dtest_autocmd.vim542 call test_override('ui_delay', 10)
2566 call test_override('ui_delay', 10)
H A Dtest_cmdline.vim250 call test_override('ui_delay', 1)

12