| tag | line | file | source code |
| L_CANON | 160 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) { |
| L_CANON | 243 | kernel/chr_drv/tty_io.c | if ((c==10) && (L_ECHO(tty) || (L_CANON(tty) && L_ECHONL(tty)))) { |
| L_CANON | 293 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) |
| L_CANON | 311 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) { |
| L_CANON | 315 | kernel/chr_drv/tty_io.c | } else if (L_CANON(tty)) { |
| L_CANON | 349 | kernel/chr_drv/tty_io.c | c==EOF_CHAR(tty)) && L_CANON(tty)) |
| L_CANON | 355 | kernel/chr_drv/tty_io.c | if (c==10 && L_CANON(tty)) |
| L_CANON | 778 | kernel/chr_drv/tty_io.c | if (L_CANON(tty)) { |
| L_CANON | 360 | kernel/chr_drv/tty_ioctl.c | if (L_CANON(tty) && !tty->secondary.data) |