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