Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDlib_options.c241 SP_PARM->_checkfd = fd; in NCURSES_SP_NAME()
/NextBSD/contrib/ncurses/ncurses/tty/
HDtty_update.c336 if (SP_PARM->_checkfd >= 0) { in check_pending()
339 fds[0].fd = SP_PARM->_checkfd; in check_pending()
367 FD_SET(SP_PARM->_checkfd, &fdset); in check_pending()
368 if (select(SP_PARM->_checkfd + 1, &fdset, NULL, NULL, &ktimeout) != 0) { in check_pending()
/NextBSD/contrib/ncurses/ncurses/
HDcurses.priv.h988 int _checkfd; /* filedesc for typeahead check */ member
/NextBSD/contrib/ncurses/
HDNEWS5548 + removed redundant assignment to SP->_checkfd from newterm().