taglinefilesource code
VSTOP2674drivers/char/istallion.cpp->stopin = tiosp->c_cc[VSTOP];
VSTOP2676drivers/char/istallion.cpp->stopout = tiosp->c_cc[VSTOP];
VSTOP2120drivers/char/stallion.cprintk("    schr1=%x schr2=%x schr3=%x schr4=%x\n", tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP], tiosp->c_cc[VSTART], tiosp->c_cc[VSTOP]);
VSTOP2150drivers/char/stallion.cstl_setreg(portp, SCHR2, tiosp->c_cc[VSTOP]);
VSTOP2152drivers/char/stallion.cstl_setreg(portp, SCHR4, tiosp->c_cc[VSTOP]);
VSTOP121drivers/char/tty_ioctl.c(old_termios.c_cc[VSTOP] == '\023') &&
VSTOP310drivers/char/tty_ioctl.ctmp.t_stopc = tty->termios->c_cc[VSTOP];
VSTOP329drivers/char/tty_ioctl.ctty->termios->c_cc[VSTOP] = tmp.t_stopc;
VSTOP114include/linux/tty.h#define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP])