Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A D_mvinwstr.c40 mvinwstr(int y, int x, wchar_t *ws) in mvinwstr() function
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dinnwstr.c115 (mvinwstr)(y, x, wcs) variable
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dinnwstr.c104 mvinwstr(int y, int x, wchar_t *wcs) in mvinwstr() function
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h1028 #define mvinwstr(y, x, wcs) \ macro
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h1022 #define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs)) macro