Searched refs:mb_width (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/astsa/
H A Dast.h79 int (*mb_width)(wchar_t); member in struct:__anon9253
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dast.h194 #define mbwidth(w) (ast.mb_width?(*ast.mb_width)(w):1)
H A Dast_std.h248 int (*mb_width)(wchar_t); member in struct:__anon9274
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dmbchar.h103 mb_width (mbc)
139 extern int mb_width (const mbchar_t mbc);
250 #define mb_width(mbc) \ macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dsetlocale.c2257 ast.mb_width = debug_wcwidth;
2266 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth))
2267 ast.mb_width = utf8_wcwidth;
2276 ast.mb_width = default_wcwidth;
2281 if (!(ast.mb_width = wcwidth))
2282 ast.mb_width = default_wcwidth;
2526 , ast.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == utf8_wcwidth ? " utf8_wcwidth" : ast.mb_width == wcwidth ? " wcwidth" : ast.mb_width
[all...]

Completed in 95 milliseconds