Home
last modified time | relevance | path

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

/netbsd-src/lib/libcurses/
H A Daddchnstr.c90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr) in mvwaddchstr() function
H A Dcurses.h503 #define mvwaddchstr(w, y, x, s) \ macro