Searched refs:cmdname (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ex_eval.pro | 8 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 D | ex_eval.c | 339 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 D | ex_cmds.h | 102 static struct cmdname struct
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 4229 " 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 D | eval.txt | 4559 :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
|