Lines Matching refs:se_try
101 tryscope_T se_try; member
7673 compile_free_jump_to_end(&scope->se_u.se_try.ts_end_label); break; in drop_scope()
8610 try_scope->se_u.se_try.ts_try_label = instr->ga_len; in compile_try()
8652 if (scope->se_u.se_try.ts_caught_all) in compile_catch()
8669 if (compile_jump_to_end(&scope->se_u.se_try.ts_end_label, in compile_catch()
8674 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_catch()
8677 if (scope->se_u.se_try.ts_catch_label != 0) in compile_catch()
8680 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_catch_label; in compile_catch()
8699 scope->se_u.se_try.ts_caught_all = TRUE; in compile_catch()
8700 scope->se_u.se_try.ts_catch_label = 0; in compile_catch()
8735 scope->se_u.se_try.ts_catch_label = instr->ga_len; in compile_catch()
8774 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_finally()
8798 compile_fill_jump_to_end(&scope->se_u.se_try.ts_end_label, in compile_finally()
8805 if (scope->se_u.se_try.ts_catch_label != 0) in compile_finally()
8808 isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_catch_label; in compile_finally()
8810 scope->se_u.se_try.ts_catch_label = 0; in compile_finally()
8850 try_isn = ((isn_T *)instr->ga_data) + scope->se_u.se_try.ts_try_label; in compile_endtry()
8871 compile_fill_jump_to_end(&scope->se_u.se_try.ts_end_label, in compile_endtry()
8874 if (scope->se_u.se_try.ts_catch_label != 0) in compile_endtry()
8878 + scope->se_u.se_try.ts_catch_label; in compile_endtry()