Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c8015 ifscope_T *ifscope; in compile_endif() local
8027 ifscope = &scope->se_u.se_if; in compile_endif()
8030 ifscope->is_had_return = FALSE; in compile_endif()
8039 compile_fill_jump_to_end(&ifscope->is_end_label, instr->ga_len, cctx); in compile_endif()
8055 cctx->ctx_had_return = ifscope->is_had_return && ifscope->is_seen_else; in compile_endif()