tag | line | file | source code |
L_CANON | 547 | kernel/chr_drv/tty_io.c | if (L_CANON(tty) && !tty->lnext) { |
L_CANON | 653 | kernel/chr_drv/tty_io.c | if ((c==10) && (L_ECHO(tty) || (L_CANON(tty) && L_ECHONL(tty)))) { |
L_CANON | 709 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) |
L_CANON | 727 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) { |
L_CANON | 731 | kernel/chr_drv/tty_io.c | } else if (L_CANON(tty)) { |
L_CANON | 769 | kernel/chr_drv/tty_io.c | c==EOF_CHAR(tty)) && L_CANON(tty)) |
L_CANON | 775 | kernel/chr_drv/tty_io.c | if (c==10 && L_CANON(tty)) |
L_CANON | 1287 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) { |
L_CANON | 426 | kernel/chr_drv/tty_ioctl.c | if (L_CANON(tty) && !tty->secondary.data) |