Home
last modified time | relevance | path

Searched refs:mvwgetch (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dcurses.h488 #define mvgetch(y, x) mvwgetch(stdscr, y, x)
511 #define mvwgetch(w, y, x) \ macro
611 int mvwgetch(WINDOW *, int, int);
H A Dgetch.c691 return mvwgetch(stdscr, y, x); in mvgetch()
700 mvwgetch(WINDOW *win, int y, int x) in mvwgetch() function
H A DMakefile131 curses_input.3 mvwgetch.3 \
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt2608 mvwgetch
/netbsd-src/tests/lib/libcurses/slave/
H A Dcurses_commands.c1085 report_int(mvwgetch(win, y, x)); in cmd_mvwgetch()