Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_eval.c1263 cstack->cs_exception[idx] = current_exception; in do_throw()
1442 catch_exception((except_T *)cstack->cs_exception[idx]); in ex_catch()
1448 if (cstack->cs_exception[cstack->cs_idx] != current_exception) { in ex_catch()
1582 && cstack->cs_exception[cstack->cs_idx] != current_exception) { in ex_finally()
1703 current_exception = cstack->cs_exception[idx]; in ex_endtry()
1973 discard_exception((except_T *)cstack->cs_exception[idx], false); in cleanup_conditionals()
1991 finish_exception((except_T *)cstack->cs_exception[idx]); in cleanup_conditionals()
H A Dex_cmds_defs.h134 #define cs_exception cs_pend.csp_ex macro
/dports/editors/vim/vim-8.2.3745/src/
H A Dex_eval.c1592 cstack->cs_exception[idx] = current_exception; in do_throw()
1829 catch_exception((except_T *)cstack->cs_exception[idx]); in ex_catch()
1835 if (cstack->cs_exception[cstack->cs_idx] != current_exception) in ex_catch()
1971 if (did_throw && cstack->cs_exception[cstack->cs_idx] in ex_finally()
2112 current_exception = cstack->cs_exception[idx]; in ex_endtry()
2399 && cstack->cs_exception[idx] != NULL) in cleanup_conditionals()
2405 (except_T *)cstack->cs_exception[idx], in cleanup_conditionals()
2428 finish_exception((except_T *)cstack->cs_exception[idx]); in cleanup_conditionals()
H A Dstructs.h939 # define cs_exception cs_pend.csp_ex macro