Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c3494 tp->t_eucign = in ldterm_output_msg()
3497 tp->t_scratch_len = tp->t_eucign; in ldterm_output_msg()
3545 if (tp->t_eucign > 0) { in ldterm_output_msg()
3546 --tp->t_eucign; in ldterm_output_msg()
3560 if (tp->t_eucign == 0 && in ldterm_output_msg()
3643 tp->t_scratch_len = tp->t_eucign; in ldterm_output_msg()
3699 if (tp->t_eucign == 0) in ldterm_output_msg()
3745 if (tp->t_eucign) { in ldterm_output_msg()
3750 - tp->t_eucign] = c; in ldterm_output_msg()
3752 --tp->t_eucign; in ldterm_output_msg()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h233 uchar_t t_eucign; /* bytes left to ignore (output post proc) */ member