Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dif_perl.xs71 # define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs argument
72 # define PERLIO_FUNCS_CAST(funcs) (PerlIO_funcs*)(funcs) argument
74 # define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs argument
75 # define PERLIO_FUNCS_CAST(funcs) (funcs) argument
/vim-8.2.3635/src/libvterm/src/
H A Dvterm.c40 VTerm *vterm_new_with_allocator(int rows, int cols, VTermAllocatorFunctions *funcs, void *allocdata) in vterm_new_with_allocator()