Home
last modified time | relevance | path

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

/freebsd-13.1/sys/teken/
H A Dteken.h121 tf_post_input_t *tf_post_input; member
H A Dteken.c153 if (t->t_funcs->tf_post_input != NULL) in teken_funcs_post_input()
154 t->t_funcs->tf_post_input(t->t_softc); in teken_funcs_post_input()
/freebsd-13.1/sys/kern/
H A Dsubr_terminal.c120 .tf_post_input = termteken_post_input,