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

/freebsd-12-stable/lib/libc/locale/
H A Dwcwidth.c52 #undef wcwidth macro
55 wcwidth(wchar_t wc) function
/freebsd-12-stable/contrib/ncurses/include/
H A Dnc_mingw.h65 #undef wcwidth macro
66 #define wcwidth(ucs) _nc_wcwidth(ucs) macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h255 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro
/freebsd-12-stable/include/
H A Dwchar.h213 #define wcwidth(_c) __wcwidth(_c) macro

Completed in 117 milliseconds