Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c813 else if ((pending & CSTP_ERROR) && (pending & CSTP_INTERRUPT)) in report_pending()
815 else if (pending & CSTP_ERROR) in report_pending()
1871 pending = CSTP_ERROR; in ex_finally()
1934 if (pending == CSTP_ERROR || did_emsg || got_int || did_throw) in ex_finally()
1942 if (pending == CSTP_ERROR && !did_emsg) in ex_finally()
1946 pending |= did_emsg ? CSTP_ERROR : 0; in ex_finally()
2155 if (pending & CSTP_ERROR) in ex_endtry()
2204 csp->pending = (did_emsg ? CSTP_ERROR : 0) in enter_cleanup()
2302 else if (pending & CSTP_ERROR) in leave_cleanup()
2311 if (pending & CSTP_ERROR) in leave_cleanup()
H A Dstructs.h966 # define CSTP_ERROR 1 // an error is pending macro
H A Dex_docmd.c1141 & (CSTP_ERROR | CSTP_INTERRUPT | CSTP_THROW), in do_cmdline()