Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c99 whilescope_T se_while; member
7671 compile_free_jump_to_end(&scope->se_u.se_while.ws_end_label); break; in drop_scope()
8387 scope->se_u.se_while.ws_top_label = current_instr_idx(cctx); in compile_while()
8408 if (compile_jump_to_end(&scope->se_u.se_while.ws_end_label, in compile_while()
8443 generate_JUMP(cctx, JUMP_ALWAYS, scope->se_u.se_while.ws_top_label); in compile_endwhile()
8447 compile_fill_jump_to_end(&scope->se_u.se_while.ws_end_label, in compile_endwhile()
8480 loop_label = scope->se_u.se_while.ws_top_label; in compile_continue()
8524 el = &scope->se_u.se_while.ws_end_label; in compile_break()