Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dui.c31 if (p_wd) in ui_write()
32 gui_wait_for_chars(p_wd, typebuf.tb_change_cnt); in ui_write()
H A Dterm.c2649 if (out_pos >= OUT_SIZE || p_wd) in out_char()
2686 if (p_wd) in out_str_nf()
2756 if (p_wd) in out_str_cf()
2791 if (p_wd) in out_str()
H A Doption.h1099 EXTERN long p_wd; // 'writedelay' variable
H A Dos_unix.c354 if (p_wd) // Unix is too fast, slow down a bit more in mch_write()
355 RealWaitForChar(read_cmd_fd, p_wd, NULL, NULL); in mch_write()
H A Dos_win32.c6473 if (p_wd) in mch_write()
6475 WaitForChar(p_wd, FALSE); in mch_write()
H A Doptiondefs.h2963 (char_u *)&p_wd, PV_NONE,