Searched refs:mch_errmsg (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dmain.c965 mch_errmsg(_("netbeans is not supported with this GUI\n"));
1599 mch_errmsg(_("This Vim was not compiled with the diff feature."));
1600 mch_errmsg("\n");
1701 mch_errmsg(_("'-nb' cannot be used: not enabled at compile time\n"));
1793 info_message = TRUE; /* use mch_msg(), not mch_errmsg() */
1872 mch_errmsg(_(e_noarabic));
1913 mch_errmsg(_(e_nofarsi));
1931 mch_errmsg(_(e_nohebrew));
2234 mch_errmsg(_("Attempt to open script file again: \""));
2235 mch_errmsg(arg
[all...]
H A Dos_amiga.c278 mch_errmsg(_("cannot open "));
279 mch_errmsg(intlibname);
280 mch_errmsg("!?\n");
340 mch_errmsg(_("Need Amigados version 2.04 or later\n"));
409 mch_errmsg(_(winerr));
419 mch_errmsg(_("Cannot open NIL:\n"));
437 mch_errmsg(_("Cannot create "));
438 mch_errmsg((char *)buf1);
439 mch_errmsg("\n");
521 mch_errmsg(
[all...]
H A Dterm.c1785 mch_errmsg("\r\n");
1788 mch_errmsg((char *)error_msg);
1789 mch_errmsg("\r\n");
1791 mch_errmsg("'");
1792 mch_errmsg((char *)term);
1793 mch_errmsg(_("' not known. Available builtin terminals are:"));
1794 mch_errmsg("\r\n");
1801 mch_errmsg(" builtin_");
1803 mch_errmsg(" ");
1805 mch_errmsg(term
[all...]
H A Dmessage.c99 * When terminal not initialized (yet) mch_errmsg(..) is used.
557 * When terminal not initialized (yet) mch_errmsg(..) is used.
2343 * Returns TRUE when messages should be printed with mch_errmsg().
2394 mch_errmsg((char *)buf);
2693 #ifdef mch_errmsg
2694 # undef mch_errmsg macro
2706 mch_errmsg(str) function
2780 * uses mch_errmsg() when started from the desktop.
2803 mch_errmsg(str);
H A Dregexp.c3848 mch_errmsg(regprop(scan));
3849 mch_errmsg("(\n");
3869 mch_errmsg(regprop(scan));
3870 mch_errmsg("...\n");
3876 mch_errmsg(_("External submatches:\n"));
3879 mch_errmsg(" \"");
3881 mch_errmsg(re_extmatch_in->matches[i]);
3882 mch_errmsg("\"\n");
H A Dvim.h1927 # define mch_errmsg(str) fprintf(stderr, "%s", (str)) macro
H A Dgui.c150 mch_errmsg("\r\n");
H A Dgui_w32.c1159 mch_errmsg(buf);
H A Dos_unix.c3051 mch_errmsg("\r\n");
/macosx-10.9.5/vim-53/src/proto/
H A Dmessage.pro48 void mch_errmsg __ARGS((char *str));
H A Dgui_mac.pro109 void mch_errmsg __ARGS((char *str));

Completed in 163 milliseconds