Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Daddnstr.c117 mvaddnstr(int y, int x, const char *str, int count) in mvaddnstr() function
H A Dcurses.h485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro