Searched defs:mvinnwstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvinnwstr.c | 40 mvinnwstr(int y, int x, wchar_t *ws, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 63 (mvinnwstr)(y, x, wcs, n) function 71 __m_trace("mvinnwstr(%d, %d, %p, %d)", y, x, wcs, n); 77 return __m_return_code("mvinnwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 63 #undef mvinnwstr macro 66 mvinnwstr(int y, int x, wchar_t *wcs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 497 extern int mvinnwstr(int, int, wchar_t *, int); 1025 #define mvinnwstr(y, x, wcs, n) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 677 extern int mvinnwstr(int, int, wchar_t *, int); 1021 #define mvinnwstr(y,x,wcs,n) (move(y,x)?ERR:innwstr(wcs,n)) macro
|
Completed in 51 milliseconds