Searched refs:ttyoutput (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty.c | 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() [all …]
|