Searched refs:t_eucign (Results 1 – 2 of 2) sorted by relevance
724 tp->t_codeset = tp->t_eucleft = tp->t_eucign = tp->t_scratch_len = 0; in ldtermopen()3474 tp->t_eucign == 0 && NOTASCII(c)) { in ldterm_output_msg()3475 tp->t_eucign = in ldterm_output_msg()3478 tp->t_scratch_len = tp->t_eucign; in ldterm_output_msg()3497 if (tp->t_eucign == 0 && omaptab[c] != 0 && in ldterm_output_msg()3526 if (tp->t_eucign > 0) { in ldterm_output_msg()3527 --tp->t_eucign; in ldterm_output_msg()3541 if (tp->t_eucign == 0 && in ldterm_output_msg()3620 if ((tp->t_state & TS_MEUC) && tp->t_eucign == 0 && in ldterm_output_msg()3622 tp->t_eucign = tp->t_csmethods.ldterm_memwidth( in ldterm_output_msg()[all …]
235 uchar_t t_eucign; /* bytes left to ignore (output post proc) */ member