Home
last modified time | relevance | path

Searched refs:t_suspc (Results 1 – 7 of 7) sorted by path

/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h323 #define termSuspChar nltc.t_suspc
339 #define termSuspCharp (cc_t *)&nltc.t_suspc
H A Dsys_bsd.c382 ltc.t_suspc = _POSIX_VDISABLE;
/illumos-gate/usr/src/head/
H A Dsgtty.h90 char t_suspc; /* stop process signal */ member
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c771 bcopy(&tp->t_curstate.t_suspc, datap->b_wptr, in ttcompat_ioctl_ack()
857 &tp->t_curstate.t_suspc, sizeof (struct ltchars)); in ttcompat_ioctl_ack()
1075 FROM_COMPAT_CHAR(termiosp->c_cc[VSUSP], csp->t_suspc); in from_compat()
1233 TO_COMPAT_CHAR(csp->t_suspc, termiosp->c_cc[VSUSP]); in to_compat()
/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h54 char t_suspc; /* stop process signal */ member
H A Dttold.h82 char t_suspc; /* stop process signal */ member