Lines Matching refs:try_ref
8613 isn->isn_arg.try.try_ref = ALLOC_CLEAR_ONE(tryref_T); in compile_try()
8614 if (isn->isn_arg.try.try_ref == NULL) in compile_try()
8675 if (isn->isn_arg.try.try_ref->try_catch == 0) in compile_catch()
8676 isn->isn_arg.try.try_ref->try_catch = instr->ga_len; in compile_catch()
8775 if (isn->isn_arg.try.try_ref->try_finally != 0) in compile_finally()
8802 if (isn->isn_arg.try.try_ref->try_catch == 0) 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()
8853 if (try_isn->isn_arg.try.try_ref->try_catch == 0 in compile_endtry()
8854 && try_isn->isn_arg.try.try_ref->try_finally == 0) in compile_endtry()
8889 try_isn->isn_arg.try.try_ref->try_endtry = instr->ga_len; in compile_endtry()
10496 vim_free(isn->isn_arg.try.try_ref); in delete_instr()