Home
last modified time | relevance | path

Searched refs:_scrwidth (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcwidth.c75 #pragma weak _scrwidth = scrwidth macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h100 extern int _scrwidth(wchar_t);
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c1957 (prec -= _scrwidth(*wp)) >= 0) { in _wndoprnt()
1966 prec += _scrwidth(*wp); in _wndoprnt()
1993 ncol = _scrwidth(wc); in _wndoprnt()
2695 if ((i = _scrwidth(*wp++)) == 0) in _rec_scrswidth()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c1024 (*chcount) += _scrwidth((wchar_t)wch); in wstring()
1151 (*chcount) += _scrwidth(wch);