tag | line | file | source code |
---|---|---|---|
lnext | 381 | drivers/char/n_tty.c | if (!test_bit(c, &tty->process_char_map) || tty->lnext) { |
lnext | 383 | drivers/char/n_tty.c | tty->lnext = 0; |
lnext | 439 | drivers/char/n_tty.c | tty->lnext = 1; |
lnext | 231 | include/linux/tty.h | unsigned char lnext:1, erasing:1, raw:1, real_raw:1, icanon:1; |