taglinefilesource code
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])