Searched refs:sock_T (Results 1 – 7 of 7) 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 | channel.c | 81 fd_read(sock_T fd, char *buf, size_t len) in fd_read() 92 fd_write(sock_T fd, char *buf, size_t len) in fd_write() 130 fd_close(sock_T fd) in fd_close() 522 channel_fd2channel(sock_T fd, ch_part_T *partp) in channel_fd2channel() 1083 channel->CH_SOCK_FD = (sock_T)sd; in channel_open() 1415 channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err) in channel_set_pipes() 3552 sock_T fd; in channel_read() 3621 sock_T fd = channel->ch_part[part].ch_fd; in channel_read_block() 3725 sock_T fd; in channel_read_json_block() 3945 sock_T fd; in channel_handle_events() [all …]
|
| H A D | terminal.c | 6701 (sock_T)i_ours, in conpty_term_and_job_init() 6702 (sock_T)o_ours, in conpty_term_and_job_init() 6703 (sock_T)o_ours); in conpty_term_and_job_init() 7029 (sock_T)CreateFileW( in winpty_term_and_job_init() 7033 (sock_T)CreateFileW( in winpty_term_and_job_init() 7037 (sock_T)CreateFileW( in winpty_term_and_job_init() 7245 (sock_T)hPipeIn, in create_pty_only() 7246 (sock_T)hPipeOut, in create_pty_only() 7247 (sock_T)hPipeOut); in create_pty_only()
|
| H A D | vim.h | 1862 typedef __int64 sock_T; typedef 1864 typedef int sock_T; typedef
|
| H A D | os_win32.c | 5430 ? INVALID_FD : (sock_T)ifd[1], in mch_job_start() 5432 ? INVALID_FD : (sock_T)ofd[0], in mch_job_start() 5434 ? INVALID_FD : (sock_T)efd[0]); in mch_job_start()
|
| H A D | structs.h | 2213 sock_T ch_fd; // socket/stdin/stdout/stderr, -1 if not used
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 8320 Problem: sock_T is defined too late. 8325 Problem: sock_T is not defined without the +channel feature.
|