Searched defs:n_tty_data (Results 1 – 1 of 1) sorted by relevance
88 struct n_tty_data { struct90 size_t read_head;91 size_t commit_head;92 size_t canon_head;93 size_t echo_head;94 size_t echo_commit;95 size_t echo_mark;99 unsigned long overrun_time;100 int num_overrun;103 bool no_room;[all …]