Searched refs:_curs_wctomb (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dungetwch.c48 n = _curs_wctomb(buf, code & TRIM);
H A Dwaddwch.c55 if ((width = _curs_wctomb(buf, code & TRIM)) < 0)
H A Dwcstombs.c53 if ((val = _curs_wctomb(temp, *pwcs++)) == -1)
H A Dwinswch.c52 if ((width = _curs_wctomb(buf, code & TRIM)) < 0)
H A Dwctomb.c41 _curs_wctomb(char *s, wchar_t wchar) function
H A Dmbtranslate.c44 * use _curs_wctomb() instead of _code2byte(code, bytes)
93 bufp += _curs_wctomb(bufp, *code & TRIM);
H A Dwaddwchnstr.c77 if (_curs_wctomb(mbbuf, rawc) <= 0)
H A Dcurshdr.h273 extern int _curs_wctomb(char *, wchar_t);
H A Dllib-lcurses1139 int _curs_wctomb(char *s, const wchar_t wchar);

Completed in 67 milliseconds