Searched refs:tgetch (Results 1 – 10 of 10) sorted by relevance
54 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()63 if ((c = (int)tgetch(cntl)) == ERR) in tgetwch()
53 (void) tgetch(0); in ungetwch()
92 inp = (int)tgetch((int)(win->_use_keypad ? 1 + win->_notimeout : 0)); in wgetch()
104 if ((tgetch(1) == KEY_MOUSE) && MOUSE_POS_REPORT) in request_mouse_pos()
298 extern chtype tgetch(int);
61 tgetch(int interpret) in tgetch() function
552 tgetch;
1019 /* tgetch.c */1020 int tgetch(int interpret);
1391 /* they are interdependent (used by _map_button() in tgetch() */
87 termcap.o termerr.o termname.o tgetch.o tgoto.o \