Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c385 for (idx = 0; idx < ufunc->uf_block_depth; ++idx) in find_script_var()
5850 if (!is_global && cctx->ctx_ufunc->uf_block_depth > 0) in compile_nested_function()
5852 int block_depth = cctx->ctx_ufunc->uf_block_depth; in compile_nested_function()
5859 ufunc->uf_block_depth = block_depth; in compile_nested_function()
H A Dstructs.h1640 int uf_block_depth; // nr of entries in uf_block_ids member
H A Duserfunc.c634 fp->uf_block_depth = count; in function_using_block_scopes()