Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dvterm.c37 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL); in vterm_new()
40 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator() function
/vim-8.2.3635/src/libvterm/include/
H A Dvterm.h306 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…
/vim-8.2.3635/src/
H A Dterminal.c4549 vterm = vterm_new_with_allocator(rows, cols, &vterm_allocator, NULL); in create_vterm()