Searched defs:mvaddnstr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libcurses/ |
H A D | addnstr.c | 117 mvaddnstr(int y, int x, const char *str, int count) in mvaddnstr() function
|
H A D | curses.h | 485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro
|