Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libcurses/screen/
H A D_mvaddnwstr.c40 mvaddnwstr(int y, int x, wchar_t *ws, int n) in mvaddnwstr() function
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Daddnws.c64 mvaddnwstr(int y, int x, const wchar_t *wcs, int n) in mvaddnwstr() function
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnws.c67 mvaddnwstr(y, x, wcs, n) in mvaddnwstr() function
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h796 #define mvaddnwstr(y, x, wcs, n) \ macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h868 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n)) macro