Home
last modified time | relevance | path

Searched refs:list_functions (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Duserfunc.pro36 void list_functions(regmatch_T *regmatch);
/vim-8.2.3635/src/
H A Duserfunc.c3818 list_functions(regmatch_T *regmatch) in list_functions() function
3892 list_functions(NULL); in define_function()
3914 list_functions(&regmatch); in define_function()
H A Dvim9execute.c3206 list_functions(NULL); in exec_instructions()