Searched defs:mvaddchnstr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libcurses/ |
H A D | addchnstr.c | 101 mvaddchnstr(int y, int x, const chtype *chstr, int n) in mvaddchnstr() function
|
H A D | curses.h | 483 #define mvaddchnstr(y, x, s, n) mvwaddchnstr(stdscr, y, x, s, n) macro
|