Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4361 if (*pty_slave_fd < 0) in open_pty()
4642 int pty_slave_fd = -1; in mch_call_shell_fork() local
4722 close(pty_slave_fd); in mch_call_shell_fork()
4807 if (pty_slave_fd >= 0) in mch_call_shell_fork()
5391 close(pty_slave_fd); in mch_call_shell_fork()
5480 int pty_slave_fd = -1; in mch_job_start() local
5659 if (pty_slave_fd >= 0) in mch_job_start()
5810 if (pty_slave_fd >= 0) in mch_job_start()
5811 close(pty_slave_fd); in mch_job_start()
5990 int pty_slave_fd = -1; in mch_create_pty_channel() local
[all …]