tag | line | file | source code |
---|---|---|---|
VREPRINT | 347 | drivers/char/tty_ioctl.c | tmp.t_rprntc = tty->termios->c_cc[VREPRINT]; |
VREPRINT | 366 | drivers/char/tty_ioctl.c | tty->termios->c_cc[VREPRINT] = tmp.t_rprntc; |
VREPRINT | 116 | include/linux/tty.h | #define REPRINT_CHAR(tty) ((tty)->termios->c_cc[VREPRINT]) |