Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c510 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()
H A Dstructs.h1013 typedef struct vim_exception except_T; typedef
1021 except_T *caught; // next exception on the caught stack
1033 except_T *exception; // exception value
2080 except_T *except; // exception info
H A Dglobals.h329 EXTERN except_T *current_exception;
392 EXTERN except_T *caught_stack INIT(= NULL);
H A Dtime.c531 except_T *save_current_exception = current_exception; in check_due_timer()
H A Dex_docmd.c423 except_T *caught_stack;
431 except_T *current_exception;
/vim-8.2.3635/src/proto/
H A Dex_eval.pro13 void catch_exception(except_T *excp);