Symbol: VSTART
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1273
tios.c_cc[VSTART] = 0x11; /* DC1 = XON = ^Q */
usr/src/cmd/cmd-inet/usr.bin/telnet/externs.h
363
#define termStartChar new_tc.c_cc[VSTART]
usr/src/cmd/tip/cmds.c
819
rmtty.c_cc[VSTART] = defarg.c_cc[VSTART];
usr/src/cmd/ttymon/stty.c
339
if (cb.c_cc[VSTART] != CSTART)
usr/src/cmd/ttymon/stty.c
340
pit(cb.c_cc[VSTART], "start", "; ");
usr/src/cmd/ttymon/stty.c
559
pit(cb.c_cc[VSTART], "start", "; ");
usr/src/cmd/ttymon/sttyparse.c
113
cb->c_cc[VSTART] = gct(*++argv, term);
usr/src/cmd/vi/port/ex_put.c
1089
if (tty.c_cc[VSTART] != CTRL('q'))
usr/src/cmd/vi/port/ex_put.c
1090
tty.c_cc[VSTART] = _POSIX_VDISABLE;
usr/src/ucbcmd/stty/stty.c
285
if (cb.c_cc[VSTART] != CSTART)
usr/src/ucbcmd/stty/stty.c
286
pit(cb.c_cc[VSTART], "start", "; ");
usr/src/ucbcmd/stty/stty.c
503
pit(cb.c_cc[VSTART], "start", "; ");
usr/src/ucbcmd/stty/stty.c
671
pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]);
usr/src/ucbcmd/stty/sttyparse.c
99
cb->c_cc[VSTART] = gct(*++argv, term);
usr/src/uts/common/io/ldterm.c
1288
tp->t_modes.c_cc[VSTART] ||
usr/src/uts/common/io/ldterm.c
1309
c == tp->t_modes.c_cc[VSTART])
usr/src/uts/common/io/rlmod.c
1111
rmip->startc = tp->c_cc[VSTART];
usr/src/uts/common/io/ttcompat.c
1072
FROM_COMPAT_CHAR(termiosp->c_cc[VSTART], csp->t_startc);
usr/src/uts/common/io/ttcompat.c
1121
if (termiosp->c_cc[VSTOP] != 0 && termiosp->c_cc[VSTART] != 0)
usr/src/uts/common/io/ttcompat.c
1231
TO_COMPAT_CHAR(csp->t_startc, termiosp->c_cc[VSTART]);
usr/src/uts/common/io/tty_common.c
166
tc->t_startc = cb->c_cc[VSTART];
usr/src/uts/common/io/tty_pts.c
703
tc->t_startc = cb->c_cc[VSTART];
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1563
tp->t_startc = termiosp->c_cc[VSTART];