Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/
H A Dcurses.h1774 extern NCURSES_EXPORT(int) mvaddnwstr (int, int, const wchar_t *, int); /* generated:WIDEC */
1892 #define mvaddnwstr(y,x,wstr,n) mvwaddnwstr(stdscr,(y),(x),(wstr),(n)) macro