Searched refs:uncaught_emsg (Results 1 – 4 of 4) sorted by relevance
523 int prev_uncaught_emsg = uncaught_emsg; in check_due_timer()558 if (uncaught_emsg > prev_uncaught_emsg) in check_due_timer()
241 EXTERN int uncaught_emsg; // number of times emsg() was variable
736 ++uncaught_emsg; in emsg_core()
924 return uncaught_emsg > prev_uncaught_emsg || got_int || did_throw; in vim9_aborting()958 int prev_uncaught_emsg = uncaught_emsg; in call_by_name()