Lines Matching refs:ttyoutput
124 static int ttyoutput(int c, struct tty *tp);
593 (void)ttyoutput('^', tp); in ttyinput()
594 (void)ttyoutput('\b', tp); in ttyinput()
796 (void)ttyoutput(CTRL('g'), tp); in ttyinput()
829 (void)ttyoutput('/', tp); in ttyinput()
839 (void)ttyoutput('\b', tp); in ttyinput()
884 ttyoutput(int c, struct tty *tp) in ttyoutput() function
2581 if (ttyoutput(*cp, tp) >= 0) { in ttwrite()
2735 (void)ttyoutput('\b', tp); in ttyrub()
2749 (void)ttyoutput('\\', tp); in ttyrub()
2770 (void)ttyoutput('\b', tp); in ttyrubo()
2771 (void)ttyoutput(' ', tp); in ttyrubo()
2772 (void)ttyoutput('\b', tp); in ttyrubo()
2797 (void)ttyoutput('\n', tp); in ttyretype()
2838 (void)ttyoutput('^', tp); in ttyecho()
2846 (void)ttyoutput(c, tp); in ttyecho()
3188 (void)ttyoutput('\r', tp); in tputchar()
3190 (void)ttyoutput(c, tp); in tputchar()