Home
last modified time | relevance | path

Searched refs:EUCMASK (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Deuc.multibyte.c35 #define EUCMASK 0x8080 /* All id bits */ macro
167 switch(wchar & EUCMASK) { in _wctomb_euc()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwctomb.c53 switch (wchar & EUCMASK) { in _curs_wctomb()
H A Dmbgetwidth.c100 switch (wc & EUCMASK) { in wcscrw()
H A Dwgetwstr.c129 if ((ch & EUCMASK) != P00) in wgetnwstr()
/titanic_41/usr/src/head/
H A Dwidec.h115 #define EUCMASK 0x30000000 macro