Home
last modified time | relevance | path

Searched refs:t_intrc (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dttold.h49 char t_intrc; /* interrupt */ member
59 char t_intrc; /* interrupt */ member
H A Dttcompat.h48 char t_intrc; /* interrupt */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h321 #define termIntChar ntc.t_intrc
337 #define termIntCharp (cc_t *)&ntc.t_intrc
H A Dsys_bsd.c383 tc.t_intrc = _POSIX_VDISABLE;
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h36 char t_intrc; /* interrupt */ member
/titanic_50/usr/src/uts/common/io/
H A Dttcompat.c214 tp->t_curstate.t_intrc = '\0'; in ttcompatopen()
860 bcopy(&tp->t_curstate.t_intrc, datap->b_wptr, in ttcompat_ioctl_ack()
935 &tp->t_curstate.t_intrc, sizeof (struct tchars)); in ttcompat_ioctl_ack()
1168 FROM_COMPAT_CHAR(termiosp->c_cc[VINTR], csp->t_intrc); in from_compat()
1327 TO_COMPAT_CHAR(csp->t_intrc, termiosp->c_cc[VINTR]); in to_compat()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c1011 c == deftc.t_intrc || c == defltc.t_suspc || in writer()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c4252 '\177' : tchars.t_intrc; in interrupt()