Searched refs:_curs_wctomb (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | ungetwch.c | 48 n = _curs_wctomb(buf, code & TRIM);
|
H A D | waddwch.c | 55 if ((width = _curs_wctomb(buf, code & TRIM)) < 0)
|
H A D | wcstombs.c | 53 if ((val = _curs_wctomb(temp, *pwcs++)) == -1)
|
H A D | winswch.c | 52 if ((width = _curs_wctomb(buf, code & TRIM)) < 0)
|
H A D | wctomb.c | 41 _curs_wctomb(char *s, wchar_t wchar) function
|
H A D | mbtranslate.c | 44 * use _curs_wctomb() instead of _code2byte(code, bytes) 93 bufp += _curs_wctomb(bufp, *code & TRIM);
|
H A D | waddwchnstr.c | 77 if (_curs_wctomb(mbbuf, rawc) <= 0)
|
H A D | curshdr.h | 273 extern int _curs_wctomb(char *, wchar_t);
|
H A D | llib-lcurses | 1139 int _curs_wctomb(char *s, const wchar_t wchar);
|
Completed in 60 milliseconds