Home
last modified time | relevance | path

Searched refs:mch_errmsg (Results 1 – 19 of 19) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dmain.c1900 mch_errmsg("\n"); in parse_command_name()
2451 mch_errmsg(" "); in command_line_scan()
2452 mch_errmsg(argv[0]); in command_line_scan()
2453 mch_errmsg("\"\n"); in command_line_scan()
2459 mch_errmsg(argv[0]); in command_line_scan()
2460 mch_errmsg("\"\n"); in command_line_scan()
2514 mch_errmsg("\"\n"); in command_line_scan()
3285 mch_errmsg("\n"); in main_start_gui()
3376 mch_errmsg("\n"); in mainerr()
3380 mch_errmsg(": \""); in mainerr()
[all …]
H A Dos_amiga.c297 mch_errmsg(_("cannot open ")); in mch_init()
298 mch_errmsg(intlibname); in mch_init()
299 mch_errmsg("!?\n"); in mch_init()
359 mch_errmsg(_("Need Amigados version 2.04 or later\n")); in mch_check_win()
428 mch_errmsg(_(winerr)); in mch_check_win()
438 mch_errmsg(_("Cannot open NIL:\n")); in mch_check_win()
456 mch_errmsg(_("Cannot create ")); in mch_check_win()
457 mch_errmsg((char *)buf1); in mch_check_win()
458 mch_errmsg("\n"); in mch_check_win()
540 mch_errmsg(_(winerr)); in mch_check_win()
[all …]
H A Dclientserver.c386 mch_errmsg(_("No display")); in cmdsrv_main()
401 mch_errmsg(_(": Send failed.\n")); in cmdsrv_main()
407 mch_errmsg(_(": Send failed. Trying to execute locally\n")); in cmdsrv_main()
489 mch_errmsg(_("No display: Send expression failed.\n")); in cmdsrv_main()
497 mch_errmsg((char *)res); in cmdsrv_main()
500 mch_errmsg(_(": Send expression failed.\n")); in cmdsrv_main()
513 mch_errmsg("\n"); in cmdsrv_main()
H A Dterm.c1777 mch_errmsg("\r\n"); in report_term_error()
1780 mch_errmsg(error_msg); in report_term_error()
1781 mch_errmsg("\r\n"); in report_term_error()
1783 mch_errmsg("'"); in report_term_error()
1784 mch_errmsg((char *)term); in report_term_error()
1786 mch_errmsg("\r\n"); in report_term_error()
1795 mch_errmsg(" "); in report_term_error()
1798 mch_errmsg("\r\n"); in report_term_error()
1804 mch_errmsg("\r\n"); in report_term_error()
1811 mch_errmsg((char *)term); in report_default_term()
[all …]
H A Dmessage.c2747 mch_errmsg((char *)buf); in msg_puts_printf()
2788 mch_errmsg((char *)p); in msg_puts_printf()
3077 #ifdef mch_errmsg
3078 # undef mch_errmsg
3114 mch_errmsg(char *str) in mch_errmsg() function
3259 mch_errmsg(str); in mch_msg()
H A Dregexp_bt.c3273 mch_errmsg((char *)regprop(scan)); in regmatch()
3274 mch_errmsg("(\n"); in regmatch()
3306 mch_errmsg((char *)regprop(scan)); in regmatch()
3307 mch_errmsg("...\n"); in regmatch()
3313 mch_errmsg(_("External submatches:\n")); in regmatch()
3316 mch_errmsg(" \""); in regmatch()
3318 mch_errmsg((char *)re_extmatch_in->matches[i]); in regmatch()
3319 mch_errmsg("\"\n"); in regmatch()
H A Dvim.h2246 # define mch_errmsg(str) fprintf(stderr, "%s", (str)) macro
H A Dgui_w32.c4987 mch_errmsg(buf); in ole_error()
4999 mch_errmsg(msg); in gvim_error()
5000 mch_errmsg("\n"); in gvim_error()
H A Dgui.c284 mch_errmsg("\r\n"); in gui_do_fork()
H A Dos_unix.c3364 mch_errmsg("\r\n"); in exit_scroll()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmemory.c110 mch_errmsg(e_outofmem); in xmalloc()
111 mch_errmsg("\n"); in xmalloc()
141 mch_errmsg(e_outofmem); in xcalloc()
142 mch_errmsg("\n"); in xcalloc()
163 mch_errmsg(e_outofmem); in xrealloc()
164 mch_errmsg("\n"); in xrealloc()
183 mch_errmsg(_("Vim: Data too large to fit into virtual memory space\n")); in xmallocz()
H A Dmain.c1151 mch_errmsg(argv[0]); in command_line_scan()
1152 mch_errmsg("\"\n"); in command_line_scan()
1917 mch_errmsg(prgname); in mainerr()
1918 mch_errmsg(": "); in mainerr()
1919 mch_errmsg(_(errstr)); in mainerr()
1921 mch_errmsg(": \""); in mainerr()
1922 mch_errmsg(str); in mainerr()
1923 mch_errmsg("\""); in mainerr()
1925 mch_errmsg(_("\nMore info with \"")); in mainerr()
1926 mch_errmsg(prgname); in mainerr()
[all …]
H A Dmisc1.c839 mch_errmsg(IObuff); in preserve_exit()
840 mch_errmsg("\n"); in preserve_exit()
847 mch_errmsg("Vim: preserving files...\r\n"); in preserve_exit()
856 mch_errmsg("Vim: Finished.\r\n"); in preserve_exit()
H A Dvim.h296 # define mch_errmsg(str) fprintf(stderr, "%s", (str)) macro
H A Dregexp.c3880 mch_errmsg((char *)regprop(scan)); in regmatch()
3881 mch_errmsg("(\n"); in regmatch()
3909 mch_errmsg((char *)regprop(scan)); in regmatch()
3910 mch_errmsg("...\n"); in regmatch()
3914 mch_errmsg(_("External submatches:\n")); in regmatch()
3916 mch_errmsg(" \""); in regmatch()
3918 mch_errmsg((char *)re_extmatch_in->matches[i]); in regmatch()
3919 mch_errmsg("\"\n"); in regmatch()
H A Dmessage.c2620 mch_errmsg(buf); in msg_puts_printf()
2895 void mch_errmsg(char *str) in mch_errmsg() function
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmessage.pro56 void mch_errmsg(char *str);
/dports/editors/neovim/neovim-0.6.1/src/nvim/msgpack_rpc/
H A Dchannel.c264 mch_errmsg(e_outofmem); in parse_msgpack()
265 mch_errmsg("\n"); in parse_msgpack()
/dports/editors/neovim/neovim-0.6.1/src/nvim/lua/
H A Dexecutor.c143 mch_errmsg(e_outofmem); in nlua_luv_cfpcall()
144 mch_errmsg("\n"); in nlua_luv_cfpcall()