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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_mvwaddnwstr.c40 mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) function
/osnet-11/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);
/osnet-11/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
/osnet-11/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
/osnet-11/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

Completed in 25 milliseconds