Searched defs:mvinwstr (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _mvinwstr.c | 40 mvinwstr(int y, int x, wchar_t *ws) in mvinwstr() function
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 115 (mvinwstr)(y, x, wcs) variable
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 104 mvinwstr(int y, int x, wchar_t *wcs) in mvinwstr() function
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 1028 #define mvinwstr(y, x, wcs) \ macro
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 1022 #define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs)) macro
|