Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDttyhook.h77 ttyhook_rint(struct tty *tp, char c, int flags) in ttyhook_rint() function
/NextBSD/sys/kern/
HDtty_ttydisc.c851 return ttyhook_rint(tp, c, flags); in ttydisc_rint()