Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c81 IF_SCOPE, enumerator
7666 case IF_SCOPE: in drop_scope()
7761 scope = new_scope(cctx, IF_SCOPE); in compile_if()
7803 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_elseif()
7951 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_else()
8022 if (scope == NULL || scope->se_type != IF_SCOPE) in compile_endif()
10187 if (cctx.ctx_scope->se_type == IF_SCOPE) in compile_def_function()