Home
last modified time | relevance | path

Searched refs:EGETA (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A DISO-2022-JP_TO_eucJP.c379 PUT((EGETA >> 8) & 0xff); in _icv_iconv()
381 PUT(EGETA & 0xff); in _icv_iconv()
432 PUT((EGETA >> 8) | CMSB); in _icv_iconv()
434 PUT((EGETA & CMASK) | CMSB); in _icv_iconv()
H A DPCK_TO_eucJP.c215 PUT((EGETA>>8) & 0xff); in _icv_iconv()
216 PUT(EGETA & 0xff); in _icv_iconv()
H A Djapanese.h703 #define EGETA (0xa2ae) macro