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

/freebsd-10.0-release/sys/teken/
H A Dteken.c75 t->t_funcs->tf_bell(t->t_softc);
85 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor);
96 t->t_funcs->tf_putchar(t->t_softc, p, c, a);
109 t->t_funcs->tf_fill(t->t_softc, r, c, a);
123 t->t_funcs->tf_copy(t->t_softc, r, p);
130 t->t_funcs->tf_param(t->t_softc, cmd, value);
137 t->t_funcs->tf_respond(t->t_softc, buf, len);
153 t->t_softc = softc;
H A Dteken.h122 void *t_softc; member in struct:__teken

Completed in 66 milliseconds