Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c246 SP_PARM->_checkfd = fd; in typeahead()
/src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c389 if (SP_PARM->_checkfd >= 0) { in check_pending()
392 fds[0].fd = SP_PARM->_checkfd; in check_pending()
420 FD_SET(SP_PARM->_checkfd, &fdset); in check_pending()
421 if (select(SP_PARM->_checkfd + 1, &fdset, NULL, NULL, &ktimeout) != 0) { in check_pending()
/src/contrib/ncurses/ncurses/
H A Dcurses.priv.h1041 int _checkfd; /* filedesc for typeahead check */ member
/src/contrib/ncurses/
H A DNEWS10498 + removed redundant assignment to SP->_checkfd from newterm().