Searched refs:ins_nwstr (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | ins_nws.c | 49 #undef ins_nwstr 52 ins_nwstr(const wchar_t *wcs, int n) in ins_nwstr() function
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 86 ins_nwstr.3xcurses \ 640 ins_wstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 641 mvins_nwstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 642 mvins_wstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 643 mvwins_nwstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 644 mvwins_wstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 645 wins_nwstr.3xcurses := LINKSRC = ins_nwstr.3xcurses 646 wins_wstr.3xcurses := LINKSRC = ins_nwstr.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | ins_nws.c | 47 (ins_nwstr)(wcs, n) variable
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 82 file path=usr/share/man/man3xcurses/ins_nwstr.3xcurses 189 target=ins_nwstr.3xcurses 244 target=ins_nwstr.3xcurses 247 target=ins_nwstr.3xcurses 303 target=ins_nwstr.3xcurses 307 target=ins_nwstr.3xcurses 492 target=ins_nwstr.3xcurses 495 target=ins_nwstr.3xcurses
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 147 ins_nwstr;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 149 ins_nwstr;
|
/titanic_50/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))
|
/titanic_50/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))
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 433 int ins_nwstr(const wchar_t *, int);
|
H A D | llib-lxcurses | 433 int ins_nwstr(const wchar_t *, int);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 433 int ins_nwstr(const wchar_t *, int);
|
H A D | llib-lxcurses | 433 int ins_nwstr(const wchar_t *, int);
|