Searched defs:wcwidth (Results 1 – 2 of 2) sorted by relevance
26 #define wcwidth sun_wcwidth macro
234 # define wcwidth(x) (((x) >= 0x20 && (x) <= 0x7e) ? 1 : -1) macro