Home
last modified time | relevance | path

Searched refs:tgetch (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetwch.c52 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
61 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
H A Dungetwch.c51 (void) tgetch(0); in ungetwch()
H A Dwgetch.c90 inp = (int)tgetch((int)(win->_use_keypad ? 1 + win->_notimeout : 0)); in wgetch()
H A Dmouse.c102 if ((tgetch(1) == KEY_MOUSE) && MOUSE_POS_REPORT) in request_mouse_pos()
H A Dcurshdr.h296 extern chtype tgetch(int);
H A Dtgetch.c64 tgetch(int interpret) in tgetch() function
H A Dmapfile-vers798 tgetch;
H A Dcurses.ed1391 /* they are interdependent (used by _map_button() in tgetch() */
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com88 termcap.o termerr.o termname.o tgetch.o tgoto.o \