Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c48 int is_had_return; // every block ends in :return member
7766 scope->se_u.se_if.is_had_return = TRUE; in compile_if()
7810 scope->se_u.se_if.is_had_return = FALSE; in compile_elseif()
7958 scope->se_u.se_if.is_had_return = FALSE; in compile_else()
8030 ifscope->is_had_return = FALSE; in compile_endif()
8055 cctx->ctx_had_return = ifscope->is_had_return && ifscope->is_seen_else; in compile_endif()