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

/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h267 #undef wcwidth macro
286 #define wcwidth(c) 1 macro
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c48 #undef wcwidth macro
50 #define wcwidth 0 macro
2287 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2302 if (!(ast.mb_width = wcwidth))
2547 , ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == utf8_wcwidth ? " utf8_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb_width == default_wcwidth ? " default_wcwidth" : ""

Completed in 26 milliseconds