Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dldterm.h240 uchar_t t_maxeuc; /* the max length in memory bytes of an EUC */ member
/titanic_41/usr/src/uts/common/io/
H A Dldterm.c728 tp->t_maxeuc = 1; /* the max len in bytes of an EUC char */ in ldtermopen()
1898 if ((tp->t_msglen > ((MAX_CANON + 1) - (int)tp->t_maxeuc)) && in ldterm_docanon()
3450 if ((bytes_left < (int)tp->t_maxeuc)) { in ldterm_output_msg()
4367 tp->t_maxeuc = 0; /* reset to say we're NOT */ in ldterm_do_ioctl()
4379 if (tp->eucwioc.eucw[i] > tp->t_maxeuc) in ldterm_do_ioctl()
4380 tp->t_maxeuc = tp->eucwioc.eucw[i]; in ldterm_do_ioctl()
4384 if ((tp->t_maxeuc > 1) || (tp->t_state & TS_MEUC)) { in ldterm_do_ioctl()
4388 tp->t_maxeuc = 1; in ldterm_do_ioctl()
4611 tp->t_maxeuc = maxbytelen; in ldterm_do_ioctl()