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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dxgetwidth.c44 eucwidth_t _eucwidth; local
47 getwidth(&_eucwidth);
49 if (_eucwidth._eucw1 <= 4)
50 _cswidth[1] = _eucwidth._eucw1;
51 if (_eucwidth._eucw2 <= 4)
52 _cswidth[2] = _eucwidth._eucw2;
53 if (_eucwidth._eucw3 <= 4)
54 _cswidth[3] = _eucwidth._eucw3;

Completed in 18 milliseconds