Searched defs:funcs (Results 1 – 2 of 2) sorted by relevance
71 # define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs argument72 # define PERLIO_FUNCS_CAST(funcs) (PerlIO_funcs*)(funcs) argument74 # define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs argument75 # define PERLIO_FUNCS_CAST(funcs) (funcs) argument
40 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator()