Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h46 char t_erase; /* erase last character */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c743 cb->sg_erase = tp->t_curstate.t_erase; in ttcompat_ioctl_ack()
792 tp->t_curstate.t_erase = tp->t_new_sgttyb.sg_erase; in ttcompat_ioctl_ack()
1068 FROM_COMPAT_CHAR(termiosp->c_cc[VERASE], csp->t_erase); in from_compat()
1227 TO_COMPAT_CHAR(csp->t_erase, termiosp->c_cc[VERASE]); in to_compat()