Searched refs:ttyoutput (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/kern/ |
| D | tty.c | 331 (void)ttyoutput('^', tp); in ttyinput() 332 (void)ttyoutput('\b', tp); in ttyinput() 538 (void)ttyoutput(CTRL('g'), tp); in ttyinput() 564 (void)ttyoutput('/', tp); in ttyinput() 574 (void)ttyoutput('\b', tp); in ttyinput() 601 ttyoutput(int c, struct tty *tp) in ttyoutput() function 1833 if (ttyoutput(*cp, tp) >= 0) { in ttwrite() 1965 (void)ttyoutput('\b', tp); in ttyrub() 1978 (void)ttyoutput('\\', tp); in ttyrub() 1995 (void)ttyoutput('\b', tp); in ttyrubo() [all …]
|
| /openbsd/src/sys/sys/ |
| D | tty.h | 288 int ttyoutput(int c, struct tty *tp);
|