Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c1578 cstack->cs_exception[idx] = current_exception; in do_throw()
1815 catch_exception((except_T *)cstack->cs_exception[idx]); in ex_catch()
1821 if (cstack->cs_exception[cstack->cs_idx] != current_exception) in ex_catch()
1957 if (did_throw && cstack->cs_exception[cstack->cs_idx] in ex_finally()
2098 current_exception = cstack->cs_exception[idx]; in ex_endtry()
2385 && cstack->cs_exception[idx] != NULL) in cleanup_conditionals()
2391 (except_T *)cstack->cs_exception[idx], in cleanup_conditionals()
2414 finish_exception((except_T *)cstack->cs_exception[idx]); in cleanup_conditionals()
H A Dstructs.h938 # define cs_exception cs_pend.csp_ex macro