Home
last modified time | relevance | path

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

/trueos/contrib/ncurses/ncurses/tty/
HDlib_twait.c209 fds[count].fd = sp->_ifd; in _nc_timed_wait()
317 FD_SET(sp->_ifd, &set); in _nc_timed_wait()
318 count = sp->_ifd + 1; in _nc_timed_wait()
438 && FD_ISSET(sp->_ifd, &set)) in _nc_timed_wait()
HDtty_input.h45 int _ifd; /* input file ptr for screen */ member
/trueos/contrib/ncurses/ncurses/base/
HDlib_newterm.c179 SP->_ifd = fileno(ifp); in newterm()
HDlib_getch.c209 n = read(sp->_ifd, &c2, 1); in fifo_push()
228 TR(TRACE_IEVENT, ("read(%d,&ch,1)=%d, errno=%d", sp->_ifd, n, errno)); in fifo_push()
HDlib_mouse.c564 if (isatty(sp->_ifd)) in initialize_mousetype()
565 the_device = ttyname(sp->_ifd); in initialize_mousetype()
821 res = read(M_FD(sp) >= 0 ? M_FD(sp) : sp->_ifd, &kbuf, 3); in _nc_mouse_inline()
823 res = read(sp->_ifd, kbuf + grabbed, 3 - grabbed); in _nc_mouse_inline()
/trueos/contrib/ncurses/ncurses/tinfo/
HDlib_raw.c64 #define _nc_setmode(mode) setmode(SP->_ifd, mode)
/trueos/contrib/ncurses/ncurses/
HDcurses.priv.h701 int _ifd; /* input file ptr for screen */ member