Searched refs:_curs_mbtowc (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbstowcs.c43 if ((val = _curs_mbtowc(pwcs++, s, MB_CUR_MAX)) == -1)
H A Dwinwch.c49 (void) _curs_mbtowc(&wchar, wmbinch(win, win->_cury, win->_curx),
H A Dtgetwch.c72 (void) _curs_mbtowc(&wchar, buf, n);
H A Dwgetwch.c70 if ((_curs_mbtowc(&wchar, buf, n)) < 0)
H A Dmbtowc.c38 _curs_mbtowc(wchar_t *wchar, const char *s, size_t n) function
H A Dwinnwstr.c77 if (_curs_mbtowc(&wc, cbuf, CSMAX) <= 0)
H A Dwinwchnstr.c80 if (_curs_mbtowc(&wch, mbbuf, CSMAX) <= 0)
H A Dwinwstr.c71 if (_curs_mbtowc(&wc, cbuf, CSMAX) <= 0)
H A Dmbtranslate.c53 * use _curs_mbtowc() instead of wchar_t _byte2code(bytes)
143 (void) _curs_mbtowc(&wchar, byte, width);
H A Dcurshdr.h272 extern int _curs_mbtowc(wchar_t *, const char *, size_t);
H A Dllib-lcurses782 int _curs_mbtowc(wchar_t *wchar, const char *s, size_t n);

Completed in 78 milliseconds