Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c363 need_rethrow = TRUE; in do_errthrow()
662 need_rethrow = FALSE; in discard_current_exception()
2202 if (did_emsg || got_int || did_throw || need_rethrow) in enter_cleanup()
2207 | (need_rethrow ? CSTP_THROW : 0); in enter_cleanup()
2215 if (did_throw || need_rethrow) in enter_cleanup()
2229 did_emsg = got_int = did_throw = need_rethrow = FALSE; in enter_cleanup()
2268 if (aborting() || need_rethrow) in leave_cleanup()
2316 need_rethrow = TRUE; // did_throw will be set by do_one_cmd() in leave_cleanup()
H A Dtime.c528 int save_need_rethrow = need_rethrow; in check_due_timer()
543 need_rethrow = FALSE; in check_due_timer()
564 need_rethrow = save_need_rethrow; in check_due_timer()
H A Dex_docmd.c429 int need_rethrow; member
447 dsp->need_rethrow = need_rethrow; need_rethrow = FALSE; in save_dbg_stuff()
464 need_rethrow = dsp->need_rethrow; in restore_dbg_stuff()
1292 need_rethrow = TRUE; in do_cmdline()
2636 if (need_rethrow) in do_one_cmd()
2646 need_rethrow = check_cstack = FALSE; in do_one_cmd()
H A Dvim9execute.c1732 need_rethrow = TRUE; in exec_instructions()
3426 force_abort = need_rethrow = FALSE; in exec_instructions()
4990 && !need_rethrow) in call_def_function()
H A Dglobals.h341 EXTERN int need_rethrow INIT(= FALSE);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt42859 Solution: Set "need_rethrow".