Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/locale/
H A Dwcwidth.c55 wcwidth(wchar_t wc) in wcwidth() function
/freebsd-13.1/contrib/ncurses/include/
H A Dnc_mingw.h67 #define wcwidth(ucs) _nc_wcwidth((wchar_t)(ucs)) macro
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h261 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro
/freebsd-13.1/include/
H A Dwchar.h216 #define wcwidth(_c) __wcwidth(_c) macro
/freebsd-13.1/contrib/libxo/
H A Dconfigure.ac311 AC_ARG_ENABLE([wcwidth], optenable