Home
last modified time | relevance | path

Searched refs:_eucw3 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dxgetwidth.c55 if (_eucwidth._eucw3 <= 4) in _xgetwidth()
56 _cswidth[3] = _eucwidth._eucw3; in _xgetwidth()
H A Dgetwidth.c41 eucstruct->_eucw3 = eucw3; in getwidth()
/illumos-gate/usr/src/head/
H A Dlibw.h40 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/illumos-gate/usr/src/uts/common/sys/
H A Deuc.h48 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c82 eucw[3] = eucwidth._eucw3;
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c173 (unsigned char)(wp->_eucw3 & 0177);
/illumos-gate/usr/src/cmd/more/
H A Dmore.c249 cw[3] = wp._eucw3+1; in main()