Searched refs:JUMP_ALWAYS (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 223 JUMP_ALWAYS, enumerator
|
| H A D | vim9compile.c | 1758 if (when != JUMP_ALWAYS && stack->ga_len > 0) in generate_JUMP() 5572 generate_JUMP(cctx, JUMP_ALWAYS, 0); in compile_expr1() 7857 JUMP_ALWAYS, cctx) == FAIL) in compile_elseif() 7989 JUMP_ALWAYS, cctx) == FAIL) in compile_else() 8346 generate_JUMP(cctx, JUMP_ALWAYS, forscope->fs_top_label); in compile_endfor() 8443 generate_JUMP(cctx, JUMP_ALWAYS, scope->se_u.se_while.ws_top_label); in compile_endwhile() 8494 generate_JUMP(cctx, JUMP_ALWAYS, loop_label); in compile_continue() 8525 if (compile_jump_to_end(el, JUMP_ALWAYS, cctx) == FAIL) in compile_break() 8670 JUMP_ALWAYS, cctx) == FAIL) in compile_catch()
|
| H A D | vim9execute.c | 3224 if (when != JUMP_ALWAYS) in exec_instructions() 5488 case JUMP_ALWAYS: in list_instructions()
|