Home
last modified time | relevance | path

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

/dports/devel/libtickit/libtickit-0.4.2a/src/
H A Dterm.c48 void *outfunc_user; member
347 (*tt->outfunc)(tt, NULL, 0, tt->outfunc_user); in tickit_term_destroy()
518 (*tt->outfunc)(tt, NULL, 0, tt->outfunc_user); in tickit_term_set_output_func()
521 tt->outfunc_user = user; in tickit_term_set_output_func()
878 (*tt->outfunc)(tt, tt->outbuffer, tt->outbuffer_cur, tt->outfunc_user); in tickit_term_flush()
905 (*tt->outfunc)(tt, str, len, tt->outfunc_user); in write_str()