tag | line | file | source code |
c_lflag | 68 | include/linux/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 78 | include/linux/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 148 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios->c_lflag & f) |
c_lflag | 1485 | kernel/chr_drv/tty_io.c | tp->c_lflag = ISIG | ICANON | ECHO | |
c_lflag | 1495 | kernel/chr_drv/tty_io.c | tp->c_lflag = ISIG | ICANON | ECHO | |
c_lflag | 168 | kernel/chr_drv/tty_ioctl.c | if (IS_A_PTY_MASTER(channel)) tty->termios->c_lflag &= ~ECHO; |
c_lflag | 187 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_lflag = tty->termios->c_lflag; |
c_lflag | 230 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios->c_lflag = tmp_termio.c_lflag; |