Searched refs:outfunc (Results 1 – 2 of 2) sorted by relevance
58 vt->outfunc = NULL; in vterm_new_with_allocator()138 vt->outfunc = func; in vterm_output_set_callback()144 if(vt->outfunc) { in vterm_push_output_bytes()145 (vt->outfunc)(bytes, len, vt->outdata); in vterm_push_output_bytes()
216 VTermOutputCallback *outfunc; member