Home
last modified time | relevance | path

Searched refs:ttyoutput (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dtty.c124 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()
[all …]