Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dtty.c706 (void)ttyoutput('/', tp); in ttyinput()
716 (void)ttyoutput('\b', tp); in ttyinput()
2258 (void)ttyoutput('\\', tp); in ttyrub()
2284 (void)ttyoutput('\b', tp); in ttyrubo()
2285 (void)ttyoutput(' ', tp); in ttyrubo()
2286 (void)ttyoutput('\b', tp); in ttyrubo()
2307 (void)ttyoutput('\n', tp); in ttyretype()
2348 (void)ttyoutput('^', tp); in ttyecho()
2355 (void)ttyoutput(c, tp); in ttyecho()
2779 (void)ttyoutput('\r', tp); in tputchar()
[all …]