Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Duserfunc.c2382 static int funcdepth = 0; variable
2392 if (funcdepth >= p_mfd) in funcdepth_increment()
2397 ++funcdepth; in funcdepth_increment()
2404 --funcdepth; in funcdepth_decrement()
2413 return funcdepth; in funcdepth_get()
2424 funcdepth = depth; in funcdepth_restore()