Searched refs:ins_nwstr (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | ins_nws.c | 47 #undef ins_nwstr 50 ins_nwstr(const wchar_t *wcs, int n) in ins_nwstr() function
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | ins_nws.c | 45 (ins_nwstr)(wcs, n) variable
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 131 file path=usr/share/man/man3xcurses/ins_nwstr.3xcurses 133 link path=usr/share/man/man3xcurses/ins_wstr.3xcurses target=ins_nwstr.3xcurses 195 target=ins_nwstr.3xcurses 198 target=ins_nwstr.3xcurses 250 target=ins_nwstr.3xcurses 253 target=ins_nwstr.3xcurses 451 target=ins_nwstr.3xcurses 453 link path=usr/share/man/man3xcurses/wins_wstr.3xcurses target=ins_nwstr.3xcurses
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 147 ins_nwstr;
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 447 extern int ins_nwstr(const wchar_t *, int); 1058 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) macro 1061 (move(y, x) ? (wcs, n, ERR) : ins_nwstr(wcs, n))
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 697 extern int ins_nwstr(const wchar_t *, int); 1041 #define ins_nwstr(wcs, n) wins_nwstr(stdscr, wcs, n) macro 1043 #define mvins_nwstr(y, x, wcs, n) (move(y, x)?ERR:ins_nwstr(wcs, n))
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 149 ins_nwstr;
|