Home
last modified time | relevance | path

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

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