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

/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c36 ** The routines winnwstr() and winwstr().
45 winnwstr(WINDOW *win, wchar_t *wstr, int n) function
53 T((T_CALLED("winnwstr(%p,%p,%d)"), win, wstr, n));
81 T(("winnwstr returns %s", _nc_viswbuf(wstr)));
90 * it does not define what happens for a negative count with winnwstr().
97 if (winnwstr(win, wstr, CCHARW_MAX * (win->_maxx - win->_curx + 1)) == ERR)
/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.wide160 extern NCURSES_EXPORT(int) winnwstr (WINDOW *, wchar_t *, int); /* implemented */
191 #define innwstr(c,n) winnwstr(stdscr,c,n)
238 #define mvwinnwstr(win,y,x,c,n) (wmove(win,y,x) == ERR ? ERR : winnwstr(win,c,n))
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw2696 #undef winnwstr
2697 int winnwstr(
/freebsd-10.0-release/lib/ncurses/ncurses/
H A DMakefile971 curs_inwstr.3 winnwstr.3 \

Completed in 124 milliseconds