Searched refs:ttydisc_echo (Results 1 – 1 of 1) sorted by relevance
| /src/sys/kern/ |
| H A D | tty_ttydisc.c | 764 ttydisc_echo(struct tty *tp, char c, int quote) in ttydisc_echo() function 783 ttydisc_echo(tp, c, quote); in ttydisc_reprint_char() 794 ttydisc_echo(tp, c, 0); in ttydisc_reprint() 795 ttydisc_echo(tp, CNL, 0); in ttydisc_reprint() 972 ttydisc_echo(tp, tp->t_termios.c_cc[VERASE], 0); in ttydisc_rubchar() 1079 ttydisc_echo(tp, c, 0); in ttydisc_rint() 1090 ttydisc_echo(tp, c, 0); in ttydisc_rint() 1131 ttydisc_echo(tp, c, 0); in ttydisc_rint() 1249 ttydisc_echo(tp, c, quote); in ttydisc_rint()
|