Searched refs:winwchstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A D_inwchstr.c42 return (winwchstr(stdscr, str));
H A D_winwchstr.c40 winwchstr(WINDOW *win, chtype *str) function
H A D_mvwinwchstr.c42 return ((wmove(win, y, x) == ERR ? ERR : winwchstr(win, str)));
H A Dllib-lcurses579 int winwchstr(WINDOW *win, chtype *str);
/illumos-gate/usr/src/man/man3curses/
H A DMakefile563 winwchstr.3curses \
814 winwchstr.3curses := LINKSRC = curs_inwchstr.3curses

Completed in 61 milliseconds