Searched defs:mvaddnwstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _mvaddnwstr.c | 40 mvaddnwstr(int y, int x, wchar_t *ws, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnws.c | 64 #undef mvaddnwstr macro 67 mvaddnwstr(y, x, wcs, n) function 75 __m_trace("mvaddnwstr(%d, %d, %p, %d)", y, x, wcs, n); 81 return __m_return_code("mvaddnwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnws.c | 61 #undef mvaddnwstr macro 64 mvaddnwstr(int y, int x, const wchar_t *wcs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 475 extern int mvaddnwstr(int, int, const wchar_t *, int); 796 #define mvaddnwstr(y, x, wcs, n) \ macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 415 extern int mvaddnwstr(int, int, const wchar_t *, int); 868 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n)) macro
|
Completed in 33 milliseconds