Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libcurses/screen/
H A D_mvinnwstr.c40 mvinnwstr(int y, int x, wchar_t *ws, int n) in mvinnwstr() function
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c63 (mvinnwstr)(y, x, wcs, n) variable
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c66 mvinnwstr(int y, int x, wchar_t *wcs, int n) in mvinnwstr() function
/titanic_52/usr/src/lib/libxcurses2/h/
H A Dcurses.h1025 #define mvinnwstr(y, x, wcs, n) \ macro
/titanic_52/usr/src/lib/libxcurses/h/
H A Dcurses.h1021 #define mvinnwstr(y,x,wcs,n) (move(y,x)?ERR:innwstr(wcs,n)) macro