Searched refs:wcwidth (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwscol.c35 l += wcwidth(*s);
H A Dwcwidth.c50 #undef wcwidth macro
70 wcwidth(wchar_t wc) function
85 int v = wcwidth(wc);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwins_nws.c64 if ((wcwidth(*wcs) <= 0) && !iswcntrl(*wcs))
H A Dprivate.h150 #define __m_cc_width(cc) wcwidth((cc)->_wc[0])
H A Dwgetn_ws.c237 width = wcwidth(fld_buffer[--fld_index]);
H A Dm_cc.c314 width = wcwidth(wc);
356 if (wcwidth(*wcs) > 0) {
430 j = wcwidth(cc->_wc[i]);
/illumos-gate/usr/src/lib/libadm/common/
H A Dputtext.c103 wlen = wcwidth(*wp);
166 wlen = wcwidth(*wp);
191 wlen = wcwidth(*wp);
222 wlen = wcwidth(*wp);
245 wlen = wcwidth(*wp);
/illumos-gate/usr/src/cmd/expand/
H A Dunexpand.c220 if ((p_col = wcwidth(*cp)) < 0)
H A Dexpand.c220 if ((p_col = wcwidth(wc)) < 0)
/illumos-gate/usr/src/head/
H A Dwchar.h143 extern int wcwidth(wchar_t);
164 using std::wcwidth;
/illumos-gate/usr/src/cmd/fold/
H A Dfold.c234 ncol = col + wcwidth(c);
329 col += wcwidth(c);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c309 else if ((width = wcwidth(wc)) < 0)
351 if ((width = wcwidth(*wcs)) < 0)
410 j = wcwidth(cc->_wc[i]);
447 return wcwidth(cc->_wc[0]);
H A Dwgetn_ws.c214 width = wcwidth(fld_buffer[--fld_index]);
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c162 tmpcol += wcwidth(*pw);
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h267 #undef wcwidth macro
286 #define wcwidth(c) 1 macro
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vput.c440 if ((col = wcwidth(c)) < 0)
696 if ((inssiz = wcwidth(c)) < 0)
1121 int width = wcwidth(c);
1227 if ((length = wcwidth(c)) < 0)
1254 if ((length = wcwidth(c)) < 0)
H A Dex_subr.c587 if ((col = wcwidth(wchar)) < 0)
662 if ((cols = wcwidth(c)) > 0)
665 if ((cols = wcwidth(c)) < 0)
H A Dex_put.c363 if ((length = wcwidth(c)) < 0)
801 if ((scrlength = wcwidth(wchar)) < 0)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c45 #undef wcwidth macro
47 #define wcwidth 0 macro
656 if (!(ast.mb_width = wcwidth))
662 if (!(ast.mb_width = wcwidth))
695 , ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb_width == default_wcwidth ? " default_wcwidth" : ""
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c913 Inpos += wcwidth(wc);
1063 chars += wcwidth(**s);
1140 Inpos += wcwidth(wc);
1243 move = wcwidth(wc);
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c353 rc = wcwidth(c);
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c469 if ((d_col = wcwidth(wc)) <= 0)
573 if ((d_col = wcwidth(wc)) <= 0)
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c891 if ((width = wcwidth(wchar)) <= 0)
913 if ((width = wcwidth(ch)) <= 0)
1452 if ((width = wcwidth(c)) < 0)
1703 if ((n = wcwidth(wc)) > 0)
/illumos-gate/usr/src/cmd/col/
H A Dcol.c644 nc = wcwidth(wc);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c313 if ((p_col = wcwidth((wchar_t)tc)) > 0)

Completed in 112 milliseconds

12