Home
last modified time | relevance | path

Searched refs:CS96 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_iso2022.c80 #define CS96 (1U) macro
90 static const _ISO2022Charset iso88591 = { CS96, 'A', '\0', '\0' };
194 cs->type = CS96; in getcs()
228 cs.type = CS96; in get_recommend()
494 { CS96, 1, 2, -1, -1, 3, { ESC, CS96, ECMA, }, },
496 { CS96, 1, 3, 2, -1, 4, { ESC, CS96, INTERM, ECMA, }, },
500 { CS96MULTI, 2, 3, -1, -1, 4, { ESC, '$', CS96, ECMA, }, },
547 case CS96: in seqmatch()
630 case CS96: in _ISO2022_sgetwchar()
764 case CS96: in _ISO2022_sgetwchar()
[all …]
H A Dcitrus_hz.c67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 enumerator
632 graphic->charset = CS96; in _citrus_HZ_parse_graphic()