Searched refs:except_T (Results 1 – 6 of 6) sorted by relevance
510 except_T *excp; in throw_exception()529 excp = ALLOC_ONE(except_T); in throw_exception()606 discard_exception(except_T *excp, int was_finished) in discard_exception()669 catch_exception(except_T *excp) in catch_exception()716 finish_exception(except_T *excp) in finish_exception()811 s = (char *)((except_T *)value)->value; in report_pending()1815 catch_exception((except_T *)cstack->cs_exception[idx]); in ex_catch()2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()2391 (except_T *)cstack->cs_exception[idx], in cleanup_conditionals()2414 finish_exception((except_T *)cstack->cs_exception[idx]); in cleanup_conditionals()
1013 typedef struct vim_exception except_T; typedef1021 except_T *caught; // next exception on the caught stack1033 except_T *exception; // exception value2080 except_T *except; // exception info
329 EXTERN except_T *current_exception;392 EXTERN except_T *caught_stack INIT(= NULL);
531 except_T *save_current_exception = current_exception; in check_due_timer()
423 except_T *caught_stack;431 except_T *current_exception;
13 void catch_exception(except_T *excp);