Symbol: VSTOP
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1272
tios.c_cc[VSTOP] = 0x13; /* DC3 = XOFF = ^S */
usr/src/cmd/cmd-inet/usr.bin/telnet/externs.h
364
#define termStopChar new_tc.c_cc[VSTOP]
usr/src/cmd/tip/cmds.c
820
rmtty.c_cc[VSTOP] = defarg.c_cc[VSTOP];
usr/src/cmd/ttymon/stty.c
341
if (cb.c_cc[VSTOP] != CSTOP)
usr/src/cmd/ttymon/stty.c
342
pit(cb.c_cc[VSTOP], "stop", "; ");
usr/src/cmd/ttymon/stty.c
560
pit(cb.c_cc[VSTOP], "stop", "; ");
usr/src/cmd/ttymon/sttyparse.c
115
cb->c_cc[VSTOP] = gct(*++argv, term);
usr/src/cmd/vi/port/ex_put.c
1091
if (tty.c_cc[VSTOP] != CTRL('s'))
usr/src/cmd/vi/port/ex_put.c
1092
tty.c_cc[VSTOP] = _POSIX_VDISABLE;
usr/src/ucbcmd/stty/stty.c
287
if (cb.c_cc[VSTOP] != CSTOP)
usr/src/ucbcmd/stty/stty.c
288
pit(cb.c_cc[VSTOP], "stop", "; ");
usr/src/ucbcmd/stty/stty.c
504
pit(cb.c_cc[VSTOP], "stop", "; ");
usr/src/ucbcmd/stty/stty.c
671
pcol(cb.c_cc[VSTOP], cb.c_cc[VSTART]);
usr/src/ucbcmd/stty/sttyparse.c
101
cb->c_cc[VSTOP] = gct(*++argv, term);
usr/src/uts/common/io/ldterm.c
1301
tp->t_modes.c_cc[VSTOP]) {
usr/src/uts/common/io/ldterm.c
1308
if (c == tp->t_modes.c_cc[VSTOP] ||
usr/src/uts/common/io/rlmod.c
1110
rmip->stopc = tp->c_cc[VSTOP];
usr/src/uts/common/io/ttcompat.c
1073
FROM_COMPAT_CHAR(termiosp->c_cc[VSTOP], csp->t_stopc);
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
1232
TO_COMPAT_CHAR(csp->t_stopc, termiosp->c_cc[VSTOP]);
usr/src/uts/common/io/tty_common.c
165
tc->t_stopc = cb->c_cc[VSTOP];
usr/src/uts/common/io/tty_pts.c
702
tc->t_stopc = cb->c_cc[VSTOP];
usr/src/uts/common/io/usb/clients/usbser/usbser.c
1564
tp->t_stopc = termiosp->c_cc[VSTOP];