Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dxgetwidth.c57 if (_eucwidth._eucw3 <= 4) in _xgetwidth()
58 _cswidth[3] = _eucwidth._eucw3; in _xgetwidth()
H A Dgetwidth.c43 eucstruct->_eucw3 = eucw3; in getwidth()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h36 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
H A Deuc.multibyte.c43 #define EUCWID3 eucinfo->_eucw3
/titanic_50/usr/src/head/
H A Dlibw.h40 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/titanic_50/usr/src/uts/common/sys/
H A Deuc.h50 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/titanic_50/usr/src/cmd/dumpcs/
H A Ddumpcs.c84 eucw[3] = eucwidth._eucw3;
/titanic_50/usr/src/cmd/fgrep/
H A Dfgrep.c62 #define WIDTH3 WW._eucw3
/titanic_50/usr/src/cmd/ttymon/
H A Dsttyparse.c167 (unsigned char)(wp->_eucw3 & 0177);
/titanic_50/usr/src/cmd/more/
H A Dmore.c249 cw[3] = wp._eucw3+1; in main()