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
2583 if (ttyoutput(*cp, tp) >= 0) { in ttwrite()
2737 (void)ttyoutput('\b', tp); in ttyrub()
2751 (void)ttyoutput('\\', tp); in ttyrub()
2772 (void)ttyoutput('\b', tp); in ttyrubo()
2773 (void)ttyoutput(' ', tp); in ttyrubo()
2774 (void)ttyoutput('\b', tp); in ttyrubo()
2799 (void)ttyoutput('\n', tp); in ttyretype()
2840 (void)ttyoutput('^', tp); in ttyecho()
2848 (void)ttyoutput(c, tp); in ttyecho()
3190 (void)ttyoutput('\r', tp); in tputchar()
3192 (void)ttyoutput(c, tp); in tputchar()