Home
last modified time | relevance | path

Searched refs:cmdname (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_eval.pro8 void do_errthrow(cstack_T *cstack, char_u *cmdname);
10 char *get_exception_string(void *value, except_type_T type, char_u *cmdname, int *should_free);
11 int throw_exception(void *value, except_type_T type, char_u *cmdname);
/vim-8.2.3635/src/
H A Dex_eval.c339 do_errthrow(cstack_T *cstack, char_u *cmdname) in do_errthrow() argument
356 if (throw_exception(*msg_list, ET_ERROR, cmdname) == FAIL) in do_errthrow()
427 char_u *cmdname, in get_exception_string() argument
439 if (cmdname != NULL && *cmdname != NUL) in get_exception_string()
441 cmdlen = (int)STRLEN(cmdname); in get_exception_string()
446 STRCPY(&ret[4], cmdname); in get_exception_string()
508 throw_exception(void *value, except_type_T type, char_u *cmdname) in throw_exception() argument
538 excp->value = get_exception_string(value, type, cmdname, &should_free); in throw_exception()
H A Dex_cmds.h102 static struct cmdname struct
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim4229 " and can be caught. The error exception has a "Vim(cmdname):" prefix
4230 " where cmdname is the name of the failing command, or a "Vim:" prefix
/vim-8.2.3635/runtime/doc/
H A Deval.txt4559 :cmdname Ex command: built-in command, user
14203 Vim({cmdname}):{errmsg}
14207 {cmdname} is the name of the command that failed; the second form is used when