Searched refs:ttyoutput (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/kern/ |
| D | tty_tb.c | 362 ttyoutput(*c, tp); 365 ttyoutput(*c, tp); 369 ttyoutput(*c, tp); 372 ttyoutput(*c, tp);
|
| D | tty.c | 335 (void)ttyoutput('^', tp); 336 (void)ttyoutput('\b', tp); 538 (void)ttyoutput(CTRL('g'), tp); 564 (void)ttyoutput('/', tp); 574 (void)ttyoutput('\b', tp); 600 ttyoutput(c, tp) in ttyoutput() function 1782 if (ttyoutput(*cp, tp) >= 0) { 1923 (void)ttyoutput('\b', tp); 1936 (void)ttyoutput('\\', tp); 1954 (void)ttyoutput('\b', tp); [all …]
|
| /mirbsd/src/sys/sys/ |
| D | tty.h | 282 int ttyoutput(int c, struct tty *tp);
|