Home
last modified time | relevance | path

Searched refs:mb_width (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c2263 ast.mb_width = debug_wcwidth; in set_ctype()
2272 if ((locales[cp->internal]->flags & LC_local) || !(ast.mb_width = wcwidth)) in set_ctype()
2273 ast.mb_width = utf8_wcwidth; in set_ctype()
2282 ast.mb_width = default_wcwidth; in set_ctype()
2287 if (!(ast.mb_width = wcwidth)) in set_ctype()
2288 ast.mb_width = default_wcwidth; in set_ctype()
2558 …st.mb_width == debug_wcwidth ? " debug_wcwidth" : ast.mb_width == utf8_wcwidth ? " utf8_wcwidth" :… in single()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h194 #define mbwidth(w) (ast.mb_width?(*ast.mb_width)(w):1)
H A Dast_std.h249 int (*mb_width)(wchar_t); member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h78 int (*mb_width)(wchar_t); member