Home
last modified time | relevance | path

Searched refs:winswstr (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_inswstr.c40 return (winswstr(stdscr, ws)); in inswstr()
H A D_winswstr.c38 winswstr(WINDOW *win, wchar_t *ws) in winswstr() function
H A D_mvwinswstr.c40 return ((wmove(win, y, x) == ERR ? ERR : winswstr(win, ws))); in mvwinswstr()
H A Dcurses.ed817 extern int winswstr(WINDOW *, wchar_t *);
883 winswstr(), winwchstr();
952 #define inswstr(ws) winswstr(stdscr, ws)
1168 (wmove(win, y, x) == ERR ? ERR : winswstr(win, ws))
1181 #define winswstr(win, ws) winsnwstr(win, ws, -1)
H A Dmapfile-vers347 winswstr;
/illumos-gate/usr/src/man/man3curses/
H A DMakefile560 winswstr.3curses \
800 winswstr.3curses := LINKSRC = curs_inswstr.3curses
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3curses.inc704 link path=usr/share/man/man3curses/winswstr.3curses target=curs_inswstr.3curses