Home
last modified time | relevance | path

Searched refs:errormsg (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/runtime/tools/
H A Defm_filter.pl29 chop($errormsg=<STDIN>);
30 $errormsg =~ s/^\s*//;
34 print OUT "$file>$line:$column:$errortype:$errornr:$errormsg\n";
/vim-8.2.3635/src/
H A Dex_docmd.c2656 if (errormsg != NULL && *errormsg != NUL && !did_emsg) in do_one_cmd()
2667 emsg(errormsg); in do_one_cmd()
2782 char **errormsg, in parse_command_modifiers() argument
2966 *errormsg = in parse_command_modifiers()
3051 *errormsg = in parse_command_modifiers()
8896 *errormsg = NULL; in eval_vars()
8933 *errormsg = ""; in eval_vars()
9008 *errormsg = ""; in eval_vars()
9164 *errormsg = ""; in eval_vars()
9193 char *errormsg; in expand_sfile() local
[all …]
H A Dhardcopy.c567 char *errormsg = NULL; in ex_hardcopy() local
570 if (expand_filename(eap, eap->cmdlinep, &errormsg) == FAIL) in ex_hardcopy()
572 if (errormsg != NULL) in ex_hardcopy()
573 emsg(errormsg); in ex_hardcopy()
H A Devalfunc.c3664 char *errormsg; in f_expand() local
3696 result = eval_vars(s, s, &len, NULL, &errormsg, NULL); in f_expand()
3750 char *errormsg = NULL; in f_expandcmd() local
3766 expand_filename(&eap, &cmdstr, &errormsg); in f_expandcmd()
3767 if (errormsg != NULL && *errormsg != NUL) in f_expandcmd()
3768 emsg(errormsg); in f_expandcmd()
H A Dsyntax.c4739 char *errormsg = NULL; in syn_cmd_include() local
4776 if (expand_filename(eap, syn_cmdlinep, &errormsg) == FAIL) in syn_cmd_include()
4778 if (errormsg != NULL) in syn_cmd_include()
4779 emsg(errormsg); in syn_cmd_include()
H A Dvim9compile.c9038 char *errormsg; in compile_put() local
9062 if (parse_cmd_address(eap, &errormsg, FALSE) == FAIL) in compile_put()
9554 char *errormsg = NULL; // error message in compile_def_function() local
9807 if (parse_command_modifiers(&ea, &errormsg, &local_cmdmod, FALSE) in compile_def_function()
9810 if (errormsg != NULL) in compile_def_function()
10271 if (errormsg != NULL) in compile_def_function()
10272 emsg(errormsg); in compile_def_function()
H A Dbuffer.c1604 char *errormsg = NULL; // return value in do_bufdel() local
1672 errormsg = (char *)IObuff; in do_bufdel()
1689 return errormsg; in do_bufdel()
H A Dvim9execute.c4334 char *errormsg; in exec_instructions() local
4341 if (parse_cmd_address(&ea, &errormsg, FALSE) == FAIL) in exec_instructions()
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro12 int parse_command_modifiers(exarg_T *eap, char **errormsg, cmdmod_T *cmod, int skip_only);
17 int parse_cmd_address(exarg_T *eap, char **errormsg, int silent);
63 char_u *eval_vars(char_u *src, char_u *srcstart, int *usedlen, linenr_T *lnump, char **errormsg, in…
/vim-8.2.3635/runtime/syntax/
H A Dmaxima.vim75 syn keyword maximaFunc erfflag errcatch error errormsg error_size error_syms
H A Dsqlanywhere.vim77 syn keyword sqlFunction errormsg csconvert
/vim-8.2.3635/src/testdir/
H A Dtest_quickfix.vim4595 cexpr ["=== Xfile1 ===", "1:3", "errormsg"]
4602 cexpr ["=== Xfile1 ===", "1:3", "errormsg"]