Searched refs:ldterm_echo (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 437 static int ldterm_echo(unsigned char, queue_t *, size_t, 1869 i = ldterm_echo(c, wrq, ebsize, tp); in ldterm_docanon() 2043 (void) ldterm_echo(c, wrq, ebsize, tp); in ldterm_docanon() 2185 (void) ldterm_echo(c, q, ebsize, tp); in ldterm_rubout() 2187 (void) ldterm_echo(tp->t_modes.c_cc[VERASE], q, ebsize, tp); in ldterm_rubout() 2600 (void) ldterm_echo(tp->t_modes.c_cc[VKILL], q, ebsize, tp); in ldterm_kill() 2602 (void) ldterm_echo('\n', q, ebsize, tp); in ldterm_kill() 2628 (void) ldterm_echo(tp->t_modes.c_cc[VREPRINT], q, ebsize, tp); in ldterm_reprint() 2635 (void) ldterm_echo(*readp++, q, ebsize, tp); in ldterm_reprint() 2707 (void) ldterm_echo(c, wrq, ebsize, tp); in ldterm_dononcanon() [all …]
|