Searched refs:mvwinch (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/games/hunt/hunt/ |
| D | display.c | 81 c = mvwinch(stdscr, y, x) & 0x7f; in display_atyx()
|
| /openbsd/src/distrib/special/more/ |
| D | curses.h | 175 #define mvinch(y, x) mvwinch(stdscr, y, x) 191 #define mvwinch(w, y, x) \ macro
|
| /openbsd/src/lib/libcurses/ |
| D | curses.h | 731 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int); /* generated */ 1328 #define mvwinch(win,y,x) (wmove((win),(y),(x)) == ERR ? NCURSES_CAST(chtype, ERR) : winch(win)) macro 1349 #define mvinch(y,x) mvwinch(stdscr,(y),(x))
|