Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dchannel.pro37 int channel_select_setup(int maxfd_in, void *rfds_in, void *wfds_in, struct timeval *tv, struct tim…
38 int channel_select_check(int ret_in, void *rfds_in, void *wfds_in);
/vim-8.2.3635/src/
H A Dchannel.c4472 void *rfds_in, in channel_select_setup() argument
4479 fd_set *rfds = rfds_in; in channel_select_setup()
4523 channel_select_check(int ret_in, void *rfds_in, void *wfds_in) in channel_select_check() argument
4527 fd_set *rfds = rfds_in; in channel_select_check()