Searched refs:_multibyte (Results 1 – 5 of 5) sorted by relevance
44 #define ISPRINT(c, wp) (wp._multibyte && !ISASCII(c) || isprint(c))53 char _multibyte; /* 1=multi-byte, 0=single-byte */ member
43 char _multibyte; /* 1=multi-byte, 0=single-byte */ member
44 eucstruct->_multibyte = multibyte; in getwidth()
228 if (wp->_multibyte &&255 if (wp->_multibyte &&
63 #define MULTI_BYTE WW._multibyte