Home
last modified time | relevance | path

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

/freebsd/sys/teken/
H A Dteken.c84 t->t_funcs->tf_bell(t->t_softc); in teken_funcs_bell()
95 t->t_funcs->tf_cursor(t->t_softc, &t->t_cursor); in teken_funcs_cursor()
107 t->t_funcs->tf_putchar(t->t_softc, p, c, a); in teken_funcs_putchar()
121 t->t_funcs->tf_fill(t->t_softc, r, c, a); in teken_funcs_fill()
136 t->t_funcs->tf_copy(t->t_softc, r, p); in teken_funcs_copy()
144 t->t_funcs->tf_pre_input(t->t_softc); in teken_funcs_pre_input()
152 t->t_funcs->tf_post_input(t->t_softc); in teken_funcs_post_input()
160 t->t_funcs->tf_param(t->t_softc, cmd, value); in teken_funcs_param()
168 t->t_funcs->tf_respond(t->t_softc, buf, len); in teken_funcs_respond()
184 t->t_softc = softc; in teken_init()
H A Dteken.h132 void *t_softc; member