Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dchannel.pro14 void channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err);
/dports/editors/vim/vim-8.2.3745/src/
H A Dchannel.c81 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()
3556 sock_T fd; in channel_read()
3625 sock_T fd = channel->ch_part[part].ch_fd; in channel_read_block()
3729 sock_T fd; in channel_read_json_block()
3949 sock_T fd; in channel_handle_events()
[all …]
H A Dterminal.c6723 (sock_T)i_ours, in conpty_term_and_job_init()
6724 (sock_T)o_ours, in conpty_term_and_job_init()
6725 (sock_T)o_ours); in conpty_term_and_job_init()
7051 (sock_T)CreateFileW( in winpty_term_and_job_init()
7055 (sock_T)CreateFileW( in winpty_term_and_job_init()
7059 (sock_T)CreateFileW( in winpty_term_and_job_init()
7267 (sock_T)hPipeIn, in create_pty_only()
7268 (sock_T)hPipeOut, in create_pty_only()
7269 (sock_T)hPipeOut); in create_pty_only()
H A Dvim.h1865 typedef __int64 sock_T; typedef
1867 typedef int sock_T; typedef
H A Dos_win32.c5418 ? INVALID_FD : (sock_T)ifd[1], in mch_job_start()
5420 ? INVALID_FD : (sock_T)ofd[0], in mch_job_start()
5422 ? INVALID_FD : (sock_T)efd[0]); in mch_job_start()
H A Dstructs.h2215 sock_T ch_fd; // socket/stdin/stdout/stderr, -1 if not used