Searched refs:vterm_new_with_allocator (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | vterm.c | 37 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 D | vterm.h | 306 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata…
|
| /vim-8.2.3635/src/ |
| H A D | terminal.c | 4549 vterm = vterm_new_with_allocator(rows, cols, &vterm_allocator, NULL); in create_vterm()
|