Home
last modified time | relevance | path

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

/external/libvterm/include/
Dvterm.h120 } VTermAllocatorFunctions; typedef
123 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…
/external/libvterm/src/
Dvterm.c25 static VTermAllocatorFunctions default_allocator = {
35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator()
Dvterm_internal.h128 VTermAllocatorFunctions *allocator;