Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dttcompat.h54 char t_suspc; /* stop process signal */ member
H A Dttold.h84 char t_suspc; /* stop process signal */ member
/titanic_44/usr/src/head/
H A Dsgtty.h92 char t_suspc; /* stop process signal */ member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h325 #define termSuspChar nltc.t_suspc
341 #define termSuspCharp (cc_t *)&nltc.t_suspc
H A Dsys_bsd.c386 ltc.t_suspc = _POSIX_VDISABLE;
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dttold.h45 char t_suspc; /* stop process signal */ member
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c220 tp->t_curstate.t_suspc = '\0'; in ttcompatopen()
869 bcopy(&tp->t_curstate.t_suspc, datap->b_wptr, in ttcompat_ioctl_ack()
955 &tp->t_curstate.t_suspc, sizeof (struct ltchars)); in ttcompat_ioctl_ack()
1173 FROM_COMPAT_CHAR(termiosp->c_cc[VSUSP], csp->t_suspc); in from_compat()
1331 TO_COMPAT_CHAR(csp->t_suspc, termiosp->c_cc[VSUSP]); in to_compat()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c987 if (c == defltc.t_suspc || c == defltc.t_dsuspc) { in writer()
1011 c == deftc.t_intrc || c == defltc.t_suspc || in writer()
1043 (void) kill(cmdc == defltc.t_suspc ? 0 : getpid(), SIGTSTP); in stop()