Searched refs:efds (Results 1 – 1 of 1) sorted by relevance
6312 static fd_set rfds, wfds, efds; in RealWaitForChar() local6340 FD_ZERO(&efds); in RealWaitForChar()6344 FD_SET(fd, &efds); in RealWaitForChar()6365 FD_SET(gpm_fd, &efds); in RealWaitForChar()6374 FD_SET(xsmp_icefd, &efds); in RealWaitForChar()6386 SELECT_TYPE_ARG234 &wfds, SELECT_TYPE_ARG234 &efds, tvp); in RealWaitForChar()6412 FD_ZERO(&efds); in RealWaitForChar()6439 if (FD_ISSET(gpm_fd, &efds)) in RealWaitForChar()6448 if (FD_ISSET(xsmp_icefd, &efds)) in RealWaitForChar()