Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dtgetwch.c54 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
63 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
H A Dungetwch.c53 (void) tgetch(0); in ungetwch()
H A Dwgetch.c92 inp = (int)tgetch((int)(win->_use_keypad ? 1 + win->_notimeout : 0)); in wgetch()
H A Dmouse.c104 if ((tgetch(1) == KEY_MOUSE) && MOUSE_POS_REPORT) in request_mouse_pos()
H A Dcurshdr.h298 extern chtype tgetch(int);
H A Dtgetch.c61 tgetch(int interpret) in tgetch() function
H A Dmapfile-vers552 tgetch;
H A Dllib-lcurses1019 /* tgetch.c */
1020 int tgetch(int interpret);
H A Dcurses.ed1391 /* they are interdependent (used by _map_button() in tgetch() */
/titanic_50/usr/src/lib/libcurses/
H A DMakefile.com87 termcap.o termerr.o termname.o tgetch.o tgoto.o \