Searched refs:ts_catch_label (Results 1 – 1 of 1) sorted by relevance
75 int ts_catch_label; // instruction idx of last CATCH member8677 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()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()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()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()