Searched refs:cwidth (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/fmt/
H A Dfmt.c608 int cwidth; local
611 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1;
693 int cwidth; local
704 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1;
739 int cwidth; local
761 col += (cwidth = wcwidth(ch)) > 0 ? cwidth : 1;

Completed in 103 milliseconds