Searched defs:wcwidth (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcwidth.c50 #undef wcwidth macro
70 wcwidth(wchar_t wc) function
85 int v = wcwidth(wc);
/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/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" : ""

Completed in 61 milliseconds