Searched refs:canon_data (Results 1 – 2 of 2) sorted by relevance
106 left = tty->icanon && !tty->canon_data; in n_tty_set_room()184 tty->canon_head = tty->canon_data = tty->erasing = 0; in reset_buffer_flags()236 } else if (tty->canon_data) { in n_tty_chars_in_buffer()1297 tty->canon_data++; in n_tty_receive_char()1467 tty->canon_data = 0; in n_tty_set_termios()1608 if (tty->canon_data) in input_available_p()1858 if (--tty->canon_data < 0) in n_tty_read()1859 tty->canon_data = 0; in n_tty_read()2074 if (!tty->canon_data) in inq_canon()
321 int canon_data; member