Searched refs:winwstr (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c36 ** The routines winnwstr() and winwstr().
88 * X/Open says winwstr() returns OK if not ERR. If that is not a blunder, it
93 winwstr(WINDOW *win, wchar_t *wstr) function
96 T((T_CALLED("winwstr(%p,%p)"), win, wstr));
/freebsd-10.1-release/contrib/ncurses/include/
H A Dcurses.wide164 extern NCURSES_EXPORT(int) winwstr (WINDOW *, wchar_t *); /* implemented */
195 #define inwstr(c) winwstr(stdscr,c)
242 #define mvwinwstr(win,y,x,c) (wmove(win,y,x) == ERR ? ERR : winwstr(win,c))
/freebsd-10.1-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw2703 #undef winwstr
2704 int winwstr(
/freebsd-10.1-release/lib/ncurses/ncurses/
H A DMakefile972 curs_inwstr.3 winwstr.3 \

Completed in 123 milliseconds