Searched defs:mvwaddnwstr (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _mvwaddnwstr.c | 40 mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnws.c | 84 #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 D | addnws.c | 74 #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 D | curses.h | 517 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 D | curses.h | 419 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 D | Makefile | 232 mvwaddnwstr.3xcurses \ 445 mvwaddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 327 mvwaddnwstr.3curses \ 628 mvwaddnwstr.3curses := LINKSRC = curs_addwstr.3curses
|
Completed in 3442 milliseconds