Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.h119 tf_post_input_t *tf_post_input; member
H A Dteken.c151 if (t->t_funcs->tf_post_input != NULL) in teken_funcs_post_input()
152 t->t_funcs->tf_post_input(t->t_softc); in teken_funcs_post_input()
/freebsd/sys/kern/
H A Dsubr_terminal.c117 .tf_post_input = termteken_post_input,