Lines Matching refs:throw_name
547 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()
680 vim_snprintf((char *)IObuff, IOSIZE, "%s", excp->throw_name); in catch_exception()
724 if (*caught_stack->throw_name != NUL) in finish_exception()
728 _("%s, line %ld"), caught_stack->throw_name, in finish_exception()
732 caught_stack->throw_name); in finish_exception()