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
2587 if (ttyoutput(*cp, tp) >= 0) { in ttwrite()
2741 (void)ttyoutput('\b', tp); in ttyrub()
2755 (void)ttyoutput('\\', tp); in ttyrub()
2776 (void)ttyoutput('\b', tp); in ttyrubo()
2777 (void)ttyoutput(' ', tp); in ttyrubo()
2778 (void)ttyoutput('\b', tp); in ttyrubo()
2803 (void)ttyoutput('\n', tp); in ttyretype()
2844 (void)ttyoutput('^', tp); in ttyecho()
2852 (void)ttyoutput(c, tp); in ttyecho()
3194 (void)ttyoutput('\r', tp); in tputchar()
3196 (void)ttyoutput(c, tp); in tputchar()