Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c609 channel->ch_part[part].ch_fd, in channel_gui_register_one()
1601 fds.fd = in_part->ch_fd; in can_write_buf_line()
3327 if (in_part->ch_fd != INVALID_FD in channel_fill_wfds()
3333 maxfd = (int)in_part->ch_fd + 1; in channel_fill_wfds()
3352 if (in_part->ch_fd != INVALID_FD in channel_fill_poll_write()
3357 fds[nfd].fd = in_part->ch_fd; in channel_fill_poll_write()
3521 if (channel->ch_part[part].ch_fd == channel->ch_part[other].ch_fd) in ch_close_part_on_error()
3784 fd = chanpart->ch_fd; in channel_read_json_block()
4009 int fd = ch_part->ch_fd; in channel_set_nonblock()
4042 fd = ch_part->ch_fd; in channel_send()
[all …]
H A Dstructs.h2191 #define CH_PART_FD(part) ch_part[part].ch_fd
2213 sock_T ch_fd; // socket/stdin/stdout/stderr, -1 if not used member
H A Dterminal.c1120 int fd = term->tl_job->jv_channel->ch_part[parts[i]].ch_fd; in get_tty_part()
2538 ->ch_part[get_tty_part(curbuf->b_term)].ch_fd; in terminal_loop()
7382 fd = term->tl_job->jv_channel->ch_part[part].ch_fd; in term_report_winsize()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt7559 Solution: Change nbsock to ch_fd.