Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c85 BLOCK_SCOPE enumerator
7675 case BLOCK_SCOPE: in drop_scope()
8537 if (new_scope(cctx, BLOCK_SCOPE) == NULL) in compile_block()
8619 scope = new_scope(cctx, BLOCK_SCOPE); in compile_try()
8641 if (scope != NULL && scope->se_type == BLOCK_SCOPE) in compile_catch()
8743 if (new_scope(cctx, BLOCK_SCOPE) == NULL) in compile_catch()
8760 if (scope != NULL && scope->se_type == BLOCK_SCOPE) in compile_finally()
8832 if (scope != NULL && scope->se_type == BLOCK_SCOPE) in compile_endtry()
9777 if (stype == BLOCK_SCOPE) in compile_def_function()