Home
last modified time | relevance | path

Searched refs:channel_poll_setup (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dchannel.pro35 int channel_poll_setup(int nfd_in, void *fds_in, int *towait);
/vim-8.2.3635/src/
H A Dchannel.c4378 channel_poll_setup(int nfd_in, void *fds_in, int *towait) in channel_poll_setup() function
H A Dos_unix.c6251 nfd = channel_poll_setup(nfd, &fds, &towait); in RealWaitForChar()