Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c800 fd_set rfds; in channel_connect() local
808 FD_ZERO(&rfds); in channel_connect()
809 FD_SET(sd, &rfds); in channel_connect()
3431 fd_set rfds; in channel_wait() local
3440 FD_ZERO(&rfds); in channel_wait()
3441 FD_SET((int)fd, &rfds); in channel_wait()
3457 if (FD_ISSET(fd, &rfds)) in channel_wait()
4479 fd_set *rfds = rfds_in; in channel_select_setup() local
4506 FD_SET((int)fd, rfds); in channel_select_setup()
4527 fd_set *rfds = rfds_in; in channel_select_check() local
[all …]
H A Dos_unix.c6312 static fd_set rfds, wfds, efds; in RealWaitForChar() local
6338 FD_ZERO(&rfds); in RealWaitForChar()
6341 FD_SET(fd, &rfds); in RealWaitForChar()
6352 FD_SET(ConnectionNumber(xterm_dpy), &rfds); in RealWaitForChar()
6364 FD_SET(gpm_fd, &rfds); in RealWaitForChar()
6373 FD_SET(xsmp_icefd, &rfds); in RealWaitForChar()
6385 ret = select(maxfd + 1, SELECT_TYPE_ARG234 &rfds, in RealWaitForChar()
6387 result = ret > 0 && FD_ISSET(fd, &rfds); in RealWaitForChar()
6411 FD_ZERO(&rfds); in RealWaitForChar()
6441 else if (FD_ISSET(gpm_fd, &rfds)) in RealWaitForChar()
[all …]