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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dxgetwidth.c48 eucwidth_t _eucwidth; local
51 getwidth(&_eucwidth);
53 if (_eucwidth._eucw1 <= 4)
54 _cswidth[1] = _eucwidth._eucw1;
55 if (_eucwidth._eucw2 <= 4)
56 _cswidth[2] = _eucwidth._eucw2;
57 if (_eucwidth._eucw3 <= 4)
58 _cswidth[3] = _eucwidth._eucw3;

Completed in 48 milliseconds