Searched defs:addnwstr (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _addnwstr.c | 40 addnwstr(wchar_t *ws, int n) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | addnws.c | 46 #undef addnwstr macro 49 addnwstr(wcs, n) function 56 __m_trace("addnwstr(%p, %d)", wcs, n); 61 return __m_return_code("addnwstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | addnws.c | 49 #undef addnwstr macro 52 addnwstr(const wchar_t *wcs, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 356 extern int addnwstr(const wchar_t *, int); 794 #define addnwstr(wcs, n) waddnwstr(stdscr, wcs, n) macro 797 (move(y, x) ? (wcs, n, ERR) : addnwstr(wcs, n))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 411 extern int addnwstr(const wchar_t *, int); 866 #define addnwstr(wcs,n) waddnwstr(stdscr,wcs,n) macro 868 #define mvaddnwstr(y,x,wcs,n) (move(y,x)?ERR:addnwstr(wcs,n))
|
Completed in 93 milliseconds