Searched refs:t_funcs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/teken/
H A Dteken.c77 t->t_funcs->tf_bell(t->t_softc);
87 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor);
98 t->t_funcs->tf_putchar(t->t_softc, p, c, a);
111 t->t_funcs->tf_fill(t->t_softc, r, c, a);
125 t->t_funcs->tf_copy(t->t_softc, r, p);
132 t->t_funcs->tf_param(t->t_softc, cmd, value);
139 t->t_funcs->tf_respond(t->t_softc, buf, len);
154 t->t_funcs = tf;
H A Dteken.h122 const teken_funcs_t *t_funcs; member in struct:__teken

Completed in 171 milliseconds