Searched refs:wgetwstr (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _getwstr.c | 40 return (wgetwstr(stdscr, ws)); in getwstr()
|
H A D | _mvwgetwstr.c | 40 return ((wmove(win, y, x) == ERR ? ERR : wgetwstr(win, ws))); in mvwgetwstr()
|
H A D | vwscanw.c | 67 if (wgetwstr(win, code) == ERR) in vwscanw()
|
H A D | wgetwstr.c | 40 wgetwstr(WINDOW *win, wchar_t *str) in wgetwstr() function
|
H A D | mapfile-vers | 332 wgetwstr;
|
H A D | curses.ed | 478 extern int wgetwstr(WINDOW *, wchar_t *); 567 wgetwstr(), winnwstr(), winsnwstr(), winswch(), 948 #define getwstr(ws) wgetwstr(stdscr, ws) 1160 (wmove(win, y, x) == ERR ? ERR : wgetwstr(win, ws))
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 106 waddwch.o waddwchnstr.o wechowchar.o wgetwstr.o \
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 545 wgetwstr.3curses \ 719 wgetwstr.3curses := LINKSRC = curs_getwstr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 687 link path=usr/share/man/man3curses/wgetwstr.3curses target=curs_getwstr.3curses
|