Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dwcwidth.c75 #pragma weak _scrwidth = scrwidth macro
/titanic_41/usr/src/lib/libc/inc/
H A Dlibc.h98 extern int _scrwidth(wchar_t);
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c1961 (prec -= _scrwidth(*wp)) >= 0) { in _wndoprnt()
1970 prec += _scrwidth(*wp); in _wndoprnt()
1998 _scrwidth(wc)) in _wndoprnt()
2680 if ((i = _scrwidth(*wp++)) == 0) in _rec_scrswidth()
/titanic_41/usr/src/lib/libc/port/stdio/
H A Ddoscan.c1025 (*chcount) += _scrwidth((wchar_t)wch); in wstring()
1153 (*chcount) += _scrwidth(wch);