Lines Matching refs:ttyoutput
124 static int ttyoutput(int c, struct tty *tp);
533 (void)ttyoutput('^', tp); in ttyinput()
534 (void)ttyoutput('\b', tp); in ttyinput()
736 (void)ttyoutput(CTRL('g'), tp); in ttyinput()
769 (void)ttyoutput('/', tp); in ttyinput()
779 (void)ttyoutput('\b', tp); in ttyinput()
824 ttyoutput(int c, struct tty *tp) in ttyoutput() function
2477 if (ttyoutput(*cp, tp) >= 0) { in ttwrite()
2631 (void)ttyoutput('\b', tp); in ttyrub()
2645 (void)ttyoutput('\\', tp); in ttyrub()
2666 (void)ttyoutput('\b', tp); in ttyrubo()
2667 (void)ttyoutput(' ', tp); in ttyrubo()
2668 (void)ttyoutput('\b', tp); in ttyrubo()
2693 (void)ttyoutput('\n', tp); in ttyretype()
2734 (void)ttyoutput('^', tp); in ttyecho()
2742 (void)ttyoutput(c, tp); in ttyecho()
3084 (void)ttyoutput('\r', tp); in tputchar()
3086 (void)ttyoutput(c, tp); in tputchar()