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

/freebsd-current/lib/libc/locale/
H A Dwcwidth.c49 #undef wcwidth macro
52 wcwidth(wchar_t wc) function
/freebsd-current/contrib/ncurses/include/
H A Dnc_mingw.h79 #undef wcwidth macro
80 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) macro
H A Dnc_win32.h86 #undef wcwidth macro
87 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h279 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro
/freebsd-current/include/
H A Dwchar.h214 #define wcwidth(_c) __wcwidth(_c) macro

Completed in 124 milliseconds