tag | line | file | source code |
---|---|---|---|
VSTOP | 202 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
VSTOP | 206 | drivers/char/tty_ioctl.c | (tty->termios->c_cc[VSTOP] == '\023') && |
VSTOP | 286 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTOP] == '\023') && |
VSTOP | 290 | drivers/char/tty_ioctl.c | (tty->termios->c_cc[VSTOP] == '\023') && |
VSTOP | 154 | include/linux/tty.h | #define STOP_CHAR(tty) ((tty)->termios->c_cc[VSTOP]) |