Home | History | Annotate | Download | only in kern

Lines Matching defs:ttyoutput

673 						(void)ttyoutput('^', tp);
674 (void)ttyoutput('\b', tp);
845 (void)ttyoutput(CTRL('g'), tp);
871 (void)ttyoutput('/', tp);
881 (void)ttyoutput('\b', tp);
934 ttyoutput(int c, struct tty *tp)
2310 * can handle without any of ttyoutput's processing and
2313 * bits in char_type), call ttyoutput. After processing
2326 * a special character through ttyoutput.
2330 if (ttyoutput(*cp, tp) >= 0) {
2351 * requiring special handling by ttyoutput.
2488 (void)ttyoutput('\b', tp);
2498 (void)ttyoutput('\\', tp);
2517 (void)ttyoutput('\b', tp);
2518 (void)ttyoutput(' ', tp);
2519 (void)ttyoutput('\b', tp);
2542 (void)ttyoutput('\n', tp);
2573 (void)ttyoutput('^', tp);
2580 (void)ttyoutput(c, tp);
2835 (void)ttyoutput('\r', tp);
2836 (void)ttyoutput(c, tp);