VSTART
tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
#define termStartChar new_tc.c_cc[VSTART]
rmtty.c_cc[VSTART] = defarg.c_cc[VSTART];
if (cb.c_cc[VSTART] != CSTART)
pit(cb.c_cc[VSTART], "start", "; ");
pit(cb.c_cc[VSTART], "start", "; ");
cb->c_cc[VSTART] = gct(*++argv, term);
if (tty.c_cc[VSTART] != CTRL('q'))
tty.c_cc[VSTART] = _POSIX_VDISABLE;
if (cb.c_cc[VSTART] != CSTART)
pit(cb.c_cc[VSTART], "start", "; ");
pit(cb.c_cc[VSTART], "start", "; ");
pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]);
cb->c_cc[VSTART] = gct(*++argv, term);
tp->t_modes.c_cc[VSTART] ||
c == tp->t_modes.c_cc[VSTART])
rmip->startc = tp->c_cc[VSTART];
FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc);
if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0)
TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]);
tc->t_startc = cb->c_cc[VSTART];
tc->t_startc = cb->c_cc[VSTART];
tp->t_startc = termiosp->c_cc[VSTART];