Searched refs:current_exception (Results 1 – 7 of 7) sorted by relevance
220 if (current_exception->type == ET_INTERRUPT) in cause_errthrow()589 current_exception = excp; in throw_exception()597 current_exception = NULL; in throw_exception()610 if (current_exception == excp) in discard_exception()611 current_exception = NULL; in discard_exception()659 if (current_exception != NULL) in discard_current_exception()660 discard_exception(current_exception, FALSE); in discard_current_exception()1958 != current_exception) in ex_finally()2217 csp->exception = current_exception; in enter_cleanup()2218 current_exception = NULL; in enter_cleanup()[all …]
531 except_T *save_current_exception = current_exception; in check_due_timer()544 current_exception = NULL; in check_due_timer()565 current_exception = save_current_exception; in check_due_timer()
431 except_T *current_exception; member449 dsp->current_exception = current_exception; current_exception = NULL; in save_dbg_stuff()466 current_exception = dsp->current_exception; in restore_dbg_stuff()1142 did_throw ? (void *)current_exception : NULL); in do_cmdline()1260 if (current_exception == NULL) in do_cmdline()1407 switch (current_exception->type) in handle_did_throw()1412 current_exception->value); in handle_did_throw()1416 messages = current_exception->messages; in handle_did_throw()1417 current_exception->messages = NULL; in handle_did_throw()1424 current_exception->throw_lnum); in handle_did_throw()[all …]
3397 if (current_exception == NULL) in exec_instructions()3410 (char_u *)current_exception->value); in exec_instructions()3427 catch_exception(current_exception); in exec_instructions()3489 if (trycmd->tcd_caught && current_exception != NULL) in exec_instructions()3492 if (caught_stack == current_exception) in exec_instructions()3544 if (trycmd->tcd_caught && current_exception != NULL) in exec_instructions()3547 if (caught_stack == current_exception) in exec_instructions()
329 EXTERN except_T *current_exception; variable
668 PyErr_SetVim((char *)current_exception->value); in VimTryEnd()
18960 current_exception when no longer valid.