Searched refs:RealWaitForChar (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | os_vms.pro | 15 int RealWaitForChar(int fd, long msec, int *check_for_gpm, int *interrupted);
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 149 int RealWaitForChar(int, long, int *, int *interrupted); 151 static int RealWaitForChar(int, long, int *, int *interrupted); 355 RealWaitForChar(read_cmd_fd, p_wd, NULL, NULL); in mch_write() 5165 while (RealWaitForChar(fromshell_fd, 10L, NULL, NULL)) in mch_call_shell_fork() 6026 && RealWaitForChar(read_cmd_fd, 0L, NULL, NULL)) in mch_breakcheck() 6115 avail = RealWaitForChar(read_cmd_fd, msec, in WaitForCharOrMouse() 6119 avail = RealWaitForChar(read_cmd_fd, msec, NULL, interrupted); in WaitForCharOrMouse() 6142 avail = RealWaitForChar(read_cmd_fd, msec, NULL, interrupted); in WaitForCharOrMouse() 6159 RealWaitForChar(int fd, long msec, int *check_for_gpm UNUSED, int *interrupted) in RealWaitForChar() function
|
| H A D | os_vms.c | 736 RealWaitForChar( in RealWaitForChar() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_vms.txt | 794 - correct RealWaitForChar
|
| H A D | version5.txt | 5138 - call to RealWaitForChar() had one argument too many. (Campbell)
|
| H A D | version8.txt | 11634 Problem: Wrong computation of remaining wait time in RealWaitForChar() 25213 Solution: Do not wait indefinitely in RealWaitForChar(). (Neil Rieck) 29034 Problem: Running out of signal stack in RealWaitForChar. (Vladimir Marek)
|
| H A D | version6.txt | 10064 Solution: Avoid that RealWaitForChar() is used recursively.
|