Searched refs:mch_delay (Results 1 – 13 of 13) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_amiga.pro | 8 void mch_delay(long msec, int flags);
|
| H A D | os_win32.pro | 56 void mch_delay(long msec, int flags);
|
| H A D | os_unix.pro | 8 void mch_delay(long msec, int flags);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 237 1 F f mch_delay os_amiga.c 238 mch_delay(msec, ignoreinput) 239 > 2 F f mch_delay os_msdos.c 240 mch_delay(msec, ignoreinput) 241 3 F f mch_delay os_unix.c 242 mch_delay(msec, ignoreinput)
|
| H A D | version5.txt | 4588 Unix: Use usleep() or nanosleep() for mch_delay() when available. Hopefully
|
| H A D | version7.txt | 6272 Solution: When going to cooked mode in mch_delay() set a flag to ignore
|
| /vim-8.2.3635/src/ |
| H A D | ui.c | 550 mch_delay(msec, ignoreinput ? MCH_DELAY_IGNOREINPUT : 0); in ui_delay()
|
| H A D | if_cscope.c | 2197 mch_delay(50L, 0); // sleep 50 ms in cs_release_csp() 2232 mch_delay(50L, 0); // sleep 50 ms in cs_release_csp()
|
| H A D | os_unix.c | 585 mch_delay(long msec, int flags) in mch_delay() function 1314 mch_delay(wait_time, 0); in mch_suspend() 4231 mch_delay(delay_msec, MCH_DELAY_IGNOREINPUT | MCH_DELAY_SETTMODE); in wait4pid() 5364 mch_delay(delay_msec, in mch_call_shell_fork() 6790 mch_delay(10L, MCH_DELAY_IGNOREINPUT); in mch_expand_wildcards()
|
| H A D | os_amiga.c | 231 mch_delay(long msec, int flags) in mch_delay() function
|
| H A D | term.c | 3687 mch_delay(100L, 0); in stoptermcap()
|
| H A D | channel.c | 899 mch_delay((long)waitnow, MCH_DELAY_IGNOREINPUT); in channel_connect()
|
| H A D | os_win32.c | 6780 mch_delay( in mch_delay() function
|