| 693 | } |
| 694 | |
| 695 | static void |
| 696 | ttydisc_reprint_char(void *d, char c, int quote) |
| 697 | { |
| 698 | struct tty *tp = d; |
| 699 | |
| 700 | ttydisc_echo(tp, c, quote); |
| 701 | } |
| 702 | |
| 703 | static void |
| 704 | ttydisc_reprint(struct tty *tp) |
nothing calls this directly
no test coverage detected