tag | line | file | source code |
c_lflag | 232 | drivers/char/pty.c | pty_driver.init_termios.c_lflag = 0; |
c_lflag | 1792 | drivers/char/tty_io.c | tty_std_termios.c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK | |
c_lflag | 90 | drivers/char/tty_ioctl.c | NOSET_MASK(termios->c_lflag, old->c_lflag, locked->c_lflag); |
c_lflag | 105 | drivers/char/tty_ioctl.c | canon_change = (old_termios.c_lflag ^ tty->termios->c_lflag) & ICANON; |
c_lflag | 221 | drivers/char/tty_ioctl.c | if (!(tty->termios->c_lflag & ICANON)) |
c_lflag | 222 | drivers/char/tty_ioctl.c | if (tty->termios->c_lflag & ISIG) |
c_lflag | 226 | drivers/char/tty_ioctl.c | if (tty->termios->c_lflag & ECHO) |
c_lflag | 255 | drivers/char/tty_ioctl.c | termios->c_lflag = ISIG | ICANON; |
c_lflag | 258 | drivers/char/tty_ioctl.c | termios->c_lflag &= ~ICANON; |
c_lflag | 261 | drivers/char/tty_ioctl.c | termios->c_lflag |= ECHO | ECHOE | ECHOK | ECHOCTL | ECHOKE | IEXTEN; |
c_lflag | 268 | drivers/char/tty_ioctl.c | termios->c_lflag &= ~(ISIG | ICANON); |
c_lflag | 270 | drivers/char/tty_ioctl.c | if (!(termios->c_lflag & ICANON)) { |
c_lflag | 129 | include/asm-alpha/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 139 | include/asm-alpha/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 351 | include/asm-alpha/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
c_lflag | 376 | include/asm-alpha/termios.h | termio->c_lflag = termios->c_lflag; |
c_lflag | 386 | include/asm-alpha/termios.h | if (!(termios->c_lflag & ICANON)) { |
c_lflag | 82 | include/asm-i386/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 92 | include/asm-i386/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 281 | include/asm-i386/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
c_lflag | 295 | include/asm-i386/termios.h | termio->c_lflag = termios->c_lflag; |
c_lflag | 18 | include/asm-mips/termbits.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 27 | include/asm-mips/termbits.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 28 | include/asm-mips/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
c_lflag | 42 | include/asm-mips/termios.h | termio->c_lflag = termios->c_lflag; |
c_lflag | 133 | include/asm-ppc/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 143 | include/asm-ppc/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 355 | include/asm-ppc/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
c_lflag | 380 | include/asm-ppc/termios.h | termio->c_lflag = termios->c_lflag; |
c_lflag | 390 | include/asm-ppc/termios.h | if (!(termios->c_lflag & ICANON)) { |
c_lflag | 159 | include/asm-sparc/termios.h | unsigned short c_lflag; /* local mode flags */ |
c_lflag | 169 | include/asm-sparc/termios.h | tcflag_t c_lflag; /* local mode flags */ |
c_lflag | 363 | include/asm-sparc/termios.h | SET_LOW_BITS(termios->c_lflag, termio->c_lflag); |
c_lflag | 377 | include/asm-sparc/termios.h | termio->c_lflag = termios->c_lflag; |
c_lflag | 126 | include/linux/tty.h | #define _L_FLAG(tty,f) ((tty)->termios->c_lflag & (f)) |