Searched refs:ttydisc_echo (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 681 ttydisc_echo(struct tty *tp, char c, int quote) in ttydisc_echo() function 700 ttydisc_echo(tp, c, quote); in ttydisc_reprint_char() 711 ttydisc_echo(tp, c, 0); in ttydisc_reprint() 712 ttydisc_echo(tp, CNL, 0); in ttydisc_reprint() 815 ttydisc_echo(tp, tp->t_termios.c_cc[VERASE], 0); in ttydisc_rubchar() 922 ttydisc_echo(tp, c, 0); in ttydisc_rint() 933 ttydisc_echo(tp, c, 0); in ttydisc_rint() 974 ttydisc_echo(tp, c, 0); in ttydisc_rint() 1092 ttydisc_echo(tp, c, quote); in ttydisc_rint()
|