Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dtty_tb.c362 ttyoutput(*c, tp);
365 ttyoutput(*c, tp);
369 ttyoutput(*c, tp);
372 ttyoutput(*c, tp);
Dtty.c335 (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/
Dtty.h282 int ttyoutput(int c, struct tty *tp);