Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c8591 scope_T *try_scope; in compile_try() local
8598 try_scope = new_scope(cctx, TRY_SCOPE); in compile_try()
8599 if (try_scope == NULL) in compile_try()
8610 try_scope->se_u.se_try.ts_try_label = instr->ga_len; in compile_try()