Lines Matching refs:ttyoutput
124 static int ttyoutput(int c, struct tty *tp);
532 (void)ttyoutput('^', tp); in ttyinput()
533 (void)ttyoutput('\b', tp); in ttyinput()
735 (void)ttyoutput(CTRL('g'), tp); in ttyinput()
768 (void)ttyoutput('/', tp); in ttyinput()
778 (void)ttyoutput('\b', tp); in ttyinput()
823 ttyoutput(int c, struct tty *tp) in ttyoutput() function
2476 if (ttyoutput(*cp, tp) >= 0) { in ttwrite()
2630 (void)ttyoutput('\b', tp); in ttyrub()
2644 (void)ttyoutput('\\', tp); in ttyrub()
2665 (void)ttyoutput('\b', tp); in ttyrubo()
2666 (void)ttyoutput(' ', tp); in ttyrubo()
2667 (void)ttyoutput('\b', tp); in ttyrubo()
2692 (void)ttyoutput('\n', tp); in ttyretype()
2733 (void)ttyoutput('^', tp); in ttyecho()
2741 (void)ttyoutput(c, tp); in ttyecho()
3087 (void)ttyoutput('\r', tp); in tputchar()
3089 (void)ttyoutput(c, tp); in tputchar()