Searched refs:p_wd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dos_msdos.c856 if (p_wd) /* testing: wait a bit for each char */
857 WaitForChar(p_wd);
H A Doption.h893 EXTERN long p_wd; /* 'writedelay' */ variable
H A Dui.c30 if (p_wd)
31 gui_wait_for_chars(p_wd);
H A Dterm.c2588 if (out_pos >= OUT_SIZE || p_wd)
2595 * out_char_nf(c): like out_char(), but don't flush when p_wd is set
2633 if (p_wd)
2669 if (p_wd)
H A Dos_unix.c348 if (p_wd) /* Unix is too fast, slow down a bit more */
349 RealWaitForChar(read_cmd_fd, p_wd, NULL);
H A Dos_win32.c3929 if (p_wd)
3931 WaitForChar(p_wd);
H A Doption.c2851 (char_u *)&p_wd, PV_NONE,

Completed in 131 milliseconds