Home
last modified time | relevance | path

Searched refs:mvwinch (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/games/hunt/hunt/
Ddisplay.c81 c = mvwinch(stdscr, y, x) & 0x7f; in display_atyx()
/openbsd/src/distrib/special/more/
Dcurses.h175 #define mvinch(y, x) mvwinch(stdscr, y, x)
191 #define mvwinch(w, y, x) \ macro
/openbsd/src/lib/libcurses/
Dcurses.h731 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))