Searched refs:mk_wcwidth (Results 1 – 4 of 4) sorted by relevance
132 NCURSES_EXPORT(int) mk_wcwidth(wchar_t ucs) in mk_wcwidth() function225 if ((w = mk_wcwidth(*pwcs)) < 0) in mk_wcswidth()307 return mk_wcwidth(ucs); in mk_wcwidth_cjk()
2253 extern NCURSES_EXPORT(int) mk_wcwidth(wchar_t);
34 #define mk_wcwidth(ucs) _nc_wcwidth(ucs) macro39 NCURSES_EXPORT(int) mk_wcwidth(wchar_t);
215 if ((w = mk_wcwidth(*pwcs)) < 0) in xo_wcswidth()297 return mk_wcwidth(ucs); in mk_wcwidth_cjk()