Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dtty.h304 void ttyrub(int, struct tty *);
/netbsd-src/sys/kern/
H A Dtty.c755 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput_wlock()
766 ttyrub(unputc(&tp->t_rawq), tp); in ttyinput_wlock()
794 ttyrub(c, tp); in ttyinput_wlock()
801 ttyrub(c, tp); in ttyinput_wlock()
814 ttyrub(c, tp); in ttyinput_wlock()
2433 ttyrub(int c, struct tty *tp) in ttyrub() function