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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvaddnwstr.c40 mvaddnwstr(int y, int x, wchar_t *ws, int n) function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c64 #undef mvaddnwstr macro
67 mvaddnwstr(y, x, wcs, n) function
75 __m_trace("mvaddnwstr(%d, %d, %p, %d)", y, x, wcs, n);
81 return __m_return_code("mvaddnwstr", code);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c61 #undef mvaddnwstr macro
64 mvaddnwstr(int y, int x, const wchar_t *wcs, int n) function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h475 extern int mvaddnwstr(int, int, const wchar_t *, int);
796 #define mvaddnwstr(y, x, wcs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h415 extern int mvaddnwstr(int, int, const wchar_t *, int);
868 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n)) macro
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile194 mvaddnwstr.3xcurses \
443 mvaddnwstr.3xcurses := LINKSRC = addnwstr.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile291 mvaddnwstr.3curses \
626 mvaddnwstr.3curses := LINKSRC = curs_addwstr.3curses

Completed in 90 milliseconds