HomeSort by relevance Sort by last modified time
    Searched refs:vterm_new_with_allocator (Results 1 - 2 of 2) sorted by null

  /external/libvterm/src/
vterm.c 32 return vterm_new_with_allocator(rows, cols, &default_allocator, NULL);
35 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) function
  /external/libvterm/include/
vterm.h 123 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata);

Completed in 178 milliseconds