tag | line | file | source code |
---|---|---|---|
ECHO | 155 | include/linux/tty.h | #define L_ECHO(tty) _L_FLAG((tty),ECHO) |
ECHO | 1485 | kernel/chr_drv/tty_io.c | tp->c_lflag = ISIG | ICANON | ECHO | |
ECHO | 1495 | kernel/chr_drv/tty_io.c | tp->c_lflag = ISIG | ICANON | ECHO | |
ECHO | 168 | kernel/chr_drv/tty_ioctl.c | if (IS_A_PTY_MASTER(channel)) tty->termios->c_lflag &= ~ECHO; |