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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c135 static int ttyoutput(int c, struct tty *tp);
600 (void)ttyoutput('^', tp);
601 (void)ttyoutput('\b', tp);
796 (void)ttyoutput(CTRL('g'), tp);
826 (void)ttyoutput('/', tp);
836 (void)ttyoutput('\b', tp);
865 * ttyoutput
881 ttyoutput(int c, struct tty *tp) function
2379 * can handle without any of ttyoutput's processing and
2382 * bits in char_type), call ttyoutput
[all...]

Completed in 8 milliseconds