Searched defs:mvwaddnwstr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddnwstr.c40 mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c84 #undef mvwaddnwstr macro
87 mvwaddnwstr(w, y, x, wcs, n) function
96 __m_trace("mvwaddnwstr(%p, %d, %d, %p, %d)", w, y, x, wcs, n);
102 return __m_return_code("mvwaddnwstr", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c74 #undef mvwaddnwstr macro
77 mvwaddnwstr(WINDOW *w, int y, int x, const wchar_t *wcs, int n) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h517 extern int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
802 #define mvwaddnwstr(w, y, x, wcs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h419 extern int mvwaddnwstr(WINDOW *, int, int, const wchar_t *, int);
870 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile232 mvwaddnwstr.3xcurses \
445 mvwaddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile327 mvwaddnwstr.3curses \
628 mvwaddnwstr.3curses := LINKSRC = curs_addwstr.3curses

Completed in 71 milliseconds