Home
last modified time | relevance | path

Searched refs:wcwidth (Results 1 – 25 of 49) sorted by relevance

12

/titanic_50/usr/src/lib/libc/port/locale/
H A Dwcwidth.c50 #undef wcwidth
70 wcwidth(wchar_t wc) in wcwidth() function
85 int v = wcwidth(wc); in scrwidth()
H A Dwscol.c35 l += wcwidth(*s); in wscol()
/titanic_50/usr/src/lib/libadm/common/
H A Dputtext.c103 wlen = wcwidth(*wp); in puttext()
166 wlen = wcwidth(*wp); in puttext()
191 wlen = wcwidth(*wp); in puttext()
222 wlen = wcwidth(*wp); in puttext()
245 wlen = wcwidth(*wp); in puttext()
/titanic_50/usr/src/cmd/fold/
H A Dfold.c234 ncol = col + wcwidth(c); in putch()
329 col += wcwidth(c); in putch()
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_nws.c64 if ((wcwidth(*wcs) <= 0) && !iswcntrl(*wcs)) in wins_nwstr()
H A Dprivate.h150 #define __m_cc_width(cc) wcwidth((cc)->_wc[0])
H A Dm_cc.c314 width = wcwidth(wc); in __m_mbs_cc()
356 if (wcwidth(*wcs) > 0) { in __m_wcs_cc()
430 j = wcwidth(cc->_wc[i]); in __m_cc_sort()
H A Dwgetn_ws.c237 width = wcwidth(fld_buffer[--fld_index]); in fld_erase()
/titanic_50/usr/src/head/
H A Dwchar.h143 extern int wcwidth(wchar_t);
164 using std::wcwidth;
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c309 else if ((width = wcwidth(wc)) < 0) in __m_mbs_cc()
351 if ((width = wcwidth(*wcs)) < 0) in __m_wcs_cc()
410 j = wcwidth(cc->_wc[i]);
447 return wcwidth(cc->_wc[0]);
H A Dwgetn_ws.c214 width = wcwidth(fld_buffer[--fld_index]); in fld_erase()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_vput.c440 if ((col = wcwidth(c)) < 0) in vgoto()
696 if ((inssiz = wcwidth(c)) < 0) in vinschar()
1121 int width = wcwidth(c); in viin()
1227 if ((length = wcwidth(c)) < 0)
1254 if ((length = wcwidth(c)) < 0)
H A Dex_subr.c587 if ((col = wcwidth(wchar)) < 0) in qcolumn()
662 if ((cols = wcwidth(c)) > 0)
665 if ((cols = wcwidth(c)) < 0)
H A Dex_put.c363 if ((length = wcwidth(c)) < 0) in flush1()
801 if ((scrlength = wcwidth(wchar)) < 0) in plod()
/titanic_50/usr/src/lib/libast/common/comp/
H A Dsetlocale.c45 #undef wcwidth
47 #define wcwidth 0 macro
656 if (!(ast.mb_width = wcwidth)) in set_ctype()
662 if (!(ast.mb_width = wcwidth)) in set_ctype()
695 …, ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb… in set_ctype()
/titanic_50/usr/src/cmd/expand/
H A Dunexpand.c220 if ((p_col = wcwidth(*cp)) < 0) in tabify()
H A Dexpand.c220 if ((p_col = wcwidth(wc)) < 0)
/titanic_50/usr/src/lib/libxcurses/h/
H A Dm_wchar.h267 #undef wcwidth
286 #define wcwidth(c) 1 macro
/titanic_50/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c160 tmpcol += wcwidth(*pw); in wrap()
/titanic_50/usr/src/cmd/pg/
H A Dpg.c891 if ((width = wcwidth(wchar)) <= 0) in ttyin()
913 if ((width = wcwidth(ch)) <= 0) in ttyin()
1452 if ((width = wcwidth(c)) < 0)
1703 if ((n = wcwidth(wc)) > 0)
/titanic_50/usr/src/cmd/pr/
H A Dpr.c913 Inpos += wcwidth(wc); in nexbuf()
1063 chars += wcwidth(**s); in readbuf()
1140 Inpos += wcwidth(wc); in get()
1243 move = wcwidth(wc); in put()
/titanic_50/usr/src/lib/libast/common/features/
H A Dwchar2 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h
/titanic_50/usr/src/cmd/sdiff/
H A Dsdiff.c469 if ((d_col = wcwidth(wc)) <= 0) in putline()
573 if ((d_col = wcwidth(wc)) <= 0) in getlen()
/titanic_50/usr/src/cmd/mandoc/
H A Dterm_ascii.c380 rc = wcwidth(c); in locale_width()
/titanic_50/usr/src/lib/libw/common/
H A Dmapfile-vers63 wcwidth { TYPE = FUNCTION };

12