Searched refs:ttyoutput (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 673 (void)ttyoutput('^', tp); in ttyinput_wlock() 674 (void)ttyoutput('\b', tp); in ttyinput_wlock() 845 (void)ttyoutput(CTRL('g'), tp); in ttyinput_wlock() 871 (void)ttyoutput('/', tp); in ttyinput_wlock() 881 (void)ttyoutput('\b', tp); in ttyinput_wlock() 934 ttyoutput(int c, struct tty *tp) in ttyoutput() function 2330 if (ttyoutput(*cp, tp) >= 0) { in ttwrite() 2488 (void)ttyoutput('\b', tp); in ttyrub() 2498 (void)ttyoutput('\\', tp); in ttyrub() 2517 (void)ttyoutput('\b', tp); in ttyrubo() [all …]
|
| /netbsd-src/sys/dev/sun/ |
| H A D | sunkbd.c | 305 ttyoutput(c, tp); in sunkbd_write_data()
|
| /netbsd-src/sys/sys/ |
| H A D | tty.h | 301 int ttyoutput(int, struct tty *);
|