Searched defs:mvinwstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvinwstr.c | 40 mvinwstr(int y, int x, wchar_t *ws) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 115 (mvinwstr)(y, x, wcs) function 122 __m_trace("mvinwstr(%d, %d, %p)", y, x, wcs); 128 return __m_return_code("mvinwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 101 #undef mvinwstr macro 104 mvinwstr(int y, int x, wchar_t *wcs) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 508 extern int mvinwstr(int, int, wchar_t *); 1028 #define mvinwstr(y, x, wcs) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 678 extern int mvinwstr(int, int, wchar_t *); 1022 #define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs)) macro
|
Completed in 25 milliseconds