Home
last modified time | relevance | path

Searched refs:noread_cnt (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unix.c4915 int noread_cnt; in mch_call_shell_fork() local
5027 noread_cnt = 0; in mch_call_shell_fork()
5057 && (ta_len > 0 || noread_cnt > 4)) in mch_call_shell_fork()
5063 noread_cnt = 0; in mch_call_shell_fork()
5164 ++noread_cnt; in mch_call_shell_fork()
5173 noread_cnt = 0; in mch_call_shell_fork()
5252 noread_cnt = 5; in mch_call_shell_fork()
5264 if (noread_cnt < 5) in mch_call_shell_fork()
H A Dos_win32.c4368 int noread_cnt = 0; in mch_system_piped() local
4476 && (ta_len > 0 || noread_cnt > 4)) in mch_system_piped()
4482 noread_cnt = 0; in mch_system_piped()
4565 ++noread_cnt; in mch_system_piped()