Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c83 FOR_SCOPE, enumerator
7668 case FOR_SCOPE: in drop_scope()
8138 scope = new_scope(cctx, FOR_SCOPE); in compile_for()
8334 if (scope == NULL || scope->se_type != FOR_SCOPE) in compile_endfor()
8473 if (scope->se_type == FOR_SCOPE) in compile_continue()
8515 if (scope->se_type == FOR_SCOPE || scope->se_type == WHILE_SCOPE) in compile_break()
8521 if (scope->se_type == FOR_SCOPE) in compile_break()
8843 else if (scope->se_type == FOR_SCOPE) in compile_endtry()
10191 else if (cctx.ctx_scope->se_type == FOR_SCOPE) in compile_def_function()