Home
last modified time | relevance | path

Searched refs:mvaddchnstr (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcurses/
H A Dcurses.h694 extern NCURSES_EXPORT(int) mvaddchnstr (int, int, const chtype *, int); /* generated */
1339 #define mvaddchnstr(y,x,str,n) mvwaddchnstr(stdscr,(y),(x),(str),(n)) macro