Searched refs:_ifd (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/ncurses/ncurses/tty/ |
| HD | lib_twait.c | 209 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()
|
| HD | tty_input.h | 45 int _ifd; /* input file ptr for screen */ member
|
| /trueos/contrib/ncurses/ncurses/base/ |
| HD | lib_newterm.c | 179 SP->_ifd = fileno(ifp); in newterm()
|
| HD | lib_getch.c | 209 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()
|
| HD | lib_mouse.c | 564 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/ |
| HD | lib_raw.c | 64 #define _nc_setmode(mode) setmode(SP->_ifd, mode)
|
| /trueos/contrib/ncurses/ncurses/ |
| HD | curses.priv.h | 701 int _ifd; /* input file ptr for screen */ member
|