Searched refs:mvwgetch (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libcurses/ |
H A D | curses.h | 488 #define mvgetch(y, x) mvwgetch(stdscr, y, x) 511 #define mvwgetch(w, y, x) \ macro 611 int mvwgetch(WINDOW *, int, int);
|
H A D | getch.c | 691 return mvwgetch(stdscr, y, x); in mvgetch() 700 mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
|
H A D | Makefile | 131 curses_input.3 mvwgetch.3 \
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 2608 mvwgetch
|
/netbsd-src/tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 1085 report_int(mvwgetch(win, y, x)); in cmd_mvwgetch()
|