Lines Matching refs:t_maxeuc
728 tp->t_maxeuc = 1; /* the max len in bytes of an EUC char */
1893 * tp->t_maxeuc from MAX_CANON before checking.
1898 if ((tp->t_msglen > ((MAX_CANON + 1) - (int)tp->t_maxeuc)) &&
3447 * character. At most, we'll need "t_maxeuc"
3450 if ((bytes_left < (int)tp->t_maxeuc)) {
4367 tp->t_maxeuc = 0; /* reset to say we're NOT */
4379 if (tp->eucwioc.eucw[i] > tp->t_maxeuc)
4380 tp->t_maxeuc = tp->eucwioc.eucw[i];
4384 if ((tp->t_maxeuc > 1) || (tp->t_state & TS_MEUC)) {
4388 tp->t_maxeuc = 1;
4611 tp->t_maxeuc = maxbytelen;