Home
last modified time | relevance | path

Searched refs:_nc_viscbuf (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wchnstr.c72 T(("result = %s", _nc_viscbuf(wchstr, n))); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c146 _nc_viscbuf(astr, n), in wadd_wchnstr()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c376 _nc_viscbuf(const NCURSES_CH_T *buf, int len) in _nc_viscbuf() function
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1595 #undef _nc_viscbuf
1596 const char *_nc_viscbuf(
H A Dllib-ltinfo1533 #undef _nc_viscbuf
1534 const char *_nc_viscbuf(
H A Dllib-ltinfotw1707 #undef _nc_viscbuf
1708 const char *_nc_viscbuf(
H A Dllib-ltinfot1645 #undef _nc_viscbuf
1646 const char *_nc_viscbuf(
H A Dllib-lncursest4385 #undef _nc_viscbuf
4386 const char *_nc_viscbuf(
H A Dllib-lncurses4264 #undef _nc_viscbuf
4265 const char *_nc_viscbuf(
H A Dcurses.priv.h1753 extern NCURSES_EXPORT(const char *) _nc_viscbuf (const NCURSES_CH_T *, int);
H A Dllib-lncursestw5386 #undef _nc_viscbuf
5387 const char *_nc_viscbuf(
H A Dllib-lncursesw5265 #undef _nc_viscbuf
5266 const char *_nc_viscbuf(
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c576 TR(TRACE_CHARPUT, ("EmitRange %d:%s", num, _nc_viscbuf(ntext, num))); in EmitRange()
/freebsd/contrib/ncurses/
H A DNEWS4910 + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
10431 + implement _nc_viscbuf(), for tracing cchar_t arrays.