Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c101 tryscope_T se_try; member
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()
8677 if (scope->se_u.se_try.ts_catch_label != 0) 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()
8805 if (scope->se_u.se_try.ts_catch_label != 0) 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()
[all …]