Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/teken/
Dteken.c77 t->t_funcs->tf_bell(t->t_softc); in teken_funcs_bell()
87 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor); in teken_funcs_cursor()
98 t->t_funcs->tf_putchar(t->t_softc, p, c, a); in teken_funcs_putchar()
111 t->t_funcs->tf_fill(t->t_softc, r, c, a); in teken_funcs_fill()
125 t->t_funcs->tf_copy(t->t_softc, r, p); in teken_funcs_copy()
132 t->t_funcs->tf_param(t->t_softc, cmd, value); in teken_funcs_param()
139 t->t_funcs->tf_respond(t->t_softc, buf, len); in teken_funcs_respond()
155 t->t_softc = softc; in teken_init()
Dteken.h123 void *t_softc; member