Home
last modified time | relevance | path

Searched refs:funcs (Results 1 – 8 of 8) 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() argument
43 VTerm *vt = (*funcs->malloc)(sizeof(VTerm), allocdata); in vterm_new_with_allocator()
47 vt->allocator = funcs; in vterm_new_with_allocator()
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_func.vim771 var funcs = split(execute('call DefListAll()'), "\n")
772 assert_true(len(funcs) > 10)
773 assert_true(funcs->index('def DefListAll()') >= 0)
775 funcs = split(execute('call DefListOne()'), "\n")
776 assert_equal([' def DefListOne()', '1 def DefListOne', ' enddef'], funcs)
778 funcs = split(execute('call DefListMatches()'), "\n")
779 assert_true(len(funcs) >= 3)
780 assert_true(funcs->index('def DefListAll()') >= 0)
781 assert_true(funcs->index('def DefListOne()') >= 0)
782 assert_true(funcs->index('def DefListMatches()') >= 0)
/vim-8.2.3635/runtime/syntax/
H A Dchaiscript.vim54 "Built in funcs, keep it simple
H A Dreva.vim93 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
/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/runtime/autoload/
H A Djavascriptcomplete.vim84 let funcs = funcprop + funcmeth
526 let values = user_props + arrays + dates + funcs + maths + numbs + objes + reges + stris
H A Dphpcomplete.vim300 " + limit choice after -> and :: to funcs and vars DONE