Searched refs:funcs (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_perl.xs | 71 # 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 D | vterm.c | 40 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 D | test_vim9_func.vim | 771 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 D | chaiscript.vim | 54 "Built in funcs, keep it simple
|
| H A D | reva.vim | 93 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r
|
| /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/runtime/autoload/ |
| H A D | javascriptcomplete.vim | 84 let funcs = funcprop + funcmeth 526 let values = user_props + arrays + dates + funcs + maths + numbs + objes + reges + stris
|
| H A D | phpcomplete.vim | 300 " + limit choice after -> and :: to funcs and vars DONE
|