Home
last modified time | relevance | path

Searched refs:throw_name (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c547 excp->throw_name = entry->sfile; in throw_exception()
553 excp->throw_name = estack_sfile(ESTACK_NONE); in throw_exception()
554 if (excp->throw_name == NULL) in throw_exception()
555 excp->throw_name = vim_strsave((char_u *)""); in throw_exception()
556 if (excp->throw_name == NULL) in throw_exception()
649 vim_free(excp->throw_name); in discard_exception()
674 if (*excp->throw_name != NUL) in catch_exception()
678 excp->throw_name, (long)excp->throw_lnum); in catch_exception()
724 if (*caught_stack->throw_name != NUL) in finish_exception()
728 _("%s, line %ld"), caught_stack->throw_name, in finish_exception()
[all …]
H A Dstructs.h1019 char_u *throw_name; // name of the throw point member
H A Dex_docmd.c1423 estack_push(ETYPE_EXCEPT, current_exception->throw_name, in handle_did_throw()
1426 current_exception->throw_name = NULL; in handle_did_throw()