Searched refs:mch_errmsg (Results 1 – 12 of 12) sorted by relevance
1902 mch_errmsg("\n"); in parse_command_name()2453 mch_errmsg(" "); in command_line_scan()2454 mch_errmsg(argv[0]); in command_line_scan()2455 mch_errmsg("\"\n"); in command_line_scan()2461 mch_errmsg(argv[0]); in command_line_scan()2462 mch_errmsg("\"\n"); in command_line_scan()2516 mch_errmsg("\"\n"); in command_line_scan()3287 mch_errmsg("\n"); in main_start_gui()3378 mch_errmsg("\n"); in mainerr()3382 mch_errmsg(": \""); in mainerr()[all …]
297 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 …]
386 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()
1777 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 …]
2741 mch_errmsg((char *)buf); in msg_puts_printf()2782 mch_errmsg((char *)p); in msg_puts_printf()3071 #ifdef mch_errmsg3072 # undef mch_errmsg3108 mch_errmsg(char *str) in mch_errmsg() function3253 mch_errmsg(str); in mch_msg()
3273 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()
2243 # define mch_errmsg(str) fprintf(stderr, "%s", (str)) macro
4987 mch_errmsg(buf); in ole_error()4999 mch_errmsg(msg); in gvim_error()5000 mch_errmsg("\n"); in gvim_error()
286 mch_errmsg("\r\n"); in gui_do_fork()
3375 mch_errmsg("\r\n"); in exit_scroll()
56 void mch_errmsg(char *str);
4582 Solution: Don't use EMSG() but mch_errmsg(). Check p_go for being NULL.