Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c3345 int nfd = nfd_in; in channel_fill_poll_write() local
3358 fds[nfd].events = POLLOUT; in channel_fill_poll_write()
3359 ++nfd; in channel_fill_poll_write()
3364 return nfd; in channel_fill_poll_write()
3468 int nfd = 1; in channel_wait()
3472 nfd = channel_fill_poll_write(nfd, fds); in channel_wait()
4380 int nfd = nfd_in; in channel_poll_setup() local
4405 fds[nfd].events = POLLIN; in channel_poll_setup()
4406 nfd++; in channel_poll_setup()
4414 nfd = channel_fill_poll_write(nfd, fds); in channel_poll_setup()
[all …]
H A Dos_unix.c6198 int nfd; in RealWaitForChar() local
6220 nfd = 1; in RealWaitForChar()
6226 xterm_idx = nfd; in RealWaitForChar()
6228 fds[nfd].events = POLLIN; in RealWaitForChar()
6229 nfd++; in RealWaitForChar()
6235 gpm_idx = nfd; in RealWaitForChar()
6236 fds[nfd].fd = gpm_fd; in RealWaitForChar()
6238 nfd++; in RealWaitForChar()
6244 xsmp_idx = nfd; in RealWaitForChar()
6247 nfd++; in RealWaitForChar()
[all …]