Home
last modified time | relevance | path

Searched defs:func (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_termcodes.vim1956 func RunTest_modifyOtherKeys(func) argument
2042 func RunTest_mapping_shift(key, func) argument
2092 func RunTest_mapping_works_with_shift(func) argument
2115 func RunTest_mapping_mods(map, key, func, code) argument
2123 func RunTest_mapping_works_with_mods(func, mods, code) argument
H A Dtest_vim9_cmd.vim435 def Bar(F: func): string
471 def Bar(F: func): string
H A Dtest_vim9_func.vim1148 def g:TestFunc(f: func)
2182 def ReadRef(Ref: func(): list<string>): string
3089 def G(g: func): dict<func>
3093 def H(d: dict<func>): string
/vim-8.2.3635/src/xdiff/
H A Dxutils.c344 const char *func, long funclen, in xdl_format_hunk_hdr()
393 const char *func, long funclen, in xdl_emit_hunk_hdr()
/vim-8.2.3635/runtime/autoload/
H A Drust.vim221 function! s:WithPath(func, ...) argument
/vim-8.2.3635/src/
H A Dif_cscope.h33 int (*func)(exarg_T *eap); member
H A Deval.c637 char_u *func, in call_vim_function()
665 char_u *func, in call_func_retnr()
686 char_u *func, in call_func_noret()
705 char_u *func, in call_func_retstr()
727 char_u *func, in call_func_retlist()
H A Dtextobject.c31 int (*func)(pos_T *); in findsent() local
H A Dgui.h568 # define FUNC2GENERIC(func) (void *)(func) argument
570 # define FUNC2GENERIC(func) G_CALLBACK(func) argument
H A Dcmdexpand.c2108 char_u *((*func)(expand_T *, int)); in ExpandFromContext() member
H A Dchannel.c3489 channel_T *channel, ch_part_T part, int is_err, char *func) in ch_close_part_on_error()
3547 channel_read(channel_T *channel, ch_part_T part, char *func) in channel_read()
H A Dnetbeans.c984 int func, in nb_do_cmd()
H A Dterminal.c4262 is_permitted_term_api(char_u *func, char_u *pat) in is_permitted_term_api()
4274 char_u *func; in handle_call_command() local
H A Dif_py_both.h5872 FunctionObject *func; in set_ref_in_py() local
6260 FunctionObject *func = (FunctionObject *) obj; in _ConvertFromPyObject() local
H A Dif_lua.c337 luaV_function func; member
H A Duserfunc.c1876 ufunc_T *func; in find_func_even_dead() local
H A Dsyntax.c6247 void (*func)(exarg_T *, int); // function to call member
H A Devalfunc.c2782 char_u *func; in f_call() local
H A Dstructs.h1711 ufunc_T *func; // function being called member
/vim-8.2.3635/src/libvterm/src/
H A Dvterm.c136 void vterm_output_set_callback(VTerm *vt, VTermOutputCallback *func, void *user) in vterm_output_set_callback()