Searched defs:mvaddch (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libcurses/
H A Daddch.c63 mvaddch(int y, int x, chtype ch) function
H A Dcurses.h482 #define mvaddch(y, x, ch) mvwaddch(stdscr, y, x, ch) macro
/netbsd-current/games/warp/
H A Dterm.h37 #define mvaddch(y,x,ch) move((y),(x),(ch)) macro

Completed in 133 milliseconds