Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro63 int func_level(void *cookie);
/vim-8.2.3635/src/
H A Dex_docmd.c707 if (getline_is_func && ex_nesting_level == func_level(real_cookie)) in do_cmdline()
1296 && ex_nesting_level > func_level(real_cookie) + 1)) in do_cmdline()
H A Duserfunc.c5411 func_level(void *cookie) in func_level() function