Searched refs:channel_set_pipes (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | channel.pro | 14 void channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err);
|
| /vim-8.2.3635/src/ |
| H A D | terminal.c | 6700 channel_set_pipes(channel, in conpty_term_and_job_init() 7028 channel_set_pipes(channel, in winpty_term_and_job_init() 7244 channel_set_pipes(channel, in create_pty_only()
|
| H A D | os_unix.c | 5776 channel_set_pipes(channel, in_fd, out_fd, err_fd); in mch_job_start() 6012 channel_set_pipes(channel, pty_master_fd, pty_master_fd, INVALID_FD); in mch_create_pty_channel()
|
| H A D | channel.c | 1415 channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err) in channel_set_pipes() function
|
| H A D | os_win32.c | 5428 channel_set_pipes(channel, in mch_job_start()
|