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

/ast/src/lib/libast/comp/
H A Dsetlocale.c45 #undef wcwidth macro
47 #define wcwidth 0 macro
2245 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2260 if (!(ast.mb_width = wcwidth))
2531 , 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 25 milliseconds