Searched refs:t_maxeuc (Results 1 – 2 of 2) sorted by relevance
240 uchar_t t_maxeuc; /* the max length in memory bytes of an EUC */ member
728 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()