VSTOP
tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
#define termStopChar new_tc.c_cc[VSTOP]
rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP];
if (cb.c_cc[VSTOP] != CSTOP)
pit(cb.c_cc[VSTOP], "stop", "; ");
pit(cb.c_cc[VSTOP], "stop", "; ");
cb->c_cc[VSTOP] = gct(*++argv, term);
if (tty.c_cc[VSTOP] != CTRL('s'))
tty.c_cc[VSTOP] = _POSIX_VDISABLE;
if (cb.c_cc[VSTOP] != CSTOP)
pit(cb.c_cc[VSTOP], "stop", "; ");
pit(cb.c_cc[VSTOP], "stop", "; ");
pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]);
cb->c_cc[VSTOP] = gct(*++argv, term);
tp->t_modes.c_cc[VSTOP]) {
if (c == tp->t_modes.c_cc[VSTOP] ||
rmip->stopc = tp->c_cc[VSTOP];
FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc);
if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0)
TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]);
tc->t_stopc = cb->c_cc[VSTOP];
tc->t_stopc = cb->c_cc[VSTOP];
tp->t_stopc = termiosp->c_cc[VSTOP];