Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_eval.c549 excp->throw_lnum = entry->slnum; in throw_exception()
562 excp->throw_lnum = SOURCING_LNUM; in throw_exception()
676 if (excp->throw_lnum != 0) in catch_exception()
678 excp->throw_name, (long)excp->throw_lnum); in catch_exception()
726 if (caught_stack->throw_lnum != 0) in finish_exception()
729 (long)caught_stack->throw_lnum); in finish_exception()
H A Dstructs.h1020 linenr_T throw_lnum; // line number of the throw point member
H A Dex_docmd.c1424 current_exception->throw_lnum); in handle_did_throw()