Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dos_unix.c6190 int xsmp_idx = -1; in RealWaitForChar() local
6228 xsmp_idx = nfd; in RealWaitForChar()
6266 if (xsmp_idx >= 0 && (fds[xsmp_idx].revents & (POLLIN | POLLHUP))) in RealWaitForChar()
6268 if (fds[xsmp_idx].revents & POLLIN) in RealWaitForChar()
6274 else if (fds[xsmp_idx].revents & POLLHUP) in RealWaitForChar()