Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h259 tryref_T *try_ref; member
H A Dvim9execute.c3388 iptr->isn_arg.try.try_ref->try_catch; in exec_instructions()
3390 iptr->isn_arg.try.try_ref->try_finally; in exec_instructions()
3392 iptr->isn_arg.try.try_ref->try_endtry; in exec_instructions()
5534 if (try->try_ref->try_finally == 0) in list_instructions()
5537 try->try_ref->try_catch, in list_instructions()
5538 try->try_ref->try_endtry); in list_instructions()
5542 try->try_ref->try_catch, in list_instructions()
5543 try->try_ref->try_finally, in list_instructions()
5544 try->try_ref->try_endtry); in list_instructions()
H A Dvim9compile.c8613 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()
8889 try_isn->isn_arg.try.try_ref->try_endtry = instr->ga_len; in compile_endtry()
[all …]