Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c57 int ws_top_label; // instruction idx at WHILE member
8387 scope->se_u.se_while.ws_top_label = current_instr_idx(cctx); in compile_while()
8443 generate_JUMP(cctx, JUMP_ALWAYS, scope->se_u.se_while.ws_top_label); in compile_endwhile()
8480 loop_label = scope->se_u.se_while.ws_top_label; in compile_continue()