Home
last modified time | relevance | path

Searched defs:mvwaddnstr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libcurses/
H A Daddnstr.c131 mvwaddnstr(WINDOW *win, int y, int x, const char *str, int count) in mvwaddnstr() function
H A Dcurses.h505 #define mvwaddnstr(w, y, x, s, n) \ macro