Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro57 int func_has_ended(void *cookie);
/vim-8.2.3635/src/
H A Dex_docmd.c819 if (func_has_ended(real_cookie)) in do_cmdline()
1219 && !func_has_ended(real_cookie)))) in do_cmdline()
H A Duserfunc.c5274 func_has_ended(void *cookie) in func_has_ended() function