Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c8754 int this_instr; in compile_finally() local
8781 this_instr = instr->ga_len; in compile_finally()
8784 && ((isn_T *)instr->ga_data)[this_instr - 1] in compile_finally()
8788 --this_instr; in compile_finally()
8791 if (this_instr > 0 && ((isn_T *)instr->ga_data)[this_instr - 1] in compile_finally()
8793 --this_instr; in compile_finally()
8799 this_instr, cctx); in compile_finally()
8803 isn->isn_arg.try.try_ref->try_catch = this_instr; in compile_finally()
8804 isn->isn_arg.try.try_ref->try_finally = this_instr; in compile_finally()
8809 isn->isn_arg.jump.jump_where = this_instr; in compile_finally()