Searched refs:_checkfd (Results 1 – 4 of 4) sorted by relevance
207 SP->_checkfd = fd; in typeahead()
293 if (SP->_checkfd >= 0) { in check_pending()296 fds[0].fd = SP->_checkfd; in check_pending()324 FD_SET(SP->_checkfd, &fdset); in check_pending()325 if (select(SP->_checkfd + 1, &fdset, NULL, NULL, &ktimeout) != 0) { in check_pending()
383 int _checkfd; /* filedesc for typeahead check */ member
1687 + removed redundant assignment to SP->_checkfd from newterm().