Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/
H A Dcurses.h1792 extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDE…
1892 #define mvaddnwstr(y,x,wstr,n) mvwaddnwstr(stdscr,(y),(x),(wstr),(n))
1911 #define mvwaddnwstr(win,y,x,wstr,n) (wmove(win,(y),(x)) == ERR ? ERR : waddnwstr((win),(wstr),(n))) macro