Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_conf.c90 .l_rint = ttyinput,
108 .l_rint = ttyinput,
H A Dtty.c908 ttyinput(int c, struct tty *tp) in ttyinput() function
/netbsd-src/sys/sys/
H A Dtty.h294 int ttyinput(int, struct tty *);
/netbsd-src/sys/dev/wscons/
H A Dwsdisplay.c1819 if (ifcn == ttyinput) in wsdisplay_emulinput()