Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro70 void list_func_vars(int *first);
/vim-8.2.3635/src/
H A Devalvars.c821 list_func_vars(&first); in ex_let()
1254 case 'l': list_func_vars(first); break; in list_arg_vars()
H A Duserfunc.c5531 list_func_vars(int *first) in list_func_vars() function