Searched refs:inwstr (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | innwstr.c | 87 #undef inwstr 90 inwstr(wchar_t *wcs) in inwstr() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _inwstr.c | 38 inwstr(wchar_t *ws) in inwstr() function
|
H A D | mapfile-vers | 127 inwstr;
|
H A D | curses.ed | 784 extern int inwstr(wchar_t *); 874 inswstr(), inwchnstr(), inwchstr(), inwstr(), 956 #define inwstr(ws) winwstr(stdscr, ws)
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | innwstr.c | 98 (inwstr)(wcs) variable
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 156 inwstr;
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 456 extern int inwstr(wchar_t *); 1022 #define inwstr(wcs) winwstr(stdscr, wcs) macro 1027 (move(y, x) ? (wcs, ERR) : inwstr(wcs))
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 672 extern int inwstr(wchar_t *); 1018 #define inwstr(wcs) winwstr(stdscr,wcs) macro 1020 #define mvinwstr(y,x,wcs) (move(y,x)?ERR:inwstr(wcs))
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 158 inwstr;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 180 inwstr.3xcurses \ 632 inwstr.3xcurses := LINKSRC = innwstr.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 249 inwstr.3curses \ 817 inwstr.3curses := LINKSRC = curs_inwstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 141 link path=usr/share/man/man3xcurses/inwstr.3xcurses target=innwstr.3xcurses
|
H A D | system-library.man3curses.inc | 247 link path=usr/share/man/man3curses/inwstr.3curses target=curs_inwstr.3curses
|