Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dvterm.c30 static VTermAllocatorFunctions default_allocator = {
40 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator()
H A Dvterm_internal.h162 VTermAllocatorFunctions *allocator;
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h298 } VTermAllocatorFunctions; typedef
306 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…
/vim-8.2.3635/src/
H A Dterminal.c4532 static VTermAllocatorFunctions vterm_allocator = {