Searched refs:wgetwstr (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | _getwstr.c | 42 return (wgetwstr(stdscr, ws)); in getwstr()
|
H A D | _mvwgetwstr.c | 42 return ((wmove(win, y, x) == ERR ? ERR : wgetwstr(win, ws))); in mvwgetwstr()
|
H A D | vwscanw.c | 69 if (wgetwstr(win, code) == ERR) in vwscanw()
|
H A D | wgetwstr.c | 42 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))
|
H A D | llib-lcurses | 1157 /* wgetwstr.c */ 1158 int wgetwstr(WINDOW *win, wchar_t *str);
|
/titanic_44/usr/src/lib/libcurses/ |
H A D | Makefile.com | 105 waddwch.o waddwchnstr.o wechowchar.o wgetwstr.o \
|
/titanic_44/usr/src/man/man3curses/ |
H A D | Makefile | 545 wgetwstr.3curses \ 719 wgetwstr.3curses := LINKSRC = curs_getwstr.3curses
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3curses.inc | 771 link path=usr/share/man/man3curses/wgetwstr.3curses \
|
/titanic_44/ |
H A D | .gitignore | 5971 usr/src/man/man3curses/wgetwstr.3curses
|