Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c82 WHILE_SCOPE, enumerator
7670 case WHILE_SCOPE: in drop_scope()
8382 scope = new_scope(cctx, WHILE_SCOPE); in compile_while()
8427 if (scope == NULL || scope->se_type != WHILE_SCOPE) in compile_endwhile()
8478 if (scope->se_type == WHILE_SCOPE) in compile_continue()
8515 if (scope->se_type == FOR_SCOPE || scope->se_type == WHILE_SCOPE) in compile_break()
8841 else if (scope->se_type == WHILE_SCOPE) in compile_endtry()
10189 else if (cctx.ctx_scope->se_type == WHILE_SCOPE) in compile_def_function()