Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/gen/
H A Dxgetwidth.c53 if (_eucwidth._eucw1 <= 4) in _xgetwidth()
54 _cswidth[1] = _eucwidth._eucw1; in _xgetwidth()
H A Dgetwidth.c41 eucstruct->_eucw1 = eucw1; in getwidth()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Deuc.h36 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
H A Deuc.multibyte.c41 #define EUCWID1 eucinfo->_eucw1
/titanic_44/usr/src/head/
H A Dlibw.h40 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/titanic_44/usr/src/uts/common/sys/
H A Deuc.h50 short int _eucw1, _eucw2, _eucw3; /* EUC width */ member
/titanic_44/usr/src/cmd/dumpcs/
H A Ddumpcs.c82 eucw[1] = eucwidth._eucw1;
/titanic_44/usr/src/cmd/fgrep/
H A Dfgrep.c60 #define WIDTH1 WW._eucw1
/titanic_44/usr/src/cmd/ttymon/
H A Dsttyparse.c163 (unsigned char)(wp->_eucw1 & 0177);
/titanic_44/usr/src/cmd/more/
H A Dmore.c247 cw[1] = wp._eucw1; in main()