Home
last modified time | relevance | path

Searched refs:define_function (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro37 ufunc_T *define_function(exarg_T *eap, char_u *name_arg);
/vim-8.2.3635/src/
H A Duserfunc.c3856 define_function(exarg_T *eap, char_u *name_arg) in define_function() function
4517 (void)define_function(eap, NULL); in ex_function()
H A Dvim9execute.c3213 define_function(&ea, NULL); in exec_instructions()
H A Dvim9compile.c5841 ufunc = define_function(eap, lambda_name); in compile_nested_function()