Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c801 fd_set wfds; in channel_connect() local
810 FD_ZERO(&wfds); in channel_connect()
811 FD_SET(sd, &wfds); in channel_connect()
835 if (FD_ISSET(sd, &wfds)) in channel_connect()
1573 fd_set wfds; in can_write_buf_line() local
1576 FD_ZERO(&wfds); in can_write_buf_line()
3432 fd_set wfds; in channel_wait() local
3446 FD_ZERO(&wfds); in channel_wait()
4480 fd_set *wfds = wfds_in; in channel_select_setup() local
4528 fd_set *wfds = wfds_in; in channel_select_check() local
[all …]
H A Dos_unix.c6312 static fd_set rfds, wfds, efds; in RealWaitForChar() local
6339 FD_ZERO(&wfds); in RealWaitForChar()
6380 maxfd = channel_select_setup(maxfd, &rfds, &wfds, &tv, &tvp); in RealWaitForChar()
6386 SELECT_TYPE_ARG234 &wfds, SELECT_TYPE_ARG234 &efds, tvp); in RealWaitForChar()
6469 ret = channel_select_check(ret, &rfds, &wfds); in RealWaitForChar()