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