Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c4391 if (wpid > 0) in may_send_sigint()
4392 kill(wpid, SIGINT); in may_send_sigint()
4628 pid_t wpid = 0; in mch_call_shell_fork() local
4960 if ((wpid = fork()) == -1) in mch_call_shell_fork()
4964 else if (wpid == 0) // child in mch_call_shell_fork()
5082 may_send_sigint(ta_buf[ta_len], pid, wpid); in mch_call_shell_fork()
5150 if (wpid > 0) in mch_call_shell_fork()
5151 kill(wpid, SIGINT); in mch_call_shell_fork()
5396 if (wpid > 0) in mch_call_shell_fork()
5398 kill(wpid, SIGKILL); in mch_call_shell_fork()
[all …]