tag | line | file | source code |
---|---|---|---|
VSTART | 122 | drivers/char/tty_ioctl.c | (old_termios.c_cc[VSTART] == '\021')); |
VSTART | 309 | drivers/char/tty_ioctl.c | tmp.t_startc = tty->termios->c_cc[VSTART]; |
VSTART | 328 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VSTART] = tmp.t_startc; |
VSTART | 113 | include/linux/tty.h | #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) |