Searched defs:ins_nwstr (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | ins_nws.c | 47 (ins_nwstr)(wcs, n) function 54 __m_trace("ins_nwstr(%p, %d)", wcs, n); 59 return __m_return_code("ins_nwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | ins_nws.c | 49 #undef ins_nwstr macro 52 ins_nwstr(const wchar_t *wcs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 449 extern int ins_nwstr(const wchar_t *, int); 1060 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) macro 1063 (move(y, x) ? (wcs, n, ERR) : ins_nwstr(wcs, n))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 699 extern int ins_nwstr(const wchar_t *, int); 1043 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) macro 1045 #define mvins_nwstr(y, x, wcs, n) (move(y, x)?ERR:ins_nwstr(wcs, n))
|
Completed in 37 milliseconds