Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/bm/
H A Dvt100.c537 if (sp->s_current_stat & JKANJI) {
540 sp->s_current_stat |= JKANJI;
542 sp->s_current_stat &= ~JKANJI;
548 if (sp->s_current_stat & JKANJI) {
551 sp->s_current_stat |= JKANJI;
553 sp->s_current_stat &= ~JKANJI;
557 } else if (sp->s_current_stat & JKANJI) {
669 ((sp->s_current_stat & JKANJI) && (spc->csr_x >= rit_m - 1))) {
673 && sp->s_current_stat & JKANJI)) {
692 if (sp->s_current_stat & JKANJI) {
[all …]
H A Dvt100.h55 #define JKANJI 0x00000008 /* kanji mode (JIS) */ macro
H A Dvt100esc.c1052 sp->s_current_stat &= ~JKANJI;
1059 sp->s_current_stat &= ~JKANJI;
1064 sp->s_current_stat &= ~JKANJI;
1095 sp->s_current_stat |= JKANJI;