| tag | line | file | source code |
| c_line | 1799 | drivers/char/serial.c | tty->termios->c_line = N_TTY; |
| c_line | 182 | drivers/char/tty_io.c | tty->termios->c_line = ldisc; |
| c_line | 187 | drivers/char/tty_io.c | tty->termios->c_line = tty->ldisc.num; |
| c_line | 190 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
| c_line | 345 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
| c_line | 1003 | drivers/char/tty_io.c | tty->termios->c_line = N_TTY; |
| c_line | 79 | drivers/char/tty_ioctl.c | termios->c_line = locked->c_line ? old->c_line : termios->c_line; |
| c_line | 153 | drivers/char/tty_ioctl.c | tmp_termio.c_line = tty->termios->c_line; |
| c_line | 78 | include/linux/termios.h | unsigned char c_line; /* line discipline */ |
| c_line | 88 | include/linux/termios.h | cc_t c_line; /* line discipline */ |