Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c73 int ts_try_label; // instruction idx at TRY member
8610 try_scope->se_u.se_try.ts_try_label = instr->ga_len; in compile_try()
8674 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_catch()
8774 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_finally()
8850 try_isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_endtry()