Searched refs:t_suspc (Results 1 – 8 of 8) sorted by relevance
54 char t_suspc; /* stop process signal */ member
84 char t_suspc; /* stop process signal */ member
92 char t_suspc; /* stop process signal */ member
325 #define termSuspChar nltc.t_suspc341 #define termSuspCharp (cc_t *)&nltc.t_suspc
386 ltc.t_suspc = _POSIX_VDISABLE;
45 char t_suspc; /* stop process signal */ member
220 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()
987 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()