tag | line | file | source code |
---|---|---|---|
TIME_CHAR | 790 | drivers/char/n_tty.c | time = (HZ / 10) * TIME_CHAR(tty); |
TIME_CHAR | 981 | drivers/char/n_tty.c | if (input_available_p(tty, TIME_CHAR(tty) ? 0 : |
TIME_CHAR | 993 | drivers/char/n_tty.c | if (MIN_CHAR(tty) && !TIME_CHAR(tty)) |