Searched refs:canon_data (Results 1 – 2 of 2) sorted by relevance
107 left = tty->icanon && !tty->canon_data; in n_tty_set_room()185 tty->canon_head = tty->canon_data = tty->erasing = 0; in reset_buffer_flags()238 } else if (tty->canon_data) { in n_tty_chars_in_buffer()1299 tty->canon_data++; in n_tty_receive_char()1469 tty->canon_data = 0; in n_tty_set_termios()1601 if (tty->canon_data) in input_available_p()1849 if (--tty->canon_data < 0) in n_tty_read()1850 tty->canon_data = 0; in n_tty_read()2063 if (!tty->canon_data) in inq_canon()
318 int canon_data; member