Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c7637 new_scope(cctx_T *cctx, scopetype_T type) in new_scope() function
7761 scope = new_scope(cctx, IF_SCOPE); in compile_if()
8138 scope = new_scope(cctx, FOR_SCOPE); in compile_for()
8382 scope = new_scope(cctx, WHILE_SCOPE); in compile_while()
8537 if (new_scope(cctx, BLOCK_SCOPE) == NULL) in compile_block()
8598 try_scope = new_scope(cctx, TRY_SCOPE); in compile_try()
8619 scope = new_scope(cctx, BLOCK_SCOPE); in compile_try()
8743 if (new_scope(cctx, BLOCK_SCOPE) == NULL) in compile_catch()