Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4912 int toshell_fd; in mch_call_shell_fork() local
4931 toshell_fd = fd_toshell[1]; in mch_call_shell_fork()
5005 close(toshell_fd); in mch_call_shell_fork()
5006 toshell_fd = -1; in mch_call_shell_fork()
5019 close(toshell_fd); in mch_call_shell_fork()
5020 toshell_fd = -1; in mch_call_shell_fork()
5087 close(toshell_fd); in mch_call_shell_fork()
5088 toshell_fd = -1; in mch_call_shell_fork()
5129 else if (toshell_fd >= 0) in mch_call_shell_fork()
5316 if (toshell_fd >= 0) in mch_call_shell_fork()
[all …]