Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvwaddnwstr.c38 mvwaddnwstr(WINDOW *win, int y, int x, wchar_t *ws, int n) in mvwaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c75 mvwaddnwstr(WINDOW *w, int y, int x, const wchar_t *wcs, int n) in mvwaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c85 mvwaddnwstr(w, y, x, wcs, n) in mvwaddnwstr() function
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h800 #define mvwaddnwstr(w, y, x, wcs, n) \ macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h868 #define mvwaddnwstr(w,y,x,wcs,n) (wmove(w,y,x)?ERR:waddnwstr(w,wcs,n)) macro