Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c806 if (pending & CSTP_THROW) in report_pending()
835 else if (pending & CSTP_THROW) in report_pending()
1945 pending |= did_throw ? CSTP_THROW : 0; in ex_finally()
2097 else if (pending & CSTP_THROW) in ex_endtry()
2159 if (pending & CSTP_THROW) in ex_endtry()
2206 | (did_throw ? CSTP_THROW : 0) in enter_cleanup()
2207 | (need_rethrow ? CSTP_THROW : 0); in enter_cleanup()
2270 if (pending & CSTP_THROW) in leave_cleanup()
2294 if (pending & CSTP_THROW) in leave_cleanup()
2315 if (pending & CSTP_THROW) in leave_cleanup()
[all …]
H A Dstructs.h968 # define CSTP_THROW 4 // a throw is pending macro
H A Dex_docmd.c1141 & (CSTP_ERROR | CSTP_INTERRUPT | CSTP_THROW), in do_cmdline()