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

/freebsd-10-stable/lib/libc/locale/
H A Dwcwidth.c50 #undef wcwidth macro
53 wcwidth(wchar_t wc) function
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h237 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro
/freebsd-10-stable/include/
H A Dwchar.h211 #define wcwidth(_c) __wcwidth(_c) macro

Completed in 48 milliseconds