Searched refs:ttyoutput (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | tty.c | 124 static int ttyoutput(int c, struct tty *tp); 532 (void)ttyoutput('^', tp); in ttyinput() 533 (void)ttyoutput('\b', tp); in ttyinput() 735 (void)ttyoutput(CTRL('g'), tp); in ttyinput() 768 (void)ttyoutput('/', tp); in ttyinput() 778 (void)ttyoutput('\b', tp); in ttyinput() 823 ttyoutput(int c, struct tty *tp) in ttyoutput() function 2476 if (ttyoutput(*cp, tp) >= 0) { in ttwrite() 2630 (void)ttyoutput('\b', tp); in ttyrub() 2644 (void)ttyoutput('\\', tp); in ttyrub() [all …]
|