Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c5852 int block_depth = cctx->ctx_ufunc->uf_block_depth; in compile_nested_function() local
5854 ufunc->uf_block_ids = ALLOC_MULT(int, block_depth); in compile_nested_function()
5858 sizeof(int) * block_depth); in compile_nested_function()
5859 ufunc->uf_block_depth = block_depth; in compile_nested_function()